EBGeometry  1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NBoundingVolumesNamespace for encapsulating various bounding volumes for usage with BVHs
 CBoundingSphereTClass which encloses a set of points using a bounding sphere
 CAABBTAxis-aligned bounding box as bounding volume
 NBVHNamespace for various bounding volume hierarchy (BVH) functionality
 CNodeTForward declare the BVH node since it is needed for the polymorphic lambdas
 CLinearNodeTForward declare linear node class
 CLinearBVHForward declare linear BVH class
 NDCELNamespace containing various double-connected edge list (DCEL) functionality
 CVertexTVertex class
 CEdgeTEdge class
 CFaceTFace class
 CMeshTMesh class
 CEdgeIteratorTEdge iterator class
 NEBGeometryName space for all of EBGeometry
 CSimpleTimerSimple timer class used for local performance profiling. Does not include MPI capabilities and is therefore local to each rank
 NOctreeNamespace for octree functionality
 CNodeOctree class without anything special (this uses full tree representation rather than linear/pointerless)
 NParserNamespace which encapsulates possible file parsers for building EBGeometry data structures
 CSTLClass for reading STL files
 CPLYClass for reading Stanford PLY files
 NSFC
 CMortonImplementation of the Morton SFC
 CNestedImplementation of a nested index SFC
 CAnnularIFAnnular implicit function function. Creates a shell out of the implicit function
 CBlurIFBlurred/interpolated implicit function - can be used for smoothing
 CBoxSDFSigned distance field for an axis-aligned box
 CCapsuleSDFCapsulate/pill SDF. Basically a cylinder with spherical endcaps, oriented along the specified axis
 CComplementIFComplemented implicit function
 CConeSDFSigned distance field for an finite cone. Oriented along +z
 CCylinderSDFSigned distance field for a cylinder
 CDifferenceIFCSG difference between two implicit functions
 CElongateIFImplicit function which is an elongation of another implicit function along some axis
 CFastCompactMeshSDFSigned distance function for a DCEL mesh. This class uses the compact BVH representation
 CFastMeshSDFSigned distance function for a DCEL mesh. This class uses the full BVH representation
 CFastSmoothUnionIFImplicit function smoothed union using BVHs
 CFastUnionIFImplicit function union using BVHs
 CFiniteRepetitionIFClass which creates a periodic repetition of an implicit function
 CImplicitFunctionAbstract representation of an implicit function function (not necessarily signed distance)
 CInfiniteConeSDFSigned distance field for an infinite cone. Oriented along +z
 CInfiniteCylinderSDFInifinitely long cylinder class. Oriented along the y-axis
 CIntersectionIFCSG intersection. Computes the maximum value of all input primitives
 CMeshSDFSigned distance function for a DCEL mesh. Does not use BVHs
 CMollifyIFMollified implicit function
 COffsetIFOffset implicit function. Offsets the implicit function using the input value
 CPerlinSDFKen Perlins gradient noise function
 CPlaneSDFSigned distance function for a plane
 CPolygon2DClass for embedding a polygon face into 2D
 CReflectIFImplicit function which is a reflection of another implicit function
 CRotateIFRotated implicit function. Rotates an implicit function about an axis
 CRoundedBoxSDFBox of arbitrary dimensions centered at the origin, with rounded corners
 CScaleIFScaled implicit function
 CSignedDistanceFunctionAbstract representation of a signed distance function
 CSmoothDifferenceIFCSG difference between two implicit functions
 CSmoothIntersectionIFSmooth intersection
 CSmoothUnionIFSmooth CSG union. Computes the minimum value of all input primitives
 CSphereSDFSigned distance field for sphere
 CTorusSDFSigned distance field for a torus
 CTranslateIFTranslated implicit function
 CUnionIFCSG union. Computes the minimum value of all input primitives
 CVec2TTwo-dimensional vector class with arithmetic operators
 CVec3TThree-dimensional vector class with arithmetic operators