Lines Matching refs:Process

28 CLASSNAMEINIT(Process)  in CLASSNAMEINIT()  argument
31 Process::Process() in CLASSNAMEINIT()
38 Process::Process(const ProcessImplementation & implementation) in Process() function in Process
45 Process::Process(const Implementation & p_implementation) in Process() function in Process
52 Process::Process(ProcessImplementation * p_implementation) in Process() function in Process
59 String Process::__repr__() const in __repr__()
68 String Process::__str__(const String & offset) const in __str__()
74 void Process::setDescription(const Description & description) in setDescription()
82 Description Process::getDescription() const in getDescription()
88 Bool Process::isNormal() const in isNormal()
94 Bool Process::isStationary() const in isStationary()
100 Bool Process::isComposite() const in isComposite()
106 CovarianceModel Process::getCovarianceModel() const in getCovarianceModel()
112 TrendTransform Process::getTrend() const in getTrend()
120 UnsignedInteger Process::getInputDimension() const in getInputDimension()
125 UnsignedInteger Process::getOutputDimension() const in getOutputDimension()
131 Field Process::getRealization() const in getRealization()
137 Function Process::getContinuousRealization() const in getContinuousRealization()
143 RegularGrid Process::getTimeGrid() const in getTimeGrid()
149 void Process::setTimeGrid(const RegularGrid & timeGrid) in setTimeGrid()
156 Mesh Process::getMesh() const in getMesh()
162 void Process::setMesh(const Mesh & mesh) in setMesh()
168 ProcessSample Process::getSample(const UnsignedInteger size) const in getSample()
173 TimeSeries Process::getFuture(const UnsignedInteger stepNumber) const in getFuture()
178 ProcessSample Process::getFuture(const UnsignedInteger stepNumber, in getFuture()
185 Process Process::getMarginal(const UnsignedInteger i) const in getMarginal()
191 Process Process::getMarginal(const Indices & indices) const in getMarginal()