Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Octree< Degree >::RootData Struct Reference
Inheritance diagram for Octree< Degree >::RootData:
SortedTreeNodes::CornerTableData SortedTreeNodes::EdgeTableData

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)
 
CornerIndicesoperator[] (const TreeOctNode *node)
 
const CornerIndicesoperator[] (const TreeOctNode *node) const
 
CornerIndicescornerIndices (const TreeOctNode *node)
 
const CornerIndicescornerIndices (const TreeOctNode *node) const
 
- Public Member Functions inherited from SortedTreeNodes::EdgeTableData
void clear (void)
 
EdgeIndicesoperator[] (const TreeOctNode *node)
 
const EdgeIndicesoperator[] (const TreeOctNode *node) const
 
EdgeIndicesedgeIndices (const TreeOctNode *node)
 
const EdgeIndicesedgeIndices (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< CornerIndicescTable
 
std::vector< int > offsets
 
- Public Attributes inherited from SortedTreeNodes::EdgeTableData
int eCount
 
std::vector< EdgeIndiceseTable
 
std::vector< int > offsets
 

Detailed Description

template<int Degree>
struct Octree< Degree >::RootData

Definition at line 322 of file MultiGridOctreeData.h.


The documentation for this struct was generated from the following file: