geomc 1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 C_ImplEdge< Edge >
 C_ImplEdge< EDGE_CLAMP >
 C_ImplEdge< EDGE_CONSTANT >
 C_ImplEdge< EDGE_MIRROR >
 C_ImplEdge< EDGE_PERIODIC >
 C_ImplFMADot< T, Enable >
 C_ImplFMADot< Dual< T, P >, void >
 C_ImplFMADot< std::complex< T >, void >
 C_ImplFMADot< T, typename std::enable_if_t< std::is_floating_point_v< T > > >
 C_ImplMatrixAdd< Ma, Mb >
 C_ImplMatrixAdd< DiagMatrix< T, M, N >, DiagMatrix< S, J, K > >
 C_ImplMatrixAddReturnType< Ma, Mb, Enable >
 C_ImplMatrixAddReturnType< Ma, Mb, typename std::enable_if_t< detail::IsMatrix< Ma >::val and detail::IsMatrix< Mb >::val and detail::MatrixDimensionMatch< Ma, Mb >::isStaticMatch, void > >
 C_ImplMatrixScale< Mx >
 C_ImplMatrixScale< DiagMatrix< T, M, N > >
 C_ImplMtxAdaptor< T, O, Enable >
 C_ImplMtxAdaptor< geom::Vec< T, N >, ORIENT_VEC_COL, void >
 C_ImplMtxAdaptor< geom::Vec< T, N >, ORIENT_VEC_ROW, void >
 C_ImplMtxAdaptor< geom::Vec< T, N >, ORIENT_VEC_UNKNOWN, void >
 C_ImplMtxAdaptor< Mx, O, typename std::enable_if< IsMatrix< Mx >::val, void >::type >
 C_ImplMtxConstRowtype< M, T >
 C_ImplMtxConstRowtype< FlatMatrixBase< T, M, N, Lyt, P >, T >
 C_ImplMtxInstance< M >
 C_ImplMtxInstance< geom::PermutationMatrix< N > >
 C_ImplMtxInstance< geom::Vec< T, N > >
 C_ImplMtxInv< Mx >
 C_ImplMtxInv< geom::DiagMatrix< T, M, N > >
 C_ImplMtxInv< geom::PermutationMatrix< N > >
 C_ImplMtxInv< T * >
 C_ImplMtxInvRaw< T, N >
 C_ImplMtxInvRaw< T, 0 >
 C_ImplMtxInvRaw< T, 2 >
 C_ImplMtxInvRaw< T, 3 >
 C_ImplMtxInvRaw< T, 4 >
 C_ImplMtxMul< Ma, Mb, Enable >
 C_ImplMtxMul< geom::DiagMatrix< T, L, M1 >, geom::DiagMatrix< T, M2, N >, void >
 C_ImplMtxMul< geom::DiagMatrix< T, M, N >, Mat, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
 C_ImplMtxMul< geom::PermutationMatrix< M >, geom::PermutationMatrix< N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename geom::PermutationMatrix< M >::elem_t, geom::PermutationMatrix< M >::ROWDIM, geom::PermutationMatrix< M >::COLDIM, typename geom::PermutationMatrix< M >::recurring_t >, geom::PermutationMatrix< M > >::value >::type >
 C_ImplMtxMul< geom::PermutationMatrix< M >, Mat, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value and not std::is_base_of< geom::PermutationMatrix< Mat::ROWDIM >, Mat >::value >::type >
 C_ImplMtxMul< geom::PermutationMatrix< N1 >, geom::Vec< T, N2 >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename geom::PermutationMatrix< N1 >::elem_t, geom::PermutationMatrix< N1 >::ROWDIM, geom::PermutationMatrix< N1 >::COLDIM, typename geom::PermutationMatrix< N1 >::recurring_t >, geom::PermutationMatrix< N1 > >::value >::type >
 C_ImplMtxMul< geom::Vec< T, M >, Mat, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
 C_ImplMtxMul< geom::Vec< T, N1 >, geom::PermutationMatrix< N2 >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename geom::PermutationMatrix< N2 >::elem_t, geom::PermutationMatrix< N2 >::ROWDIM, geom::PermutationMatrix< N2 >::COLDIM, typename geom::PermutationMatrix< N2 >::recurring_t >, geom::PermutationMatrix< N2 > >::value >::type >
 C_ImplMtxMul< Mat, geom::DiagMatrix< T, M, N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
 C_ImplMtxMul< Mat, geom::PermutationMatrix< N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value and not std::is_base_of< geom::PermutationMatrix< Mat::ROWDIM >, Mat >::value >::type >
 C_ImplMtxMul< Mat, geom::Vec< T, N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
 C_ImplMtxReftype< M, T >
 C_ImplMtxReftype< DiagMatrix< T, M, N >, T >
 C_ImplMtxReftype< FlatMatrixBase< T, M, N, Lyt, P >, T >
 C_ImplMtxReftype< MatrixHandle< T >, T >
 C_ImplMtxResult< Ma, Mb, Md, Enable >
 C_ImplMtxResult< Ma, Mb, Md, typename std::enable_if<((detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM==detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM *detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM==0) and(detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM==detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM *detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM==0)) and detail::_ImplVecMulOrient< Ma, Mb, Md >::orient !=ORIENT_VEC_UNKNOWN, void >::type >
 C_ImplMtxResult< Ma, Mb, Md, typename std::enable_if<((detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM==detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM *detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM==0) and(detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM==detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM *detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM==0)) and detail::_ImplVecMulOrient< Ma, Mb, Md >::orient==ORIENT_VEC_UNKNOWN, void >::type >
 C_ImplMtxRowtype< M, T >
 C_ImplMtxRowtype< FlatMatrixBase< T, M, N, Lyt, P >, T >
 C_ImplMtxTxpose< M >
 C_ImplMtxTxpose< geom::DiagMatrix< T, M, N > >
 C_ImplMtxTxpose< geom::PermutationMatrix< N > >
 C_ImplMtxTxpose< geom::SimpleMatrix< T, M, N, Lyt, P > >
 C_ImplRasterIndex< grid_t, N, Edge >
 C_ImplRasterIndex< grid_t, 1, Edge >
 C_ImplRasterSample< I, O, N, Channels, Edge, Interp >
 C_ImplRasterSample< I, O, N, Channels, Edge, INTERP_CUBIC >
 C_ImplRasterSample< I, O, N, Channels, Edge, INTERP_LINEAR >
 C_ImplRasterSample< I, O, N, Channels, Edge, INTERP_NEAREST >
 C_ImplStorageObjCount< M >
 C_ImplStorageObjCount< MatrixHandle< T > >
 C_ImplVecMulOrient< Ma, Mb, Md, Enable >
 C_ImplVecMulOrient< Ma, Mb, Md, typename std::enable_if< _ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::ROWDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::ROWDIM and _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::COLDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::COLDIM, void >::type >
 C_ImplVecMulOrient< Ma, Mb, Md, typename std::enable_if< _ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::ROWDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_ROW >::ROWDIM and _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::COLDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_ROW >::COLDIM and not(_ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::ROWDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::ROWDIM and _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::COLDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::COLDIM), void >::type >
 C_ImplVecOrient< Ma, Mb, Enable >
 C_ImplVecOrient< Ma, Mb, typename std::enable_if<(IsMatrix< Ma >::val and IsMatrix< Mb >::val), void >::type >
 C_ImplVecOrient< Mb, Vec< T, N >, typename std::enable_if<(N==Mb::COLDIM or Mb::COLDIM==DYNAMIC_DIM) and(Mb::ROWDIM==1 or Mb::ROWDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
 C_ImplVecOrient< Mb, Vec< T, N >, typename std::enable_if<(N==Mb::ROWDIM or Mb::ROWDIM==DYNAMIC_DIM) and(Mb::COLDIM==1 or Mb::COLDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
 C_ImplVecOrient< Vec< A, N >, Vec< B, N >, void >
 C_ImplVecOrient< Vec< T, N >, Mb, typename std::enable_if<(N==Mb::COLDIM or Mb::COLDIM==DYNAMIC_DIM) and(Mb::ROWDIM==1 or Mb::ROWDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
 C_ImplVecOrient< Vec< T, N >, Mb, typename std::enable_if<(N==Mb::ROWDIM or Mb::ROWDIM==DYNAMIC_DIM) and(Mb::COLDIM==1 or Mb::COLDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
 C_ImplVectorLikeMatrix< T, N, O >
 C_ImplVectorLikeMatrix< T, DYNAMIC_DIM, ORIENT_VEC_COL >
 C_ImplVectorLikeMatrix< T, DYNAMIC_DIM, ORIENT_VEC_ROW >
 C_ImplVectorLikeMatrix< T, DYNAMIC_DIM, ORIENT_VEC_UNKNOWN >
 C_m2x2< T >
 C_m3x3< T >
 C_m4x4< T >
 C_RGBChannelConversion< T, Enable >
 C_RGBChannelConversion< T, typename std::enable_if< std::is_integral< T >::value, void >::type >
 CBinLatticePartition< T, N, O >
 Cconditional< Cond, T, F >
 Cconditional< false, T, F >
 Cconditional< true, T, F >
 CConstType< T, Const >
 CConstType< T, false >
 CConstType< T, true >
 CCoordType< T >
 CCoordType< Vec< T, N > >
 CDefinedIf< cond, val >
 CDefinedIf< true, val >
 CDeque< T, N >A lightweight double ended queue backed by a flat array
 CDigest< T, H >Partially-specializable hash function object for arbitrary object and hash types
 CDigest< AffineTransform< T, N >, H >
 CDigest< Capsule< T, N >, H >
 CDigest< Cylinder< T, N >, H >
 CDigest< Dilated< Shape >, H >
 CDigest< Dual< T, Dp >, H >
 CDigest< Extruded< Shape >, H >
 CDigest< Frustum< Shape >, H >
 CDigest< H, H >
 CDigest< Hollow< Shape >, H >
 CDigest< Isometry< T, N >, H >
 CDigest< Plane< T, N >, H >
 CDigest< Quat< T >, H >
 CDigest< Ray< T, N >, H >
 CDigest< Rect< T, N >, H >
 CDigest< Rotation< T, 2 >, H >
 CDigest< Rotation< T, 3 >, H >
 CDigest< Similar< Shape >, H >
 CDigest< Similarity< T, N >, H >
 CDigest< SimpleMatrix< T, M, N, Lyt, P >, H >
 CDigest< Simplex< T, N >, H >
 CDigest< Sphere< T, N >, H >
 CDigest< SphericalCap< T, N >, H >
 CDigest< std::string, H >
 CDigest< std::string_view, H >
 CDigest< std::tuple< Ts... >, H >
 CDigest< T, H >
 CDigest< Transformed< Shape >, H >
 CDigest< Vec< T, N >, H >
 CDimension< N >Defines a type for storing a length or element count
 CDimension< DYNAMIC_DIM >
 CDimensional< T, _N >Represents an object or operation that exists in a certain dimension with a certain coordinate type
 CDimensional< Cylinder< T, N >::elem_t, Cylinder< T, N >::N >
 CDimensional< Hollow< Rect< T, N > >::elem_t, Hollow< Rect< T, N > >::N >
 CDimensional< Hollow< Sphere< T, N > >::elem_t, Hollow< Sphere< T, N > >::N >
 CDimensional< I, N >
 CDimensional< index_t, N >
 CDimensional< Rect< T, N >::elem_t, Rect< T, N >::N >
 CDimensional< Shape::elem_t, N >
 CDimensional< Shape::elem_t, Shape::N >
 CDimensional< Simplex< T, N >::elem_t, Simplex< T, N >::N >
 CDimensional< Sphere< T, N >::elem_t, Sphere< T, N >::N >
 CDimensional< SphericalCap< T, N >::elem_t, SphericalCap< T, N >::N >
 CDimensional< SphericalShell< T, N >::elem_t, SphericalShell< T, N >::N >
 CDimensional< T, 2 >
 CDimensional< T, 3 >
 CDimensional< T, N >
 Cdiscontinuity_impl< T, P >
 Cdiscontinuity_impl< T, DiscontinuityPolicy::Average >
 Cdiscontinuity_impl< T, DiscontinuityPolicy::Inf >
 Cdiscontinuity_impl< T, DiscontinuityPolicy::Left >
 Cdiscontinuity_impl< T, DiscontinuityPolicy::NaN >
 Cdiscontinuity_impl< T, DiscontinuityPolicy::Right >
 CDual< T, Dp >Class implementing the dual numbers, whose arithmetic operations perform a simultaneous calculation of the first derivative
 Cfalse_type
 CFlatMatrixBase< T, M, N, Lyt, P >
 CFlatMatrixLayout< T, L >
 CFlatMatrixLayout< T, COL_MAJOR >
 CGenericStorage< T, N, P >Array storage with templated static or dynamic size, and template-selectable ownership policy
 CGeomException
 Chash< geom::AffineTransform< T, N > >
 Chash< geom::Capsule< T, N > >
 Chash< geom::Cylinder< T, N > >
 Chash< geom::Dilated< Shape > >
 Chash< geom::Dual< T, Dp > >
 Chash< geom::Extruded< Shape > >
 Chash< geom::Frustum< Shape > >
 Chash< geom::Hollow< Shape > >
 Chash< geom::Plane< T, N > >
 Chash< geom::Quat< T > >
 Chash< geom::Ray< T, N > >
 Chash< geom::Rect< T, N > >
 Chash< geom::Similar< Shape > >
 Chash< geom::SimpleMatrix< T, M, N > >
 Chash< geom::Simplex< T, N > >
 Chash< geom::Sphere< T, N > >
 Chash< geom::SphericalCap< T, N > >
 Chash< geom::Transformed< Shape > >
 Chash< geom::Vec< T, N > >
 CIntersector< T, N >
 CIsMatrix< Mt, Enable >
 CIsMatrix< Mt, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mt::elem_t, Mt::ROWDIM, Mt::COLDIM, typename Mt::recurring_t >, Mt >::value, void >::type >
 CIsVector< T, Enable >
 CIsVector< T, typename std::enable_if< std::is_base_of< detail::VecCommon< typename T::elem_t, T::N, T >, T >::value, void >::type >
 Citerator_facade
 CKDTree< T, N, Object, NodeData >::KDNodeIterator< Const >
 CKDTree< T, N, Object, NodeData >::KDStructureParamsStructure encapsulating the tree balancing parameters
 CKDTree< T, N, Object, NodeData >A hierarchical spatial index
 CBezierPath< T, N >::KnotA knot in a Bezier path, along with its tangents
 CHermitePath< T, N >::KnotA knot in a Hermite path, along with its tangent velocity
 CLinalgDimensionMatch< Ma, Mb, Enable >
 CLinalgDimensionMatch< Ma, Mb, typename std::enable_if<(((_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM==_ImplMtxAdaptor< Mb, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM) or(_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM *_ImplMtxAdaptor< Mb, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM==0)) and((_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::COLDIM==_ImplMtxAdaptor< Mb, detail::_ImplVecOrient< Ma, Mb >::orient >::COLDIM) or(_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::COLDIM *_ImplMtxAdaptor< Mb, detail::_ImplVecOrient< Ma, Mb >::orient >::COLDIM==0))), void >::type >
 CMatrixBase< T, M, N, Derived >
 CMatrixBase< bool, N, N, PermutationMatrix< N > >
 CMatrixBase< M::elem_t, M, N, MatrixHandle< M::elem_t > >
 CMatrixBase< T, M, N, DiagMatrix< T, M, N > >
 CMatrixBase< T, M, N, MatrixHandle< T > >
 CMatrixBase< T, M, N, SimpleMatrix< T, M, N, Lyt, P > >
 CMatrixDimensionMatch< Ma, Mb, Enable >
 CMatrixDimensionMatch< Ma, Mb, typename std::enable_if<((Ma::ROWDIM==Mb::ROWDIM or Ma::ROWDIM *Mb::ROWDIM==0) and(Ma::COLDIM==Mb::COLDIM or Ma::COLDIM *Mb::COLDIM==0)) >::type >
 CMatrixMultipliable< Ma, Mb, Enable >
 CMatrixMultipliable< Ma, Mb, typename std::enable_if<(IsMatrix< Ma >::val or IsMatrix< Mb >::val) and(_ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::COLDIM==_ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::ROWDIM or _ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::COLDIM==DYNAMIC_DIM or _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::ROWDIM==DYNAMIC_DIM), void >::type >
 CMatrixMultReturnType< Ma, Mb, Enable >
 CMatrixMultReturnType< Ma, Mb, typename std::enable_if< MatrixMultipliable< Ma, Mb >::val, void >::type >
 CMtxAssignmentProxy< M, T >
 CMxWrap< T, RowMajor >
 CMxWrap< T, false >
 Cnumeric_limits
 CPath< T, N >
 CPermuteMatrixBase< N >
 CPermuteMatrixBase< DYNAMIC_DIM >
 CPLUDecomposition< T, M, N >
 CPointType< T, N >
 CPointType< T, 1 >
 CProjectionResult< T, N >
 CRaster< I, O, M, N >An M-dimensional grid of interpolated data which can be continuously sampled
 CRayIntersectable< T, N, Derived >Base class describing N-dimensional shapes which can be intersection-tested with a Ray
 CRayIntersectable< I, N, Rect< I, N > >
 CRayIntersectable< index_t, N, Rect< index_t, N > >
 CRayIntersectable< Shape::elem_t, Shape::N+1, Extruded< Shape > >
 CRayIntersectable< Shape::elem_t, Shape::N+1, Frustum< Shape > >
 CRayIntersectable< Shape::elem_t, Shape::N, Similar< Shape > >
 CRayIntersectable< Shape::elem_t, Shape::N, Transformed< Shape > >
 CRayIntersectable< T, N, Capsule< T, N > >
 CRayIntersectable< T, N, Cylinder< T, N > >
 CRayIntersectable< T, N, Rect< T, N > >
 CRayIntersectable< T, N, Simplex< T, N > >
 CRayIntersectable< T, N, Sphere< T, N > >
 CRayIntersectable< T, N, Transformed< Rect< T, N > > >
 CRectAxisHelperBase< T, N >
 CRectAxisHelperBase< T, 2 >
 CRectAxisHelperBase< T, 3 >
 CRectIntersector< T, N, Enable >
 CRectIntersector< T, N, typename std::enable_if< RectAxisHelper< T, N >::SAT_SUPPORTED >::type >
 CRotation< T, N >A rotation in N-dimensional space
 CSampleShape< Shape >Sample a point from a shape
 CSdfEvaluable< T, N, Derived >Base class describing N-dimensional shapes which implement a signed distance function
 CSdfEvaluable< I, N, Rect< I, N > >
 CSdfEvaluable< index_t, N, Rect< index_t, N > >
 CSdfEvaluable< Shape::elem_t, N, Dilated< Shape > >
 CSdfEvaluable< Shape::elem_t, N, Extruded< Shape > >
 CSdfEvaluable< Shape::elem_t, N, Hollow< Shape > >
 CSdfEvaluable< Shape::elem_t, N, Similar< Shape > >
 CSdfEvaluable< T, N, Capsule< T, N > >
 CSdfEvaluable< T, N, Cylinder< T, N > >
 CSdfEvaluable< T, N, Hollow< Rect< T, N > > >
 CSdfEvaluable< T, N, Hollow< Sphere< T, N > > >
 CSdfEvaluable< T, N, Plane< T, N > >
 CSdfEvaluable< T, N, Rect< T, N > >
 CSdfEvaluable< T, N, Simplex< T, N > >
 CSdfEvaluable< T, N, Sphere< T, N > >
 CShapeIndexHelper< T, N, D >
 CShapeIndexHelper< T, N, Bounded< T, N > >
 CShapeIndexHelper< T, N, D * >
 CShapeIndexHelper< T, N, std::pair< K, V > >
 CShapeIndexHelper< T, N, Vec< T, N > >
 CSimplexFace< T, N >
 CSimplexProjection< T, N >
 CSmallStorage< T, N >Array storage which does not allocate from the heap unless the requested size is larger than a threshold, N
 CSphericalHarmonics< T, Bands >Class and methods for representing band-limited functions on the surface of a 3D sphere
 CStorage< T, N >Array storage with templated static or dynamic size
 CStorage< T, DYNAMIC_DIM >
 Cstorage_token_t
 CSubtreeBase< NodeItem, LeafItem, Const >Base class for all iterators into Trees
 CSubtreeBase< NodeItem, LeafItem, false >
 CSubtreeBase< NodeItem, LeafItem, true >
 CBezierPath< T, N >::TangentA pair of tangents for a knot or segment in a Bezier path
 CTree< NodeItem, LeafItem >A dynamic tree of arbitrary arity
 Cuniform_real_distribution
 CUniqueStorage< T, N >Array storage with templated static or dynamic size, and without reference counting
 CUniqueStorage< T, DYNAMIC_DIM >
 CUnmanagedStorage< T, N >
 CVecBase< T, N >
 CVecBase< T, 2 >
 CVecBase< T, 3 >
 CVecBase< T, 4 >
 CVectorDimension< T >
 CVectorDimension< Vec< T, M > >
 CWrappedStorage< T, N >Array storage with templated static or dynamic size, acting as a thin, templated wrapper around a bare array which is memory managed by the caller
 CZonalHarmonics< T, Bands >Represents a function on the N-sphere with axial symmetry