![]() |
RegularGridMesh
The GeMA Regular Grid Mesh Plugin
|
Internal auxiliar class to represent a node set. More...


Public Member Functions | |
| GmpRegularGridNodeSet (QString setId, GmpRegularGridMesh *mesh, int numSetNodes, int *setNodeVector) | |
| Constructor. Receives as parameters the data vector, taking ownership of it. | |
| virtual | ~GmpRegularGridNodeSet () |
| Destructor. | |
| virtual QString | id () const |
| virtual GmMesh * | mesh () const |
| virtual int | numNodes () const |
| virtual int | node (int i) const |
| virtual bool | setNodeData (int numNodes, int *nodeList) |
| virtual size_t | usedMemory () const |
Public Member Functions inherited from GmNodeSet | |
Private Attributes | |
| QString | _id |
| The set name. | |
| int | _numNodes |
| The number of nodes stored in this set. | |
| int * | _nodes |
| The nodes vector. | |
| GmpRegularGridMesh * | _mesh |
| The mesh that we belong to. | |
Internal auxiliar class to represent a node set.
|
inlinevirtual |
Implements GmNodeSet.
|
inlinevirtual |
Implements GmNodeSet.
|
inlinevirtual |
Reimplemented from GmNodeSet.
|
inlinevirtual |
Implements GmNodeSet.