#include "../Common.h"#include "hObj.h"#include "../Field.hpp"#include <algorithm>

Go to the source code of this file.
Classes | |
| class | hParent< I, nTVerts, nTComponents, TComponents, nTFlags, nTSons, nTCoords, nTNeighs > |
Namespaces | |
| namespace | EmptyHParentSpace |
Defines | |
| #define | MMT_H_MESH_TYPE(NAME, TYPE_ID, N_COMP, COMP_TYPE, N_VERT, N_FLAGS, N_NEIGS, N_SONS, N_EDGES, N_FACES, N_COORDS) |
Typedefs | |
| typedef hParent< 0, 0, 0 > | EmptyHParent |
Functions | |
| void | EmptyHParentSpace::mark2Ref (hHybridMesh *myMesh, hObj *, const int) |
| void | EmptyHParentSpace::mark2Deref (hHybridMesh *myMesh, hObj *) |
| void | EmptyHParentSpace::mark2Delete (hHybridMesh *myMesh, hObj *) |
| int | EmptyHParentSpace::refine (hHybridMesh *myMesh, hObj *, const int) |
| void | EmptyHParentSpace::derefine (hHybridMesh *myMesh, hObj *) |
| bool | EmptyHParentSpace::test (const hHybridMesh *myMesh, const hObj *) |
| ID | EmptyHParentSpace::components (hHybridMesh *myMesh, const hObj *obj, const int i) |
Variables | |
| const uTind | EmptyHParentSpace::nVertices = 0 |
| const uTind | EmptyHParentSpace::nEdges = 0 |
| const uTind | EmptyHParentSpace::nFaces = 0 |
1.6.1