Class TetMeshBSH

Inheritance Relationships

Base Type

Class Documentation

class TetMeshBSH : public PBD::KDTree<BoundingSphere>

Public Types

using super = KDTree<BoundingSphere>

Public Functions

TetMeshBSH()
void init(const Vector3r *vertices, const unsigned int numVertices, const unsigned int *indices, const unsigned int numTets, const Real tolerance)
virtual Vector3r const &entity_position(unsigned int i) const final
virtual void compute_hull(unsigned int b, unsigned int n, BoundingSphere &hull) const final
virtual void compute_hull_approx(unsigned int b, unsigned int n, BoundingSphere &hull) const final
void updateVertices(const Vector3r *vertices)