XC Open source finite element analysis program
|
String that can move between processes. More...
#include <MovableString.h>
Public Member Functions | |
MovableString (const std::string &str="") | |
Constructor. | |
void | setString (const std::string &) |
Asigna la cadena de caracteres. | |
const std::string & | getString (void) |
Public Member Functions inherited from XC::MovableID | |
MovableID (const size_t &sz=0) | |
Constructor. | |
MovableID (const ID &) | |
Constructor. | |
void | setID (const ID &) |
Asigna el ID. | |
virtual int | sendSelf (CommParameters &) |
Envia el ID with the parameters (channel,...) being passed as argument. | |
virtual int | recvSelf (const CommParameters &) |
Receives the ID through the communicator being passed as argument. | |
Public Member Functions inherited from XC::ID | |
ID (void) | |
Standard constructor, sets size = 0;. | |
ID (const int &) | |
Constructor used to allocate a ID of size size. | |
ID (const v_int &) | |
ID (const boost::python::list &) | |
Constructor (interfaz Python). | |
ID (const std::set< int > &) | |
template<class InputIterator > | |
ID (InputIterator first, InputIterator last) | |
int | Size (void) const |
void | Zero (void) |
const int * | getDataPtr (void) const |
int * | getDataPtr (void) |
bool | Nulo (void) const |
int | resize (const int &newSize) |
const int & | max (void) const |
Returns the maximum of vector components. | |
const int & | min (void) const |
Returns the minimum of vector components. | |
bool | checkRange (const int &) const |
check if argument is inside range [0,sz-1] | |
int & | operator() (const int &) |
const int & | operator() (const int &) const |
int & | operator[] (const int &i) |
const int & | operator[] (const int &i) const |
int | getLocation (const int &) const |
Returns the position of 'value' in the vector. | |
int | getLocationOrdered (const int &) const |
int | removeValue (const int &) |
Public Member Functions inherited from XC::MovableObject | |
MovableObject (int classTag, int dbTag) | |
Constructor. | |
MovableObject (int classTag) | |
Constructor. | |
MovableObject (const MovableObject &otro) | |
Copy constructor. | |
MovableObject & | operator= (const MovableObject &otro) |
Operacdor asignación. | |
int | getClassTag (void) const |
Returns the tag de la clase. | |
int | getDbTag (void) const |
Returns the tag para la database. | |
int | getDbTag (CommParameters &) |
Returns the tag para la database. | |
void | setDbTag (int dbTag) |
Asigna el tag para la database. | |
void | setDbTag (CommParameters &) |
Asigna, sólo si es preciso, el tag para la database. | |
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
virtual int | updateParameter (int parameterID, Information &info) |
virtual int | activateParameter (int parameterID) |
virtual int | setVariable (const std::string &variable, Information &) |
Returns the identificador de la variable cuyo nombre being passed as parameter. | |
virtual int | getVariable (const std::string &variable, Information &) |
Public Member Functions inherited from XC::DistributedBase | |
DistributedBase (void) | |
Constructor. | |
const int & | getDbTagDataPos (const int &i) const |
Returns the data at the i-th position. | |
void | setDbTagDataPos (const int &i, const int &v) |
Sets the data at the i-th position. | |
void | inicComm (const int &dataSize) const |
Initializes communication. | |
Additional Inherited Members | |
Public Types inherited from XC::ID | |
typedef std::vector< int > | v_int |
Protected Member Functions inherited from XC::MovableID | |
DbTagData & | getDbTagData (void) const |
Returns a vector para almacenar los dbTags de los miembros de la clase. | |
String that can move between processes.