HDK
|
Trivial collector class for VDBs - 1 GT_PrimVDB per VDB primitive. More...
#include <GT_PrimVDB.h>
Public Member Functions | |
GT_GEOPrimCollectVDB () | |
~GT_GEOPrimCollectVDB () override | |
GT_PrimitiveHandle | collect (const GT_GEODetailListHandle &g, const GEO_Primitive *const *prim_list, int, GT_GEOPrimCollectData *) const override |
Public Member Functions inherited from GT_GEOPrimCollect | |
GT_GEOPrimCollect () | |
Constructor. More... | |
virtual | ~GT_GEOPrimCollect () |
Destructor. More... | |
virtual GT_GEOPrimCollectData * | beginCollecting (const GT_GEODetailListHandle &geometry, const GT_RefineParms *parms) const |
virtual GT_PrimitiveHandle | endCollecting (const GT_GEODetailListHandle &geometry, GT_GEOPrimCollectData *data) const |
void | bind (const GA_PrimitiveTypeId &id) const |
Additional Inherited Members | |
Static Public Member Functions inherited from GT_GEOPrimCollect | |
static GT_GEOPrimCollectPtr | getCollector (const GA_PrimitiveTypeId &id) |
Get the current collector bound for a primitive. More... | |
Trivial collector class for VDBs - 1 GT_PrimVDB per VDB primitive.
Definition at line 107 of file GT_PrimVDB.h.
|
inline |
Definition at line 110 of file GT_PrimVDB.h.
|
inlineoverride |
Definition at line 111 of file GT_PrimVDB.h.
|
inlineoverridevirtual |
For each matching primitive in the detail, this method will be called. If no GT primitive should be created, return an empty handle.
Implements GT_GEOPrimCollect.
Definition at line 113 of file GT_PrimVDB.h.