Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ConstantSeries Class Reference#include <ConstantSeries.h>
Inheritance diagram for ConstantSeries::
List of all members.
Constructor & Destructor Documentation
ConstantSeries::ConstantSeries (
|
double cFactor = 1.0 )
|
|
ConstantSeries::~ConstantSeries (
|
)
|
|
Member Function Documentation
void ConstantSeries::Print (
|
ostream & s,
|
|
int flag = 0 ) [virtual]
|
|
double ConstantSeries::getDuration (
|
) [inline, virtual]
|
|
double ConstantSeries::getFactor (
|
double pseudoTime ) [inline, virtual]
|
|
double ConstantSeries::getPeakFactor (
|
) [inline, virtual]
|
|
double ConstantSeries::getTimeIncr (
|
double pseudoTime ) [inline, virtual]
|
|
|
This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to receive the data needed to be able to recreate itself in the new process after it has been sent through {theChannel}. If the object is an aggregation containing other objects, new objects of the correct type can be constructed using {theBroker}. To return
if successful or a
if not.
Reimplemented from MovableObject.
Definition at line 74 of file ConstantSeries.cpp. |
int ConstantSeries::sendSelf (
|
int commitTag,
|
|
Channel & theChannel ) [virtual]
|
|
The documentation for this class was generated from the following files:
|