Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ConstantSeries Class Reference

#include <ConstantSeries.h>

Inheritance diagram for ConstantSeries::

TimeSeries MovableObject List of all members.

Public Methods

 ConstantSeries (double cFactor=1.0)
 ~ConstantSeries ()
double getFactor (double pseudoTime)
 method to get load factor. More...

double getDuration ()
 of object. More...

double getPeakFactor ()
 dummy function. More...

double getTimeIncr (double pseudoTime)
 dummy function. More...

int sendSelf (int commitTag, Channel &theChannel)
 methods for output. More...

int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
void Print (ostream &s, int flag=0)
 DECIDE ONCE GroundMotionIntegrator IS IMPLEMENTED. More...


Constructor & Destructor Documentation

ConstantSeries::ConstantSeries ( double cFactor = 1.0 )
 

Definition at line 44 of file ConstantSeries.cpp.

ConstantSeries::~ConstantSeries ( )
 

Definition at line 52 of file ConstantSeries.cpp.


Member Function Documentation

void ConstantSeries::Print ( ostream & s,
int flag = 0 ) [virtual]
 

DECIDE ONCE GroundMotionIntegrator IS IMPLEMENTED.

Reimplemented from TimeSeries.

Definition at line 92 of file ConstantSeries.cpp.

double ConstantSeries::getDuration ( ) [inline, virtual]
 

of object.

Reimplemented from TimeSeries.

Definition at line 58 of file ConstantSeries.h.

double ConstantSeries::getFactor ( double pseudoTime ) [inline, virtual]
 

method to get load factor.

Reimplemented from TimeSeries.

Definition at line 54 of file ConstantSeries.h.

double ConstantSeries::getPeakFactor ( ) [inline, virtual]
 

dummy function.

Reimplemented from TimeSeries.

Definition at line 59 of file ConstantSeries.h.

double ConstantSeries::getTimeIncr ( double pseudoTime ) [inline, virtual]
 

dummy function.

Reimplemented from TimeSeries.

Definition at line 60 of file ConstantSeries.h.

int ConstantSeries::recvSelf ( int commitTag,
Channel & theChannel,
FEM_ObjectBroker & theBroker ) [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]
 

methods for output.

Reimplemented from MovableObject.

Definition at line 58 of file ConstantSeries.cpp.


The documentation for this class was generated from the following files:
Copyright Contact Us