Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CCubbyFlow::AdvectionSolver2Abstract based class for 2-D grid-based advection solver
 CCubbyFlow::AdvectionSolver3Abstract based class for 3-D grid-based advection solver
 CCubbyFlow::AngularVelocity< N >
 CCubbyFlow::AngularVelocity< 2 >
 CCubbyFlow::AngularVelocity< 3 >
 CCubbyFlow::AnimationAbstract base class for animation-related class
 CCubbyFlow::ArrayBase< T, N, DerivedArray >
 CCubbyFlow::ArrayBase< const CubbyFlow::Matrix< double, N >, N, ArrayView< const CubbyFlow::Matrix< double, N >, N > >
 CCubbyFlow::ArrayBase< const double, N, ArrayView< const double, N > >
 CCubbyFlow::ArrayBase< const T, N, ArrayView< const T, N > >
 CCubbyFlow::ArrayBase< CubbyFlow::FDMMatrixRow2, N, ArrayView< CubbyFlow::FDMMatrixRow2, N > >
 CCubbyFlow::ArrayBase< CubbyFlow::FDMMatrixRow3, N, ArrayView< CubbyFlow::FDMMatrixRow3, N > >
 CCubbyFlow::ArrayBase< T, N, Array< T, N > >
 CCubbyFlow::ArrayBase< T, N, ArrayView< T, N > >
 CCubbyFlow::BLAS< S, V, M >Generic BLAS operator wrapper class
 CCubbyFlow::BoundingBox< T, N >N-D axis-aligned bounding box class
 CCubbyFlow::BoundingBox< double >
 CCubbyFlow::BoundingBox< double, N >
 CCubbyFlow::BoundingBoxRayIntersection< T >Box-ray intersection result
 CCubbyFlow::ConstantScalarField< N >::BuilderFront-end to create ConstantScalarField objects step by step
 CCubbyFlow::ConstantVectorField< N >::BuilderFront-end to create ConstantVectorField objects step by step
 CCubbyFlow::GridEmitterSet3::BuilderFront-end to create GridEmitterSet3 objects step by step
 CCubbyFlow::ParticleEmitterSet2::BuilderFront-end to create ParticleEmitterSet2 objects step by step
 CCubbyFlow::CustomScalarField< N >::BuilderFront-end to create CustomScalarField objects step by step
 CCubbyFlow::CustomVectorField< N >::BuilderFront-end to create CustomVectorField objects step by step
 CCubbyFlow::ParticleEmitterSet3::BuilderFront-end to create ParticleEmitterSet3 objects step by step
 CCubbyFlow::PointParticleEmitter2::BuilderFront-end to create PointParticleEmitter2 objects step by step
 CCubbyFlow::PointParticleEmitter3::BuilderFront-end to create PointParticleEmitter3 objects step by step
 CCubbyFlow::VolumeGridEmitter2::BuilderFront-end to create VolumeGridEmitter2 objects step by step
 CCubbyFlow::VolumeGridEmitter3::BuilderFront-end to create VolumeGridEmitter3 objects step by step
 CCubbyFlow::ColliderSet< N >::BuilderFront-end to create ColliderSet objects step by step
 CCubbyFlow::VolumeParticleEmitter2::BuilderFront-end to create VolumeParticleEmitter2 objects step by step
 CCubbyFlow::VolumeParticleEmitter3::BuilderFront-end to create VolumeParticleEmitter3 objects step by step
 CCubbyFlow::GridEmitterSet2::BuilderFront-end to create GridEmitterSet2 objects step by step
 CCubbyFlow::RigidBodyCollider< N >::BuilderFront-end to create RigidBodyCollider objects step by step
 CCubbyFlow::ClosestIntersectionQueryResult< T, N >N-D closest intersection query result
 CCubbyFlow::Collider< N >Abstract base class for generic collider object
 CCubbyFlow::Collider< N >::ColliderQueryResultInternal query result structure
 CCubbyFlow::Internal::Cubic< T, N, I >
 CCubbyFlow::Internal::Cubic< T, N, 1 >
 CCubbyFlow::CubicArraySampler< T, N, CubicInterpolationOp >N-D cubic array sampler class
 CCubbyFlow::DoAbsMax< T >Takes absolute maximum value
 CCubbyFlow::DoAbsMin< T >Takes absolute minimum value
 CCubbyFlow::DoCatmullRom< T >
 CCubbyFlow::DoCeil< T >Performs std::ceil
 CCubbyFlow::DoClamp< T >Clamps the input value with low/high
 CCubbyFlow::DoFloor< T >Performs std::floor
 CCubbyFlow::DoMax< T >Takes maximum value
 CCubbyFlow::DoMin< T >Takes minimum value
 CCubbyFlow::DoMonotonicCatmullRom< T >
 CCubbyFlow::Internal::DotProduct< M1, M2, J >
 CCubbyFlow::Internal::DotProduct< M1, M2, 0 >
 CCubbyFlow::MatrixCSR< T >::Element
 CCubbyFlow::Factory
 CCubbyFlow::FDMBLAS2BLAS operator wrapper for 2-D finite differencing
 CCubbyFlow::FDMBLAS3BLAS operator wrapper for 3-D finite differencing
 CCubbyFlow::FDMCompressedBLAS2BLAS operator wrapper for compressed 2-D finite differencing
 CCubbyFlow::FDMCompressedBLAS3BLAS operator wrapper for compressed 3-D finite differencing
 CCubbyFlow::FDMCompressedLinearSystem2Compressed linear system (Ax=b) for 2-D finite differencing
 CCubbyFlow::FDMCompressedLinearSystem3Compressed linear system (Ax=b) for 3-D finite differencing
 CCubbyFlow::FDMLinearSystem2Linear system (Ax=b) for 2-D finite differencing
 CCubbyFlow::FDMLinearSystem3Linear system (Ax=b) for 3-D finite differencing
 CCubbyFlow::FDMLinearSystemSolver2Abstract base class for 2-D finite difference-type linear system solver
 CCubbyFlow::FDMLinearSystemSolver3Abstract base class for 3-D finite difference-type linear system solver
 CCubbyFlow::FDMMatrixRow2The row of FDMMatrix2 where row corresponds to (i, j) grid point
 CCubbyFlow::FDMMatrixRow3The row of FDMMatrix3 where row corresponds to (i, j, k) grid point
 CCubbyFlow::FDMMGLinearSystem2Multigrid-syle 2-D linear system
 CCubbyFlow::FDMMGLinearSystem3Multigrid-syle 3-D linear system
 CCubbyFlow::FDMMGUtils2Multigrid utilities for 2-D FDM system
 CCubbyFlow::FDMMGUtils3Multigrid utilities for 2-D FDM system
 CCubbyFlow::Field< N >Abstract base class for N-D fields
 CCubbyFlow::Internal::FoldWithAnd< T, Rows, Cols, BinaryOperation, I >
 CCubbyFlow::Internal::FoldWithAnd< T, Rows, Cols, BinaryOperation, 0 >
 CCubbyFlow::Internal::ForEachIndex< IndexType, N, I >
 CCubbyFlow::Internal::ForEachIndex< IndexType, N, 1 >
 CCubbyFlow::FrameRepresentation of an animation frame
 CCubbyFlow::Internal::GetCoordinatesAndGradientWeights< T, N, I >
 CCubbyFlow::Internal::GetCoordinatesAndGradientWeights< T, N, 1 >
 CCubbyFlow::Internal::GetCoordinatesAndWeights< T, N, I >
 CCubbyFlow::Internal::GetCoordinatesAndWeights< T, N, 1 >
 CCubbyFlow::GetCurl< N >
 CCubbyFlow::GetCurl< 2 >
 CCubbyFlow::GetCurl< 3 >
 CCubbyFlow::GetFDMUtils< N >
 CCubbyFlow::GetFDMUtils< 2 >
 CCubbyFlow::GetFDMUtils< 3 >
 CCubbyFlow::GetScalarType< T >Returns the type of the value itself
 CCubbyFlow::GetScalarType< Matrix< T, Rows, Cols > >
 CCubbyFlow::Internal::GetSizeAndInitVal< T, N, I >
 CCubbyFlow::Internal::GetSizeAndInitVal< T, N, 0 >
 CCubbyFlow::Internal::GetSizeFromInitList< T, N, I >
 CCubbyFlow::Internal::GetSizeFromInitList< T, N, 1 >
 CCubbyFlow::GetUnroll< ReturnType, N >
 CCubbyFlow::GetUnroll< ReturnType, 1 >
 CCubbyFlow::GetUnroll< ReturnType, 2 >
 CCubbyFlow::GetUnroll< ReturnType, 3 >
 CCubbyFlow::GetUnroll< void, 1 >
 CCubbyFlow::GetUnroll< void, 2 >
 CCubbyFlow::GetUnroll< void, 3 >
 CCubbyFlow::GridBoundaryConditionSolver2Abstract base class for 2-D boundary condition solver for grids
 CCubbyFlow::GridBoundaryConditionSolver3Abstract base class for 3-D boundary condition solver for grids
 CCubbyFlow::GridDataPositionFunc< N >
 CCubbyFlow::GridDiffusionSolver2Abstract base class for 2-D grid-based diffusion equation solver
 CCubbyFlow::GridDiffusionSolver3Abstract base class for 3-D grid-based diffusion equation solver
 CCubbyFlow::GridEmitter2Abstract base class for 2-D grid-based emitters
 CCubbyFlow::GridEmitter3Abstract base class for 3-D grid-based emitters
 CCubbyFlow::GridFluidSolverBuilderBase2< DerivedBuilder >Base class for grid-based fluid solver builder
 CCubbyFlow::GridFluidSolverBuilderBase2< Builder >
 CCubbyFlow::GridFluidSolverBuilderBase3< DerivedBuilder >Base class for grid-based fluid solver builder
 CCubbyFlow::GridFluidSolverBuilderBase3< Builder >
 CCubbyFlow::GridPressureSolver2Abstract base class for 2-D grid-based pressure solver
 CCubbyFlow::GridPressureSolver3Abstract base class for 2-D grid-based pressure solver
 CCubbyFlow::IntersectionQueryEngine< T, N >Abstract base class for N-D intersection test query engine
 CCubbyFlow::IntersectionQueryEngine< size_t, N >
 CCubbyFlow::IntersectionQueryEngine< std::shared_ptr< CubbyFlow::ImplicitSurface< N > >, N >
 CCubbyFlow::IntersectionQueryEngine< std::shared_ptr< CubbyFlow::Surface< N > >, N >
 CCubbyFlow::KdTree< T, K >Generic k-d tree structure
 CCubbyFlow::KdTree< double, N >
 CCubbyFlow::Internal::Lerp< T, N, I >
 CCubbyFlow::Internal::Lerp< T, N, 1 >
 CCubbyFlow::LevelSetSolver2Abstract base class for 2-D level set solver
 CCubbyFlow::LevelSetSolver3Abstract base class for 3-D level set solver
 CCubbyFlow::LinearArraySampler< T, N >N-D array sampler using linear interpolation
 CCubbyFlow::LinearArraySampler< CubbyFlow::Matrix< double, N >, N >
 CCubbyFlow::LinearArraySampler< double, N >
 CCubbyFlow::LoggerSuper simple logger implementation
 CCubbyFlow::LoggingHelper class for logging
 CCubbyFlow::Matrix< double >< T, MATRIX_SIZE_DYNAMIC, 1 >
 CCubbyFlow::MatrixDenseBase< T, Rows, Cols, Derived >
 CCubbyFlow::MatrixDenseBase< T, 1, 1, Matrix< T, 1, 1 > >
 CCubbyFlow::MatrixDenseBase< T, 2, 1, Matrix< T, 2, 1 > >
 CCubbyFlow::MatrixDenseBase< T, 3, 1, Matrix< T, 3, 1 > >
 CCubbyFlow::MatrixDenseBase< T, 4, 1, Matrix< T, 4, 1 > >
 CCubbyFlow::MatrixDenseBase< T, MATRIX_SIZE_DYNAMIC, 1, Matrix< T, MATRIX_SIZE_DYNAMIC, 1 > >
 CCubbyFlow::MatrixDenseBase< T, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC, Matrix< T, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC > >
 CCubbyFlow::MatrixDenseBase< T, Rows, Cols, Matrix< T, Rows, Cols > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, Derived >Base class for matrix expression
 CCubbyFlow::MatrixExpression< double, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC, MatrixCSR< double > >
 CCubbyFlow::MatrixExpression< T, 1, 1, Matrix< T, 1, 1 > >
 CCubbyFlow::MatrixExpression< T, 2, 1, Matrix< T, 2, 1 > >
 CCubbyFlow::MatrixExpression< T, 3, 1, Matrix< T, 3, 1 > >
 CCubbyFlow::MatrixExpression< T, 4, 1, Matrix< T, 4, 1 > >
 CCubbyFlow::MatrixExpression< T, MATRIX_SIZE_DYNAMIC, 1, Matrix< T, MATRIX_SIZE_DYNAMIC, 1 > >
 CCubbyFlow::MatrixExpression< T, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC, Matrix< T, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC > >
 CCubbyFlow::MatrixExpression< T, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC, MatrixCSR< T > >
 CCubbyFlow::MatrixExpression< T, MATRIX_SIZE_DYNAMIC, MATRIX_SIZE_DYNAMIC, MatrixCSRMatrixMul< T, ME > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, Matrix< T, Rows, Cols > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixConstant< T, Rows, Cols > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixDiagonal< T, Rows, Cols, M1 > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixElemWiseBinaryOp< T, Rows, Cols, E1, E2, BinaryOperation > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixMul< T, Rows, Cols, M1, M2 > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixOffDiagonal< T, Rows, Cols, M1 > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixScalarElemWiseBinaryOp< T, Rows, Cols, M1, BinaryOperation > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixTernaryOp< T, Rows, Cols, M1, M2, M3, TernaryOperation > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixTranspose< T, Rows, Cols, M1 > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixTri< T, Rows, Cols, M1 > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, MatrixUnaryOp< T, Rows, Cols, M1, UnaryOperation > >
 CCubbyFlow::MatrixExpression< T, Rows, Cols, ScalarMatrixElemWiseBinaryOp< T, Rows, Cols, M2, BinaryOperation > >
 CCubbyFlow::MGMatrix< BlasType >Multi-grid matrix wrapper
 CCubbyFlow::MGMatrix< FDMBLAS2 >
 CCubbyFlow::MGMatrix< FDMBLAS3 >
 CCubbyFlow::MGParameters< BlasType >Multi-grid input parameter set
 CCubbyFlow::MGParameters< CubbyFlow::FDMBLAS2 >
 CCubbyFlow::MGParameters< CubbyFlow::FDMBLAS3 >
 CCubbyFlow::MGResultMulti-grid result type
 CCubbyFlow::MGVector< BlasType >Multi-grid vector wrapper
 CCubbyFlow::MGVector< FDMBLAS2 >
 CCubbyFlow::MGVector< FDMBLAS3 >
 CCubbyFlow::NearestArraySampler< T, N >N-D nearest array sampler class
 CCubbyFlow::NearestNeighborQueryEngine< T, N >Abstract base class for N-D nearest neighbor query engine
 CCubbyFlow::NearestNeighborQueryEngine< size_t, N >
 CCubbyFlow::NearestNeighborQueryEngine< std::shared_ptr< CubbyFlow::ImplicitSurface< N > >, N >
 CCubbyFlow::NearestNeighborQueryEngine< std::shared_ptr< CubbyFlow::Surface< N > >, N >
 CCubbyFlow::NearestNeighborQueryResult< T, N >N-D nearest neighbor query result
 CCubbyFlow::NestedInitializerLists< T, N >
 CCubbyFlow::NestedInitializerLists< T, 0 >
 CCubbyFlow::KdTree< T, K >::NodeSimple K-d tree node
 CCubbyFlow::NoOp< T >No-op operator
 CCubbyFlow::NullCGPreconditioner< BLASType >No-op pre-conditioner for conjugate gradient
 CCubbyFlow::Orientation< N >
 CCubbyFlow::Orientation< 2 >
 CCubbyFlow::Orientation< 3 >
 CCubbyFlow::ParticleEmitter2Abstract base class for 2-D particle emitter
 CCubbyFlow::ParticleEmitter3Abstract base class for 3-D particle emitter
 CCubbyFlow::ParticleSystemSolverBuilderBase2< DerivedBuilder >Base class for particle-based solver builder
 CCubbyFlow::ParticleSystemSolverBuilderBase2< Builder >
 CCubbyFlow::ParticleSystemSolverBuilderBase3< DerivedBuilder >Base class for particle-based solver builder
 CCubbyFlow::ParticleSystemSolverBuilderBase3< Builder >
 CCubbyFlow::PointGenerator2Abstract base class for 2-D point generator
 CCubbyFlow::PointGenerator3Abstract base class for 3-D point generator
 CCubbyFlow::PointHashGridUtils< N >Hash grid common utilities for N-D point searchers
 CCubbyFlow::PointNeighborSearcherBuilder< N >Abstract base class for N-D point neighbor searcher builders
 CCubbyFlow::PointsToImplicit2Abstract base class for 2-D points-to-implicit converters
 CCubbyFlow::PointsToImplicit3Abstract base class for 3-D points-to-implicit converters
 CCubbyFlow::Quaternion< T >Quaternion class defined as q = w + xi + yj + zk
 CCubbyFlow::Quaternion< double >
 CCubbyFlow::Ray< T, N >Class for N-D ray
 CCubbyFlow::RDivides< T >Reverse divides operator
 CCubbyFlow::Internal::Reduce< T, Rows, Cols, ReduceOperation, UnaryOperation, I >
 CCubbyFlow::Internal::Reduce< T, Rows, Cols, ReduceOperation, UnaryOperation, 0 >
 CCubbyFlow::RMinus< T >Reverse minus operator
 CCubbyFlow::ScalarGridBuilder< N >Abstract base class for N-D scalar grid builder
 CCubbyFlow::SerializableAbstract base class for any serializable class
 CCubbyFlow::Internal::SetArrayFromInitList< T, N, I >
 CCubbyFlow::Internal::SetArrayFromInitList< T, N, 1 >
 CCubbyFlow::SimilarTo< T >True if similar
 CCubbyFlow::SPHSolverBuilderBase2< DerivedBuilder >Base class for SPH-based fluid solver builder
 CCubbyFlow::SPHSolverBuilderBase2< Builder >
 CCubbyFlow::SPHSolverBuilderBase3< DerivedBuilder >Base class for SPH-based fluid solver builder
 CCubbyFlow::SPHSolverBuilderBase3< Builder >
 CCubbyFlow::SPHSpikyKernel< N >Spiky N-D SPH kernel function object
 CCubbyFlow::SPHSpikyKernel< 2 >
 CCubbyFlow::SPHSpikyKernel< 3 >
 CCubbyFlow::SPHStdKernel< N >Standard N-D SPH kernel function object
 CCubbyFlow::SPHStdKernel< 2 >
 CCubbyFlow::SPHStdKernel< 3 >
 CCubbyFlow::Surface< N >Abstract base class for N-D surface
 CCubbyFlow::SurfaceBuilderBase< N, DerivedBuilder >Base class for N-D surface builder
 CCubbyFlow::SurfaceBuilderBase< N, Box< N >::Builder >
 CCubbyFlow::SurfaceBuilderBase< N, CustomImplicitSurface< N >::Builder >
 CCubbyFlow::SurfaceBuilderBase< N, ImplicitSurfaceSet< N >::Builder >
 CCubbyFlow::SurfaceBuilderBase< N, Plane< N >::Builder >
 CCubbyFlow::SurfaceBuilderBase< N, Sphere< N >::Builder >
 CCubbyFlow::SurfaceBuilderBase< N, SurfaceSet< N >::Builder >
 CCubbyFlow::SurfaceBuilderBase< N, SurfaceToImplicit< N >::Builder >
 CCubbyFlow::SurfaceRayIntersection< N >Struct that represents ray-surface intersection point
 CCubbyFlow::TimerSimple timer class
 CCubbyFlow::TraitIsMatrixSizeDynamic< Rows, Cols >
 CCubbyFlow::TraitIsMatrixSizeSquare< Rows, Cols >
 CCubbyFlow::TraitIsMatrixSizeStatic< Rows, Cols >
 CCubbyFlow::Transform< N >Represents N-D rigid body transform
 CCubbyFlow::TypeCast< T, U >Type casting operator
 CCubbyFlow::VectorGridBuilder< N >Abstract base class for N-D vector grid builder