|
using | this_type = GU_PackedDiskSequence |
|
using | parent_type = GU_PackedSequence |
|
using | CacheItem = GU_PackedDisk::CacheItem |
|
enum | WrapMode { WRAP_CYCLE,
WRAP_CLAMP,
WRAP_STRICT,
WRAP_MIRROR
} |
|
typedef fpreal(GU_PackedImpl::* | FloatGetter )(const GU_PrimPacked *) const |
|
typedef void(GU_PackedImpl::* | FloatSetter )(const GU_PrimPacked *, fpreal) |
|
typedef GA_Size(GU_PackedImpl::* | IntGetter )(const GU_PrimPacked *) const |
|
typedef void(GU_PackedImpl::* | IntSetter )(GU_PrimPacked *, GA_Size) |
|
typedef bool(GU_PackedImpl::* | BoolGetter )(const GU_PrimPacked *) const |
|
typedef void(GU_PackedImpl::* | BoolSetter )(GU_PrimPacked *, bool) |
|
typedef const char
*(GU_PackedImpl::* | StringGetter )(const GU_PrimPacked *) const |
|
typedef void(GU_PackedImpl::* | StringSetter )(GU_PrimPacked *, const char *) |
|
typedef std::string(GU_PackedImpl::* | StdStringGetter )(const GU_PrimPacked *) const |
|
typedef void(GU_PackedImpl::* | StdStringSetter )(GU_PrimPacked *, const std::string &) |
|
typedef UT_StringHolder(GU_PackedImpl::* | StringHolderGetter )(const GU_PrimPacked *) const |
|
typedef void(GU_PackedImpl::* | StringHolderSetter )(GU_PrimPacked *, const UT_StringHolder &) |
|
typedef fpreal(GU_PackedImpl::* | FloatTupleGetter )(const GU_PrimPacked *, exint) const |
|
typedef void(GU_PackedImpl::* | FloatTupleSetter )(GU_PrimPacked *, exint, fpreal) |
|
typedef GA_Size(GU_PackedImpl::* | IntTupleGetter )(const GU_PrimPacked *, exint) const |
|
typedef void(GU_PackedImpl::* | IntTupleSetter )(GU_PrimPacked *, exint, GA_Size) |
|
typedef bool(GU_PackedImpl::* | BoolTupleGetter )(const GU_PrimPacked *, exint) const |
|
typedef void(GU_PackedImpl::* | BoolTupleSetter )(GU_PrimPacked *, exint, bool) |
|
typedef const char
*(GU_PackedImpl::* | StringTupleGetter )(const GU_PrimPacked *, exint) const |
|
typedef void(GU_PackedImpl::* | StringTupleSetter )(GU_PrimPacked *, exint, const char *) |
|
typedef std::string(GU_PackedImpl::* | StdStringTupleGetter )(const GU_PrimPacked *, exint) const |
|
typedef void(GU_PackedImpl::* | StdStringTupleSetter )(GU_PrimPacked *, exint, const std::string &) |
|
typedef UT_StringHolder(GU_PackedImpl::* | StringHolderTupleGetter )(const GU_PrimPacked *, exint) const |
|
typedef void(GU_PackedImpl::* | StringHolderTupleSetter )(GU_PrimPacked *, exint, const UT_StringHolder &) |
|
typedef void(GU_PackedImpl::* | F32VectorGetter )(const GU_PrimPacked *, fpreal32 *, exint) const |
|
typedef void(GU_PackedImpl::* | F32VectorSetter )(GU_PrimPacked *, const fpreal32 *, exint) |
|
typedef void(GU_PackedImpl::* | F64VectorGetter )(const GU_PrimPacked *, fpreal64 *, exint) const |
|
typedef void(GU_PackedImpl::* | F64VectorSetter )(GU_PrimPacked *, const fpreal64 *, exint) |
|
typedef void(GU_PackedImpl::* | I32VectorGetter )(const GU_PrimPacked *, int32 *, exint) const |
|
typedef void(GU_PackedImpl::* | I32VectorSetter )(GU_PrimPacked *, const int32 *, exint) |
|
typedef void(GU_PackedImpl::* | I64VectorGetter )(const GU_PrimPacked *, int64 *, exint) const |
|
typedef void(GU_PackedImpl::* | I64VectorSetter )(GU_PrimPacked *, const int64 *, exint) |
|
typedef void(GU_PackedImpl::* | BVectorGetter )(const GU_PrimPacked *, bool *, exint) const |
|
typedef void(GU_PackedImpl::* | BVectorSetter )(GU_PrimPacked *, const bool *, exint) |
|
typedef void(GU_PackedImpl::* | StringArrayGetter )(const GU_PrimPacked *, UT_StringArray &) const |
|
typedef void(GU_PackedImpl::* | StringArraySetter )(GU_PrimPacked *, const UT_StringArray &) |
|
|
| GU_PackedDiskSequence () |
|
| GU_PackedDiskSequence (const GU_PackedDiskSequence &src) |
|
virtual | ~GU_PackedDiskSequence () |
|
UT_StringHolder | filename (exint index) const |
|
GU_ConstDetailHandle | getPointCloud () const |
|
virtual InstanceKey | getInstanceKey (exint quanize_steps) const |
|
GU_ConstDetailHandle | getClosestGeometry (fpreal t) const |
|
|
virtual GU_PackedFactory * | getFactory () const |
|
virtual GU_PackedImpl * | copy () const |
|
virtual void | clearData () |
|
virtual bool | isValid () const |
|
virtual bool | load (GU_PrimPacked *prim, const UT_Options &options, const GA_LoadMap &map) |
|
virtual bool | supportsJSONLoad () const |
|
virtual bool | loadFromJSON (GU_PrimPacked *prim, const UT_JSONValueMap &options, const GA_LoadMap &map) |
|
virtual void | update (GU_PrimPacked *prim, const UT_Options &options) |
|
virtual bool | save (UT_Options &options, const GA_SaveMap &map) const |
|
virtual bool | isLoaded () const |
|
virtual int64 | getMemoryUsage (bool inclusive) const |
| Report memory usage (includes all shared memory) More...
|
|
virtual void | countMemory (UT_MemoryCounter &counter, bool inclusive) const |
|
|
void | filenames (UT_StringArray &files) const |
|
void | intrinsicFilenames (const GU_PrimPacked *prim, UT_StringArray &files) const |
|
void | setFilenames (GU_PrimPacked *prim, const UT_StringArray &files) |
|
| GU_PackedSequence () |
|
| GU_PackedSequence (const GU_PackedSequence &src) |
|
virtual | ~GU_PackedSequence () |
|
exint | intrinsicSequenceSize (const GU_PrimPacked *prim) const |
|
GU_ConstDetailHandle | getBlendedDetail (fpreal t) const |
| Get a detail handle representing the interpolated sub-frame geometry. More...
|
|
InstanceKey | getUniqueInstanceKey (exint quantize_steps) const |
|
virtual bool | getBounds (UT_BoundingBox &box) const |
|
virtual bool | getRenderingBounds (UT_BoundingBox &box) const |
|
virtual void | getVelocityRange (UT_Vector3 &min, UT_Vector3 &max) const |
|
virtual void | getWidthRange (fpreal &min, fpreal &max) const |
|
virtual bool | unpack (GU_Detail &destgdp) const |
|
virtual GU_ConstDetailHandle | getPackedDetail (GU_PackedContext *c=nullptr) const |
|
fpreal | index () const |
|
exint | wrappedIndex () const |
|
fpreal | intrinsicIndex (const GU_PrimPacked *prim) const |
|
UT_StringHolder | wrapModeLabel () const |
|
UT_StringHolder | intrinsicWrapModeLabel (const GU_PrimPacked *prim) const |
|
WrapMode | wrapMode () const |
|
void | setIndex (GU_PrimPacked *prim, fpreal f) |
|
void | setWrapMode (GU_PrimPacked *prim, WrapMode w) |
|
void | setWrapMode (GU_PrimPacked *prim, const UT_StringHolder &mode) |
|
| GU_PackedImpl () |
|
| GU_PackedImpl (const GU_PackedImpl &src) |
|
virtual | ~GU_PackedImpl () |
|
virtual bool | saveSharedData (UT_JSONWriter &w, GA_SaveMap &map, GA_GeometryIndex *geometryIndex) const |
|
virtual bool | loadSharedData (int load_data_type, const GA_SharedLoadData *item) |
|
virtual bool | loadUnknownToken (const char *token, UT_JSONParser &p, const GA_LoadMap &map) |
|
virtual void | getPrimitiveName (const GU_PrimPacked *prim, UT_WorkBuffer &wbuf) const |
|
virtual bool | getLocalTransform (UT_Matrix4D &m) const |
|
virtual bool | unpackWithContext (GU_Detail &destgdp, GU_PackedContext &context) const |
|
virtual bool | unpackWithStyler (GU_Detail &destgdp, STY_StylerGroup &prim_styler_group, const STY_Styler &parent_styler) const |
|
virtual void | forceLoad () const |
|
virtual bool | unpackUsingPolygons (GU_Detail &destgdp) const |
|
bool | pointInstanceTransform () const |
|
bool | intrinsicPointInstanceTransform (const GU_PrimPacked *prim) const |
|
void | setPointInstanceTransform (GU_PrimPacked *prim, bool b) |
| Set whether point instancing should be used. More...
|
|
void | topologyDirty () |
| Indicate that topology and attributes are dirty. More...
|
|
GU_PrimPacked * | getPrim () |
|
const GU_PrimPacked * | getPrim () const |
|
virtual bool | saveCachedBBox () const |
|
int64 | intrinsic3Tuple (const GU_PrimPacked *prim) const |
|
int64 | intrinsic6Tuple (const GU_PrimPacked *prim) const |
|
int64 | intrinsic9Tuple (const GU_PrimPacked *prim) const |
|
int64 | intrinsic16Tuple (const GU_PrimPacked *prim) const |
|
std::string | intrinsicPrimitiveName (const GU_PrimPacked *prim) const |
|
const char * | intrinsicFactoryName (const GU_PrimPacked *prim) const |
|
const char * | intrinsicFactoryLabel (const GU_PrimPacked *prim) const |
|
void | intrinsicPackedBox (const GU_PrimPacked *prim, fpreal64 *vals, exint sz) const |
|
void | intrinsicPackedRenderBox (const GU_PrimPacked *prim, fpreal64 *vals, exint sz) const |
|
void | intrinsicPivot (const GU_PrimPacked *prim, fpreal64 *vals, exint sz) const |
|
void | intrinsicSetPivot (GU_PrimPacked *prim, const fpreal64 *vals, exint sz) |
|
void | intrinsicPrimTransform (const GU_PrimPacked *prim, fpreal64 *vals, exint sz) const |
|
void | intrinsicSetPrimTransform (GU_PrimPacked *prim, const fpreal64 *v, exint sz) |
|
void | intrinsicPackedTransform (const GU_PrimPacked *prim, fpreal64 *v, exint sz) const |
|
void | intrinsicFullTransform (const GU_PrimPacked *prim, fpreal64 *v, exint sz) const |
|
const char * | intrinsicViewportLOD (const GU_PrimPacked *prim) const |
|
void | intrinsicSetViewportLOD (GU_PrimPacked *prim, const char *lod) |
|
|
template<typename T > |
bool | loadFrom (GU_PrimPacked *prim, const T &options, const GA_LoadMap &map) |
|
virtual exint | sequenceSize () const |
| Subclass returns the number of pieces of geometry in the sequence. More...
|
|
virtual bool | sequenceBounds (exint index, UT_BoundingBox &box) const |
|
virtual void | sequenceVelocityRange (exint index, UT_Vector3 &min, UT_Vector3 &max) const |
|
virtual void | sequenceWidthRange (exint index, fpreal &min, fpreal &max) const |
|
virtual GU_ConstDetailHandle | sequencePointCloud (exint index) const |
| Subclass method to get point geometry for the n'th item. More...
|
|
virtual GU_ConstDetailHandle | sequenceGeometry (exint index) const |
| Subclass to return the geometry for the n'th item. More...
|
|
bool | getTimeSample (TimeSample &sample, fpreal t) const |
|
bool | getTimeSample (TimeSample &sample) const |
|
void | storeData (UT_Options &options) const |
|
bool | updateData (GU_PrimPacked *prim, const UT_JSONValueMap &options) |
|
bool | updateData (GU_PrimPacked *prim, const UT_Options &options) |
|
void | copyPrimitiveGroups (GU_Detail &dest, bool force=false) const |
|
bool | unpackToDetail (GU_Detail &destgdp, GU_Detail *src, bool do_transform=true) const |
|
bool | unpackToDetail (GU_Detail &destgdp, const GU_Detail *src, bool do_transform=true) const |
|
bool | unpackToDetail (GU_Detail &destgdp, const GU_ConstDetailHandle &gdh, bool do_transform=true) const |
| Unpack the source detail handle. More...
|
|
virtual UT_Vector3 | getBaryCenter () const |
| Optional method to compute centroid (default uses bounding box) More...
|
|
virtual fpreal | computeVolume (const UT_Vector3 &refpt) const |
| Optional method to calculate volume (default uses bounding box) More...
|
|
virtual fpreal | computeArea () const |
| Optional method to calculate surface area (default uses bounding box) More...
|
|
virtual fpreal | computePerimeter () const |
| Optional method to calculate perimeter (default uses bounding box) More...
|
|
void | setBoxCache (const UT_BoundingBox &box) const |
| Set the bounding box cache for the primitive. More...
|
|
Geometry file procedural.
Definition at line 23 of file GU_PackedDiskSequence.h.