65 #include "utility/actor/actor/MovableObject.h" 74 enum InfoType {UnknownType, IntType, DoubleType,
75 IdType, VectorType, MatrixType, TensorType};
105 virtual int setInt(
int newInt);
106 virtual int setDouble(
double newDouble);
107 virtual int setID(
const ID &newID);
108 virtual int setVector(
const Vector &newVector);
109 virtual int setMatrix(
const Matrix &newMatrix);
110 virtual int setTensor(
const BJtensor &newTensor);
115 virtual void Print(std::ostream &s,
int flag = 0);
116 virtual void Print(std::ofstream &s,
int flag = 0);
117 virtual const Vector &getData(
void);
Float vector abstraction.
Definition: Vector.h:93
Object that can move between processes.
Definition: MovableObject.h:99
Definition: BJtensor.h:110
Vector of integers.
Definition: ID.h:93
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108