#include <cl_CutSet.hpp>
Public Member Functions | |
| CutSet (Mesh *aMesh, Cell< Node * > &aNodeOriginals, const string &aHexString, const index_t aNumberOfCuts) | |
| ~CutSet () | |
| DynamicBitset * | node_bitset () |
| bool | test (const Node *aNode) const |
| void | create_duplicates (id_t &aMaxNodeID, Cell< Node * > &aAbstractNodes) |
| Node * | duplicate (Node *aNode) |
| Map< id_t, Node * > & | duplicate_map () |
| belfem::mesh::CutSet::CutSet | ( | Mesh * | aMesh, |
| Cell< Node * > & | aNodeOriginals, | ||
| const string & | aHexString, | ||
| const index_t | aNumberOfCuts ) |
| belfem::mesh::CutSet::~CutSet | ( | ) |
|
inline |
|
inline |