PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
pbat::geometry::HashGrid< Dims, TScalar, TIndex > Member List

This is the complete list of members for pbat::geometry::HashGrid< Dims, TScalar, TIndex >, including all inherited members.

BroadPhase(Eigen::DenseBase< TDerivedX > const &X, FOnPair fOnPair, FHash fHash) constpbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
Cell(Eigen::DenseBase< TDerivedX > const &X) const -> Eigen::Matrix< ScalarType, kDims, 2 >pbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
Configure(ScalarType cellSize, IndexType nBuckets)pbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
Construct(Eigen::DenseBase< TDerivedL > const &L, Eigen::DenseBase< TDerivedU > const &U, FHash fHash)pbat::geometry::HashGrid< Dims, TScalar, TIndex >
Construct(Eigen::DenseBase< TDerivedX > const &X, FHash fHash)pbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
HashGrid()=defaultpbat::geometry::HashGrid< Dims, TScalar, TIndex >
HashGrid(ScalarType cellSize, IndexType nBuckets)pbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
IndexType typedefpbat::geometry::HashGrid< Dims, TScalar, TIndex >
kDimspbat::geometry::HashGrid< Dims, TScalar, TIndex >static
NumberOfBuckets() constpbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
Reserve(IndexType nPrimitives)pbat::geometry::HashGrid< Dims, TScalar, TIndex >inline
ScalarType typedefpbat::geometry::HashGrid< Dims, TScalar, TIndex >
ToIntegerCoordinates(Eigen::DenseBase< TDerivedX > const &X) const -> Eigen::Vector< IndexType, kDims >pbat::geometry::HashGrid< Dims, TScalar, TIndex >inline