Sets container.
More...
#include <MapSetBase.h>
|
typedef std::map< std::string, SetBase * > | map_sets |
|
|
virtual | ~MapSetBase (void) |
| Destructor.
|
|
bool | exists (const std::string &nmb) const |
| Return true if the sets already exists.
|
|
void | removeSet (const std::string &) |
| Deletes the set and removes it from the sets map.
|
|
std::set< SetBase * > | get_sets (const Node *) |
| Return the sets that contain the pointer to node being passed as parameter. More...
|
|
std::set< SetBase * > | get_sets (const Element *) |
| Return the sets that contain the element pointer being passed as parameter. More...
|
|
std::set< SetBase * > | get_sets (const Pnt *) |
| Return the sets that contain the pointer to the ponint being passed as parameter. More...
|
|
std::set< SetBase * > | get_sets (const Edge *) |
| Return the sets that contain the pointer to edge being passed as parameter. More...
|
|
std::set< SetBase * > | get_sets (const Face *) |
| Return the sets than contain a pointer to face being passed as parameter. More...
|
|
std::set< SetBase * > | get_sets (const Body *) |
| Return the sets that contain the pointer to body being passed as parameter. More...
|
|
std::set< SetBase * > | get_sets (const UniformGrid *) |
| Return the sets that contain the pointer to uniform grid being passed as parameter. More...
|
|
|
static std::deque< std::string > | setsClassNames |
|
|
class | EntMdlr |
| sets class names.
|
|
class | Set |
|
class | Preprocessor |
|
§ get_sets() [1/7]
Return the sets that contain the pointer to node being passed as parameter.
§ get_sets() [2/7]
Return the sets that contain the element pointer being passed as parameter.
§ get_sets() [3/7]
Return the sets that contain the pointer to the ponint being passed as parameter.
§ get_sets() [4/7]
Return the sets that contain the pointer to edge being passed as parameter.
§ get_sets() [5/7]
Return the sets than contain a pointer to face being passed as parameter.
§ get_sets() [6/7]
Return the sets that contain the pointer to body being passed as parameter.
§ get_sets() [7/7]
Return the sets that contain the pointer to uniform grid being passed as parameter.
The documentation for this class was generated from the following files:
- src/preprocessor/set_mgmt/MapSetBase.h
- src/preprocessor/set_mgmt/MapSetBase.cc