Here is a list of all documented namespaces with brief descriptions:
[detail level 12]
▼NBoundingVolumes | Namespace for encapsulating various bounding volumes for usage with BVHs |
CBoundingSphereT | Class which encloses a set of points using a bounding sphere |
CAABBT | Axis-aligned bounding box as bounding volume |
▼NBVH | Namespace for various bounding volume hierarchy (BVH) functionality |
CNodeT | Forward declare the BVH node since it is needed for the polymorphic lambdas |
CLinearNodeT | Forward declare linear node class |
CLinearBVH | Forward declare linear BVH class |
▼NDCEL | Namespace containing various double-connected edge list (DCEL) functionality |
CVertexT | Vertex class |
CEdgeT | Edge class |
CFaceT | Face class |
CMeshT | Mesh class |
CEdgeIteratorT | Edge iterator class |
▼NEBGeometry | Name space for all of EBGeometry |
CSimpleTimer | Simple timer class used for local performance profiling. Does not include MPI capabilities and is therefore local to each rank |
▼NOctree | Namespace for octree functionality |
CNode | Octree class without anything special (this uses full tree representation rather than linear/pointerless) |
▼NParser | Namespace which encapsulates possible file parsers for building EBGeometry data structures |
CSTL | Class for reading STL files |
CPLY | Class for reading Stanford PLY files |
▼NSFC | |
CMorton | Implementation of the Morton SFC |
CNested | Implementation of a nested index SFC |