|
Developer Documentation
|
Public Member Functions | |
| Pointer (int) interiorRoots | |
| Pointer (Real) cornerValues | |
| Pointer (Point3D< Real >) cornerNormals | |
| Pointer (char) cornerValuesSet | |
| Pointer (char) cornerNormalsSet | |
| Pointer (char) edgesSet | |
Public Member Functions inherited from SortedTreeNodes::CornerTableData | |
| void | clear (void) |
| CornerIndices & | operator[] (const TreeOctNode *node) |
| const CornerIndices & | operator[] (const TreeOctNode *node) const |
| CornerIndices & | cornerIndices (const TreeOctNode *node) |
| const CornerIndices & | cornerIndices (const TreeOctNode *node) const |
Public Member Functions inherited from SortedTreeNodes::EdgeTableData | |
| void | clear (void) |
| EdgeIndices & | operator[] (const TreeOctNode *node) |
| const EdgeIndices & | operator[] (const TreeOctNode *node) const |
| EdgeIndices & | edgeIndices (const TreeOctNode *node) |
| const EdgeIndices & | edgeIndices (const TreeOctNode *node) const |
Public Attributes | |
| hash_map< long long, int > | boundaryRoots |
|
hash_map< long long, std::pair < Real, Point3D< Real > > > * | boundaryValues |
Public Attributes inherited from SortedTreeNodes::CornerTableData | |
| int | cCount |
| std::vector< CornerIndices > | cTable |
| std::vector< int > | offsets |
Public Attributes inherited from SortedTreeNodes::EdgeTableData | |
| int | eCount |
| std::vector< EdgeIndices > | eTable |
| std::vector< int > | offsets |
Definition at line 322 of file MultiGridOctreeData.h.