|
| RespPlateMaterial (void) |
| Constructor; sets the identifiers for the stiffness contribution of the material.
|
|
| ResponseId (int sz) |
|
| ResponseId (const std::deque< std::string > &indices) |
|
| ResponseId (const std::vector< std::string > &indices) |
|
| ResponseId (const ID &) |
|
bool | hasResponse (const int &ri) const |
|
std::string | getString (void) const |
|
| 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 &) |
|
|
typedef std::vector< int > | v_int |
|
static int | StringToRespId (const std::string &str) |
|
static std::string | RespIdToString (const int &ri) |
|
The documentation for this class was generated from the following files:
- /usr/local/src/prg/xc/src/material/section/ResponseId.h
- /usr/local/src/prg/xc/src/material/section/ResponseId.cc