KrisLibrary  1.0.0
Geometry::GridHash3D Member List

This is the complete list of members for Geometry::GridHash3D, including all inherited members.

BallItems(const Vector3 &c, Real r, std::vector< Value > &items) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
BallQuery(const Vector3 &c, Real r, QueryCallback f) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
BoxItems(const Vector3 &bmin, const Vector3 &bmax, std::vector< Value > &items) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
BoxQuery(const Vector3 &bmin, const Vector3 &bmax, QueryCallback f) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
buckets (defined in Geometry::GridHash3D)Geometry::GridHash3D
Clear() (defined in Geometry::GridHash3D)Geometry::GridHash3D
Contains(const Index &i)Geometry::GridHash3D
Enumerate(std::vector< Value > &items) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
Erase(const Index &i)Geometry::GridHash3D
Get(const Index &i) const Geometry::GridHash3D
GetBucketCount() const (defined in Geometry::GridHash3D)Geometry::GridHash3Dinline
GetRange(Index &imin, Index &imax) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
GetRange(Vector3 &bmin, Vector3 &bmax) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
GetResolution() const (defined in Geometry::GridHash3D)Geometry::GridHash3D
GridHash3D(Real h=1) (defined in Geometry::GridHash3D)Geometry::GridHash3Dexplicit
GridHash3D(const Vector3 &h) (defined in Geometry::GridHash3D)Geometry::GridHash3Dexplicit
HashTable typedef (defined in Geometry::GridHash3D)Geometry::GridHash3D
hinv (defined in Geometry::GridHash3D)Geometry::GridHash3D
Index typedef (defined in Geometry::GridHash3D)Geometry::GridHash3D
IndexBucketBounds(const Index &i, Vector3 &bmin, Vector3 &bmax) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
IndexItems(const Index &imin, const Index &imax, std::vector< Value > &items) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
IndexQuery(const Index &imin, const Index &imax, QueryCallback f) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
PointToIndex(const Vector3 &p, Index &i) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
PointToIndex(const Vector3 &p, Index &i, Vector3 &u) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
QueryCallback typedef (defined in Geometry::GridHash3D)Geometry::GridHash3D
SegmentItems(const Vector3 &a, const Vector3 &b, std::vector< Value > &items) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
SegmentQuery(const Vector3 &a, const Vector3 &b, QueryCallback f) const (defined in Geometry::GridHash3D)Geometry::GridHash3D
Set(const Index &i, void *data)Geometry::GridHash3D
SetBucketCount(size_t n) (defined in Geometry::GridHash3D)Geometry::GridHash3Dinline
SetResolution(const Vector3 &h)Geometry::GridHash3D
SetResolution(Real h)Geometry::GridHash3D
Value typedef (defined in Geometry::GridHash3D)Geometry::GridHash3D