#include <GT_PackedUSD.h>
Definition at line 193 of file GT_PackedUSD.h.
GusdGT_PrimCollect::GusdGT_PrimCollect |
( |
| ) |
|
|
inline |
GusdGT_PrimCollect::~GusdGT_PrimCollect |
( |
| ) |
|
|
override |
This method is called when the detail begins collecting. The method may or may not be called if there are now collectable primitives in the detail.
The data container is passed to the collect()
and endCollect()
methods. It is automatically deleted on completion. If no data is needed for collection, this method should return a NULL pointer (which is the default behaviour).
Reimplemented from GT_GEOPrimCollect.
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.
Complete any processing fter all primitives have been collected
This method should not delete the collection data
Reimplemented from GT_GEOPrimCollect.
The documentation for this class was generated from the following file: