|
| | GA_ATITopology (const GA_AttributeType &type, const GA_IndexMap &index_map, GA_AttributeScope scope, const UT_StringHolder &name, GA_AttributeOwner linkowner) |
| |
| | ~GA_ATITopology () override |
| |
| int64 | getMemoryUsage (bool inclusive) const override |
| | Report memory used. More...
|
| |
| void | countMemory (UT_MemoryCounter &counter, bool inclusive) const override |
| |
| WriteConcurrence | getSupportedWriteConcurrence () const override |
| | Data is paged, so concurrent writes to separate pages supported. More...
|
| |
| const GA_AIFMerge * | getAIFMerge () const override |
| | Merge interface. More...
|
| |
| bool | mergeAppendData (const GA_MergeMap &map, const GA_ATITopology &sattrib) |
| |
| const GA_AIFCopyData * | getAIFCopyData () const override |
| | Return the attribute's copy interface or NULL. More...
|
| |
| SYS_FORCE_INLINE GA_Offset | getLink (GA_Offset ai) const |
| |
| SYS_FORCE_INLINE void | setLink (GA_Offset ai, GA_Offset v) |
| |
| SYS_FORCE_INLINE bool | isPageConstant (GA_PageNum pageno) const |
| |
| void | setLinksConstant (GA_Offset start, GA_Offset end, GA_Offset value) |
| | Sets all links for offsets >= start and < end to value. More...
|
| |
| void | clear () |
| | Set all values to the default. More...
|
| |
| GA_Storage | getStorage () const |
| |
| bool | setStorage (GA_Storage storage) |
| |
| bool | matchesStorage (const GA_Attribute *that) const override |
| |
| void | replace (const GA_Attribute &src) override |
| |
| GA_AttributeOwner | getLinkOwner () const |
| |
| bool | jsonSave (UT_JSONWriter &w, const GA_SaveMap &map) const |
| |
| bool | jsonLoad (UT_JSONParser &p, const GA_LoadMap &map) |
| |
| bool | setArraySize (GA_Offset new_size) override |
| | Grow or shrink the array size. More...
|
| |
| void | tryCompressAllPages (GA_Offset start_offset=GA_Offset(0), GA_Offset end_offset=GA_INVALID_OFFSET) override |
| | Try to compress data pages. More...
|
| |
| void | hardenAllPages (GA_Offset start_offset=GA_Offset(0), GA_Offset end_offset=GA_INVALID_OFFSET) override |
| | Harden data pages. More...
|
| |
|
| bool | getUnresolvedMergeFlag () const |
| |
| void | setUnresolvedMergeFlag (bool f) |
| |
|
| const DataType & | getData () const |
| |
| DataType & | getData () |
| |
| | GA_Attribute (const GA_AttributeType &type, const GA_IndexMap &index_map, GA_AttributeScope scope, const UT_StringHolder &name) |
| |
| virtual | ~GA_Attribute () |
| |
SYS_FORCE_INLINE const
GA_AttributeType & | getType () const |
| |
SYS_FORCE_INLINE const
GA_IndexMap & | getIndexMap () const |
| |
| SYS_FORCE_INLINE const GA_Detail & | getDetail () const |
| |
| SYS_FORCE_INLINE GA_Detail & | getDetail () |
| |
| SYS_FORCE_INLINE GA_AttributeOwner | getOwner () const |
| |
| SYS_FORCE_INLINE GA_AttributeScope | getScope () const |
| |
| SYS_FORCE_INLINE bool | isGroup () const |
| |
| SYS_FORCE_INLINE GA_TypeInfo | getTypeInfo () const |
| |
| SYS_FORCE_INLINE void | setTypeInfo (GA_TypeInfo type) |
| |
| bool | shouldInterpretAsTexCoord (bool allow_float2=false) const |
| |
| GA_StorageClass | getStorageClass () const |
| | Returns the approximate type of the attribute. More...
|
| |
| int | getTupleSize () const |
| | Size of the AIFTuple, if it exists. If it doesn't, 1. More...
|
| |
SYS_FORCE_INLINE const
UT_StringHolder & | getName () const |
| |
SYS_FORCE_INLINE const
UT_StringHolder & | getFullName () const |
| |
| SYS_FORCE_INLINE GA_DataId | getDataId () const |
| |
| SYS_FORCE_INLINE void | assignNewDataId () |
| |
| SYS_FORCE_INLINE void | bumpDataId () |
| |
| SYS_FORCE_INLINE void | clearDataId () |
| |
| SYS_FORCE_INLINE void | cloneDataId (const GA_Attribute &src, bool allow_clear=false) |
| |
| SYS_FORCE_INLINE void | cloneOrBumpDataId (const GA_Attribute &src, bool allow_clear=false) |
| | NOTE: Just call cloneDataId(src). More...
|
| |
| virtual const GA_AIFDelta * | getAIFDelta () const |
| | Return the attribute's delta interface or NULL. More...
|
| |
| virtual const GA_AIFTuple * | getAIFTuple () const |
| | Return the attribute's tuple interface or NULL. More...
|
| |
| virtual const GA_AIFMath * | getAIFMath () const |
| | Return the attribute's math interface or NULL. More...
|
| |
| virtual const GA_AIFInterp * | getAIFInterp () const |
| | Return the attribute's interpolation interface or NULL. More...
|
| |
| virtual const GA_AIFBlob * | getAIFBlob () const |
| | Return the attribute's blob interface or NULL. More...
|
| |
| virtual const GA_AIFBlobArray * | getAIFBlobArray () const |
| | Return the attribute's blob array interface or NULL. More...
|
| |
| virtual const GA_AIFStringTuple * | getAIFStringTuple () const |
| | Return the attribute's string tuple interface or NULL. More...
|
| |
virtual const
GA_AIFSharedStringTuple * | getAIFSharedStringTuple () const |
| | Return the attribute's shared string tuple interface or NULL. More...
|
| |
virtual const
GA_AIFSharedStringArray * | getAIFSharedStringArray () const |
| | Return the attribute's shared string array interface or NULL. More...
|
| |
virtual const
GA_AIFSharedDictTuple * | getAIFSharedDictTuple () const |
| | Return the attribute's shared options tuple interface or NULL. More...
|
| |
virtual const
GA_AIFSharedDictArray * | getAIFSharedDictArray () const |
| | Return the attribute's shared options tuple interface or NULL. More...
|
| |
| virtual const GA_AIFIndexPair * | getAIFIndexPair () const |
| | Return the attribute's index pair interface or NULL. More...
|
| |
| virtual const GA_AIFBlindData * | getAIFBlindData () const |
| | Return the attribute's blind data interface or NULL. More...
|
| |
| virtual const GA_AIFEdit * | getAIFEdit () const |
| | Return the attribute's edit interface or NULL. More...
|
| |
| virtual const GA_AIFCompare * | getAIFCompare () const |
| | Return the attribute's comparison interface or NULL. More...
|
| |
| virtual const GA_AIFNumericArray * | getAIFNumericArray () const |
| | Return the attribute's arraydata interface or NULL. More...
|
| |
| virtual const GA_AIFStat * | getAIFStat () const |
| |
| template<typename T > |
| const T * | getAIF () const |
| | Generic method for getting an AIF by type. More...
|
| |
| const GA_AttributeOptions & | getOptions () const |
| |
| GA_AttributeOptions & | getOptions () |
| |
| void | setNonTransforming (bool val) |
| |
| bool | needsTransform (bool include_P=true) const |
| |
| bool | isDetached () const |
| |
| void | mergeOptions (const GA_AttributeOptions &src) |
| | Merge the options passed in with the options in the attribute. More...
|
| |
| bool | importOption (const char *name, int &v) const |
| |
| bool | importOption (const char *name, bool &v) const |
| |
| bool | importOption (const char *name, fpreal32 &v) const |
| |
| bool | importOption (const char *name, fpreal64 &v) const |
| |
| bool | importOption (const char *name, UT_String &v) const |
| |
| virtual bool | needDestruction () const |
| | Methods which can be overridden from GA_Attribute. More...
|
| |
| virtual void | destructElement (GA_Offset offset) |
| | Callback invoked if needsDestruction() returns true. More...
|
| |
| void | setTailInitialization (bool onoff) |
| |
| bool | isTailInitialization () const |
| | Check whether the attribute is set to tail initialization. More...
|
| |
| void | reconstructElement (GA_Offset offset) |
| |
| virtual void | compactStorage () |
| |
| virtual void | batchDeletion () |
| |
| GA_Attribute * | clone (const GA_IndexMap &index_map, const UT_StringHolder &name, bool clone_options) const |
| |
| bool | jsonSaveDefinition (UT_JSONWriter &w) const |
| | Save the GA_Attribute-Definition section. More...
|
| |
| virtual const GA_AIFJSON * | getAIFJSON () const |
| | Return the AIF to handle saving/loading of the private data section. More...
|
| |
| virtual int | getSaveVersion () const |
| |
| virtual bool | debugValidateArrayCapacity (GA_Offset sz) const |
| | Debug validation of allocated array size. More...
|
| |
| virtual int64 | getDeviceMemoryUsage () const |
| |
| virtual void | copyNonStorageMetadata (const GA_Attribute *that) |
| |
SYS_FORCE_INLINE
GA_AttributeProxyHandle | getProxy () |
| |
SYS_FORCE_INLINE
GA_ConstAttributeProxyHandle | getProxy () const |
| |
| void | setExportName (const char *external_name) |
| |
| bool | hasExportName () const |
| |
| std::string | getExportName () const |
| |
| GA_CEAttribute * | getCEAttribute (GA_StorageClass storage, int &tuplesize, bool isarray, bool read, bool write) |
| |
| GA_CEAttribute * | getCEAttribute (GA_StorageClass storage, GA_Precision precision, int &tuplesize, bool isarray, bool read, bool write) |
| |
| GA_CEAttribute * | getCEAttribute () const |
| |
| bool | hasCEAttribute (GA_StorageClass storage, GA_Precision precision, int tuplesize, bool isarray) const |
| |
| void | setCEAttribute (GA_CEAttribute *ceattrib, bool leave_on_gpu=false) |
| |
| void | flushCEWriteCaches (bool clearwriteback=true) |
| |
| bool | hasPendingCEWriteBack () const |
| |
| void | flushCECaches () |
| | Remove all CE Caches, copying back any marked as written to. More...
|
| |
| void | stealCEAttribute (const GA_Attribute &src) |
| |
| bool | isActivelyStreamed () const |
| |
| void | setActivelyStreamed (bool isstreaming) |
| |
| bool | existedPriorToStream () const |
| |
| void | setExistedPriorToStream (bool preexisted) |
| |
| virtual bool | copy (GA_Offset desti, GA_Offset srci) |
| |
| virtual bool | copy (GA_Offset desti, const GA_Attribute &src, GA_Offset srci) |
| |
| virtual bool | copy (const GA_Range &destrange, const GA_Range &srcrange) |
| |
| virtual bool | copy (const GA_Range &destrange, const GA_Attribute &src, const GA_Range &srcrange) |
| |
| virtual bool | fill (const GA_Range &destrange, GA_Offset srci) |
| |
| virtual bool | fill (const GA_Range &destrange, const GA_Attribute &src, GA_Offset srci) |
| |
| bool | hasFlag (AttribFlag flag) const |
| |
| void | setFlag (AttribFlag flag, bool onoff) |
| |