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)
 
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
 

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: