xc
|
Base class for matrices of pointers to nodes, elements and points. More...
#include <PtrArrayBase.h>
Public Member Functions | |
bool | Null (void) const |
Returns true if it's empty or the pointers are NULL. | |
bool | HasNull (void) const |
Returns true if it's empty or any of the pointers are NULL. | |
void | dim (const size_t &, const size_t &) |
Matrix dimensions. | |
std::vector< int > | getRowObjectsTags (const size_t &) |
Asks each of the objects in the row to execute the code being passed as parameter. More... | |
std::vector< int > | getColumnObjectsTags (const size_t &) |
Asks each of the objects in the column to execute the code being passed as parameter. More... | |
std::vector< int > | getRowInteriorObjectsTags (const size_t &) |
Asks each of the objects at the interior of the row to execute the code being passed as parameter. More... | |
std::vector< int > | getColumnInteriorObjectsTags (const size_t &) |
Asks each of the objects at the interior of the column to execute the code being passed as parameter. More... | |
std::vector< int > | getTagsInteriorObjs (void) |
Asks each of the objects at the interior to execute the code being passed as parameter. More... | |
std::vector< int > | getTagsObjs (void) |
Protected Member Functions | |
PtrArrayBase (const size_t &f=0, const size_t &c=0) | |
Constructor. | |
Base class for matrices of pointers to nodes, elements and points.
std::vector< int > XC::PtrArrayBase< T >::getColumnInteriorObjectsTags | ( | const size_t & | c | ) |
Asks each of the objects at the interior of the column to execute the code being passed as parameter.
std::vector< int > XC::PtrArrayBase< T >::getColumnObjectsTags | ( | const size_t & | c | ) |
Asks each of the objects in the column to execute the code being passed as parameter.
std::vector< int > XC::PtrArrayBase< T >::getRowInteriorObjectsTags | ( | const size_t & | f | ) |
Asks each of the objects at the interior of the row to execute the code being passed as parameter.
std::vector< int > XC::PtrArrayBase< T >::getRowObjectsTags | ( | const size_t & | f | ) |
Asks each of the objects in the row to execute the code being passed as parameter.
std::vector< int > XC::PtrArrayBase< T >::getTagsInteriorObjs | ( | void | ) |
Asks each of the objects at the interior to execute the code being passed as parameter.