Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
Information Class Reference#include <Information.h>
List of all members.
Constructor & Destructor Documentation
Information::Information (
|
)
|
|
Information::Information (
|
int val )
|
|
Information::Information (
|
double val )
|
|
Information::Information (
|
const ID & val )
|
|
Information::Information (
|
const Vector & val )
|
|
Information::Information (
|
const Matrix & val )
|
|
Information::Information (
|
const Tensor & val )
|
|
Information::~Information (
|
) [virtual]
|
|
Member Function Documentation
void Information::Print (
|
ostream & s,
|
|
int flag = 0 ) [virtual]
|
|
int Information::setDouble (
|
double newDouble ) [virtual]
|
|
int Information::setID (
|
const ID & newID ) [virtual]
|
|
int Information::setInt (
|
int newInt ) [virtual]
|
|
int Information::setMatrix (
|
const Matrix & newMatrix ) [virtual]
|
|
int Information::setTensor (
|
const Tensor & newTensor ) [virtual]
|
|
int Information::setVector (
|
const Vector & newVector ) [virtual]
|
|
|
Definition at line 151 of file Information.cpp.
Referenced by ZeroLengthSection::getResponse(), ZeroLengthND::getResponse(), UniaxialMaterial::getResponse(), SectionForceDeformation::getResponse(), NLBeamColumn3d::getResponse(), NLBeamColumn2d::getResponse(), NDMaterial::getResponse(), FourNodeQuad::getResponse(), ElasticBeam3d::getResponse(), ElasticBeam2d::getResponse(), DispBeamColumn3d::getResponse(), DispBeamColumn2d::getResponse(), BeamWithHinges3d::getResponse(), and BeamWithHinges2d::getResponse().
|
Member Data Documentation
double Information::theDouble
|
|
Matrix * Information::theMatrix
|
|
Tensor * Information::theTensor
|
|
InfoType Information::theType
|
|
|
data that is stored in the information object.
Definition at line 90 of file Information.h. |
Vector * Information::theVector
|
|
|
pointer to an ID object, created elsewhere.
Definition at line 94 of file Information.h. |
The documentation for this class was generated from the following files:
|
|