HDK
|
#include <SIM_GeoVisitor.h>
Public Member Functions | |
virtual | ~SIM_GeoVisitor () |
virtual void | onPrimQuadric (const GEO_Quadric *quadric)=0 |
Called for each sphere or tube primitive in the geometry. More... | |
virtual void | onConvexHull (const GU_Detail &gdp, const GA_PointGroup *points)=0 |
Called for each convex hull shape in the geometry. More... | |
virtual void | onBox (const UT_Vector3 ¢er, const UT_Vector3 &size, const UT_Matrix3 &rot, const GU_Detail &gdp, const GA_PointGroup *points)=0 |
Called for each box shape that is found in the geometry. More... | |
virtual void | refine (const GU_Detail *src, GU_Detail &dest, const UT_Matrix4D &xform)=0 |
Definition at line 19 of file SIM_GeoVisitor.h.
|
virtual |
|
pure virtual |
Called for each box shape that is found in the geometry.
|
pure virtual |
Called for each convex hull shape in the geometry.
|
pure virtual |
Called for each sphere or tube primitive in the geometry.
|
pure virtual |
Get the refiner user to refine to polygons to computer the the convex hulls.