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);
Definition: BJtensor.h:110
Object that can move between processes.
Definition: MovableObject.h:91
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34