HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_PrimitiveGroup Class Referencefinal

#include <GA_ElementGroup.h>

+ Inheritance diagram for GA_PrimitiveGroup:

Public Member Functions

 GA_PrimitiveGroup (const GA_Detail &detail)
 Makes a detached primitive group. More...
 
GA_PrimitiveGroupoperator|= (const GA_PrimitiveGroup &g)
 
GA_PrimitiveGroupoperator&= (const GA_PrimitiveGroup &g)
 
GA_PrimitiveGroupoperator-= (const GA_PrimitiveGroup &g)
 
GA_PrimitiveGroupoperator^= (const GA_PrimitiveGroup &g)
 
GA_PrimitiveGroupoperator= (const GA_PrimitiveGroup &g)
 
void add (const GA_Primitive *prim)
 
void toggle (const GA_Primitive *prim)
 
void remove (const GA_Primitive *prim)
 
void add (const GA_Primitive &prim)
 
void toggle (const GA_Primitive &prim)
 
void remove (const GA_Primitive &prim)
 
bool contains (const GA_Primitive *prim) const
 
bool contains (const GA_Primitive &prim) const
 
void addMixOffset (GA_Offset primary_prim, const GA_SecondaryLookupInfo *sec)
 
void removeMixOffset (GA_Offset primary_prim, const GA_SecondaryLookupInfo *sec)
 
bool containsMixOffset (GA_Offset primary_prim, const GA_SecondaryLookupInfo *sec) const
 
void addMix (const GA_Primitive *primary_prim, const GA_SecondaryLookupInfo *sec)
 
void removeMix (const GA_Primitive *primary_prim, const GA_SecondaryLookupInfo *sec)
 
bool containsMix (const GA_Primitive *element, const GA_SecondaryLookupInfo *sec) const
 
void addMix (const GA_Primitive &primary_prim, const GA_SecondaryLookupInfo *sec)
 
void removeMix (const GA_Primitive &primary_prim, const GA_SecondaryLookupInfo *sec)
 
bool containsMix (const GA_Primitive &element, const GA_SecondaryLookupInfo *sec) const
 
void removeAllMix (GA_Offset element, const GA_SecondaryLookupInfo *sec_prefix, const GA_RangeMemberQuery &sec_range_query)
 
- Public Member Functions inherited from GA_ElementGroup
const GA_DetailgetDetail () const overridefinal
 
GA_DetailgetDetail ()
 
 GA_ElementGroup (const GA_Detail &detail, GA_AttributeOwner owner)
 
 ~GA_ElementGroup () override
 
int64 getMemoryUsage (bool inclusive) const override
 
void countMemory (UT_MemoryCounter &counter, bool inclusive) const override
 
bool isOrdered () const overridefinal
 Returns true if the group is currently ordered. More...
 
bool setOrdered (bool ordered)
 
void makeOrdered ()
 
void makeUnordered ()
 
void clearOrdered ()
 Clear all order information, including any mixed entries. More...
 
bool copyMembership (const GA_ATIGroupBool &src, bool copy_ordering=true)
 
GA_Offset findOffsetAtGroupIndex (GA_Size i) const
 
SYS_FORCE_INLINE void setElement (GA_Offset ai, bool v)
 
SYS_FORCE_INLINE void setElement (const GA_Range &it, bool v)
 NOTE: This cannot be used in parallel on an ordered group. More...
 
void toggleElement (GA_Offset ai)
 
void toggleElement (const GA_Range &it)
 NOTE: This cannot be used in parallel on an ordered group. More...
 
bool combine (const GA_Group *src) overridefinal
 
GA_ElementGroupoperator|= (const GA_ElementGroup &g)
 
SYS_FORCE_INLINE bool contains (GA_Offset offset) const
 
bool containsIndex (GA_Index ai) const
 
SYS_FORCE_INLINE bool containsOffset (GA_Offset offset) const
 
SYS_FORCE_INLINE bool containsAny (const GA_Range &range) const
 
SYS_FORCE_INLINE bool isGroupEmpty () const
 
SYS_FORCE_INLINE bool isEmpty () const
 Query whether the group is empty of primary elements. More...
 
bool isEmptyMix () const
 Query whether the group is empty of elements, primary or mixed. More...
 
GA_Size entries () const overridefinal
 Will return the number of primary elements. More...
 
virtual GA_Size entriesMix () const final
 Will return the total number of elements, primary and mixed. More...
 
GA_Size getGroupEntries () const
 
GA_Size computeGroupEntries () const
 
bool isMixed () const overridefinal
 Query if the group contains any mixed elements. More...
 
SYS_FORCE_INLINE void setOffset (GA_Offset ai, bool v)
 
void getConstantSpan (GA_Offset start, GA_Offset end, GA_Size &size, bool &value) const
 
void clear () override
 
void makeConstant (bool value)
 
void invalidateGroupEntries ()
 
bool needDestruction () const override
 Methods which can be overridden from GA_Attribute. More...
 
void destructElement (GA_Offset offset) override
 Callback invoked if needsDestruction() returns true. More...
 
void reconstructElementBlock (GA_Offset offset, GA_Offset nelements) override
 
void addAll () overridefinal
 Add all elements to the group. More...
 
void setEntries ()
 Add all elements to the group, only writing to real elements' offsets. More...
 
void toggleEntries ()
 Toggle membership of all elements. More...
 
WriteConcurrence getSupportedWriteConcurrence () const override
 
const GA_AIFCopyDatagetAIFCopyData () const override
 Return the attribute's copy interface or NULL. More...
 
const GA_AIFTuplegetAIFTuple () const override
 Return the attribute's tuple interface or NULL. More...
 
const GA_AIFInterp * getAIFInterp () const override
 Return the attribute's interpolation interface or NULL. More...
 
const GA_AIFMergegetAIFMerge () const override
 Return the attribute's merge interface or NULL. More...
 
const GA_AIFComparegetAIFCompare () const override
 Return the attribute's comparison interface or NULL. More...
 
GA_ElementGroupOrdergetOrdered ()
 
const GA_ElementGroupOrdergetOrdered () const
 
GA_ElementGroupgetGroup ()
 
const GA_ElementGroupgetGroup () const
 
GA_ElementGroupgetAttribute ()
 
const GA_ElementGroupgetAttribute () const
 
bool loadGroupH9 (UT_IStream &is)
 
bool loadGroupByIndexOrderH9 (const UT_BitArray &array)
 
bool saveGroupH9 (std::ostream &os, bool binary) const
 
bool debugValidateArrayCapacity (GA_Offset sz) const override
 Debug validation of allocated array size. More...
 
bool jsonSave (UT_JSONWriter &w, const GA_SaveMap &map) const
 
bool jsonLoad (UT_JSONParser &p, const GA_LoadMap &map)
 Load from a JSON stream. More...
 
bool jsonSaveData (UT_JSONWriter &w, const GA_SaveMap &map) const override
 
bool jsonLoadData (UT_JSONParser &p, const GA_LoadMap &map) override
 Load from a JSON stream. More...
 
bool stat (UT_WorkBuffer &info, uint level) const override
 Compute detailed information. More...
 
bool setArraySize (GA_Offset new_size) override
 Grow or shrink the array size. More...
 
GA_Offset getArraySize () const
 
SYS_FORCE_INLINE GA_DataBitArraygetData ()
 
SYS_FORCE_INLINE const
GA_DataBitArray
getData () const
 Returns the read-only raw bit array. More...
 
SYS_FORCE_INLINE bool isPageConstant (GA_PageNum pagenum) const
 
SYS_FORCE_INLINE bool getPageValue (GA_PageNum pagenum) const
 
SYS_FORCE_INLINE void setPageConstant (GA_PageNum pagenum, const bool value)
 Sets all elements of the specified page to the given value. 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...
 
void copyNonStorageMetadata (const GA_Attribute *that) overridefinal
 
void replace (const GA_Attribute &src) overridefinal
 
void defragment (const GA_Defragment &defrag) override
 
void orEqual (const GA_ATIGroupBool *src)
 
void andEqual (const GA_ATIGroupBool *src)
 
void xorEqual (const GA_ATIGroupBool *src)
 
void subEqual (const GA_ATIGroupBool *src)
 
void toggleAll (GA_Size numelements)
 
GA_ElementGroupoperator&= (const GA_ElementGroup &g)
 
GA_ElementGroupoperator-= (const GA_ElementGroup &g)
 
GA_ElementGroupoperator^= (const GA_ElementGroup &g)
 
GA_ElementGroupoperator= (const GA_ElementGroup &g)
 
SYS_FORCE_INLINE void addIndex (GA_Index ai)
 
SYS_FORCE_INLINE void toggleIndex (GA_Index ai)
 
SYS_FORCE_INLINE void removeIndex (GA_Index ai)
 
SYS_FORCE_INLINE void addOffset (GA_Offset ai)
 
SYS_FORCE_INLINE void toggleOffset (GA_Offset ai)
 
SYS_FORCE_INLINE void removeOffset (GA_Offset ai)
 
SYS_FORCE_INLINE void addRange (const GA_Range &it)
 
SYS_FORCE_INLINE void toggleRange (const GA_Range &it)
 
SYS_FORCE_INLINE void removeRange (const GA_Range &it)
 
bool copy (GA_Offset desti, GA_Offset srci) overridefinal
 
bool copy (GA_Offset desti, const GA_Attribute &src, GA_Offset srci) overridefinal
 
bool copy (GA_Offset desti, const GA_ATIGroupBool &src, GA_Offset srci)
 
bool copy (const GA_Range &destrange, const GA_Range &srcrange) overridefinal
 
bool copy (const GA_Range &destrange, const GA_Attribute &src, const GA_Range &srcrange) overridefinal
 
bool copy (const GA_Range &destrange, const GA_ATIGroupBool &src, const GA_Range &srcrange)
 
bool fill (const GA_Range &destrange, GA_Offset srci) overridefinal
 
bool fill (const GA_Range &destrange, const GA_Attribute &src, GA_Offset srci) overridefinal
 
bool fill (const GA_Range &destrange, const GA_ATIGroupBool &src, GA_Offset srci)
 
- Public Member Functions inherited from GA_Attribute
 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_DetailgetDetail () const
 
SYS_FORCE_INLINE GA_DetailgetDetail ()
 
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_AIFDeltagetAIFDelta () const
 Return the attribute's delta interface or NULL. More...
 
virtual const GA_AIFMathgetAIFMath () const
 Return the attribute's math interface or NULL. More...
 
virtual const GA_AIFBlobgetAIFBlob () const
 Return the attribute's blob interface or NULL. More...
 
virtual const GA_AIFBlobArraygetAIFBlobArray () const
 Return the attribute's blob array interface or NULL. More...
 
virtual const GA_AIFStringTuplegetAIFStringTuple () 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_AIFIndexPairgetAIFIndexPair () const
 Return the attribute's index pair interface or NULL. More...
 
virtual const GA_AIFBlindDatagetAIFBlindData () const
 Return the attribute's blind data interface or NULL. More...
 
virtual const GA_AIFEditgetAIFEdit () const
 Return the attribute's edit interface or NULL. More...
 
virtual const GA_AIFNumericArraygetAIFNumericArray () const
 Return the attribute's arraydata interface or NULL. More...
 
virtual const GA_AIFStatgetAIFStat () const
 
template<typename T >
const TgetAIF () const
 Generic method for getting an AIF by type. More...
 
const GA_AttributeOptionsgetOptions () const
 
GA_AttributeOptionsgetOptions ()
 
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
 
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_Attributeclone (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_AIFJSONgetAIFJSON () const
 Return the AIF to handle saving/loading of the private data section. More...
 
virtual int getSaveVersion () const
 
virtual bool matchesStorage (const GA_Attribute *that) const
 
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_CEAttributegetCEAttribute (GA_StorageClass storage, int &tuplesize, bool isarray, bool read, bool write)
 
GA_CEAttributegetCEAttribute (GA_StorageClass storage, GA_Precision precision, int &tuplesize, bool isarray, bool read, bool write)
 
void setCEAttribute (GA_CEAttribute *ceattrib, bool leave_on_gpupu=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)
 
bool hasFlag (AttribFlag flag) const
 
void setFlag (AttribFlag flag, bool onoff)
 
- Public Member Functions inherited from GA_Group
virtual ~GA_Group ()
 
const UT_StringHoldergetName () const
 
bool isInternal () const
 
bool getInternal () const
 
void setInternal (bool on_off)
 
bool isDetached () const
 
GA_GroupType classType () const
 
GA_GroupMaskType classMaskType () const
 
bool isElementGroup () const
 
SYS_FORCE_INLINE bool isEmpty () const
 
void clearEntries ()
 
virtual bool jsonShouldSave (const GA_SaveMap &map) const
 
bool jsonSaveDefinition (UT_JSONWriter &w, const char *type) const
 
void dump (std::ostream &os)
 A convenience function to do a JSON dump of the group contents. More...
 

Protected Member Functions

 GA_PrimitiveGroup (GA_Detail &detail, const UT_StringHolder &name, bool internal, bool detached)
 
- Protected Member Functions inherited from GA_ElementGroup
 GA_ElementGroup (GA_Detail &detail, GA_AttributeOwner owner, const UT_StringHolder &name, bool internal, bool detached)
 
- Protected Member Functions inherited from GA_Attribute
int64 getBaseMemoryUsage () const
 
void setDetached (bool detached)
 Only called by GA_AttributeSet and GA_ElementGroup. More...
 
- Protected Member Functions inherited from GA_Group
 GA_Group (const UT_StringHolder &name, bool internal, GA_GroupType type, bool detached)
 

Friends

class GA_GroupTable
 
class GA_ElementGroupTable
 
class GA_ElementGroupTableT< GA_ATTRIB_PRIMITIVE >
 

Additional Inherited Members

- Public Types inherited from GA_Attribute
enum  WriteConcurrence { WRITE_CONCURRENCE_NONE, WRITE_CONCURRENCE_PAGE, WRITE_CONCURRENCE_ELEMENT }
 
enum  AttribFlag { FLAG_TAIL_INITIALIZE = 1, FLAG_STREAM_ACTIVE = 2, FLAG_STREAM_NOPREEXIST = 4 }
 
- Static Public Member Functions inherited from GA_ElementGroup
static void registerType ()
 
static SYS_FORCE_INLINE const
UT_StringHolder
getTypeName ()
 
static SYS_FORCE_INLINE const
GA_AttributeType
getType ()
 
static SYS_FORCE_INLINE bool isType (const GA_Attribute *attrib)
 
static SYS_FORCE_INLINE
GA_ATIGroupBool
cast (GA_Attribute *attrib)
 
static SYS_FORCE_INLINE const
GA_ATIGroupBool
cast (const GA_Attribute *attrib)
 
static SYS_FORCE_INLINE bool isType (const GA_Group *group)
 
static SYS_FORCE_INLINE const
GA_ElementGroup
cast (const GA_Group *group)
 
static SYS_FORCE_INLINE
GA_ElementGroup
cast (GA_Group *group)
 
- Static Public Member Functions inherited from GA_Attribute
static bool jsonLoadDefinition (UT_JSONParser &p, GA_AttributeScope &scope, UT_WorkBuffer &type, UT_WorkBuffer &name, int64 &version, GA_AttributeOptions &options)
 Load the GA_Attribute-Definition section. More...
 
static GA_DataId nextDataId ()
 
- Static Public Member Functions inherited from GA_Group
static const char * groupType (GA_GroupType type)
 
static GA_GroupType groupType (const char *type)
 
static bool jsonLoadDefinition (UT_JSONParser &p, UT_WorkBuffer &type, UT_WorkBuffer &name, bool &internal)
 Load the GA_Group-Definition. More...
 
- Static Protected Member Functions inherited from GA_Attribute
static bool checkGlobalOverwrite (const GA_MergeMap &map, const GA_Attribute *attrib)
 

Detailed Description

Examples:
SIM/SNOW_Solver.C, and tetprim/GEO_PrimTetra.C.

Definition at line 74 of file GA_ElementGroup.h.

Constructor & Destructor Documentation

GA_PrimitiveGroup::GA_PrimitiveGroup ( GA_Detail detail,
const UT_StringHolder name,
bool  internal,
bool  detached 
)
inlineprotected

Definition at line 77 of file GA_ElementGroup.h.

GA_PrimitiveGroup::GA_PrimitiveGroup ( const GA_Detail detail)
inline

Makes a detached primitive group.

Definition at line 83 of file GA_ElementGroup.h.

Member Function Documentation

void GA_PrimitiveGroup::add ( const GA_Primitive prim)

Access elements by a pointer to their GA_Primitive NOTE: When using add, toggle, remove in parallel, you must call invalidateGroupEntries() afterward, else entries() may return an incorrect value. NOTE: These cannot be used in parallel on an ordered group.

Examples:
SIM/SNOW_Solver.C, and tetprim/GEO_PrimTetra.C.
void GA_PrimitiveGroup::add ( const GA_Primitive prim)
inline

Access elements by a reference to their GA_Primitive NOTE: When using add, toggle, remove in parallel, you must call invalidateGroupEntries() afterward, else entries() may return an incorrect value. NOTE: These cannot be used in parallel on an ordered group.

Definition at line 127 of file GA_ElementGroup.h.

void GA_PrimitiveGroup::addMix ( const GA_Primitive primary_prim,
const GA_SecondaryLookupInfo sec 
)

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

void GA_PrimitiveGroup::addMix ( const GA_Primitive primary_prim,
const GA_SecondaryLookupInfo sec 
)
inline

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

Definition at line 151 of file GA_ElementGroup.h.

void GA_PrimitiveGroup::addMixOffset ( GA_Offset  primary_prim,
const GA_SecondaryLookupInfo sec 
)

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

bool GA_PrimitiveGroup::contains ( const GA_Primitive prim) const
bool GA_PrimitiveGroup::contains ( const GA_Primitive prim) const
inline

Definition at line 136 of file GA_ElementGroup.h.

bool GA_PrimitiveGroup::containsMix ( const GA_Primitive element,
const GA_SecondaryLookupInfo sec 
) const

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

bool GA_PrimitiveGroup::containsMix ( const GA_Primitive element,
const GA_SecondaryLookupInfo sec 
) const
inline

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

Definition at line 155 of file GA_ElementGroup.h.

bool GA_PrimitiveGroup::containsMixOffset ( GA_Offset  primary_prim,
const GA_SecondaryLookupInfo sec 
) const

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

GA_PrimitiveGroup& GA_PrimitiveGroup::operator&= ( const GA_PrimitiveGroup g)
inline

Definition at line 92 of file GA_ElementGroup.h.

GA_PrimitiveGroup& GA_PrimitiveGroup::operator-= ( const GA_PrimitiveGroup g)
inline

Definition at line 96 of file GA_ElementGroup.h.

GA_PrimitiveGroup& GA_PrimitiveGroup::operator= ( const GA_PrimitiveGroup g)
inline

Definition at line 104 of file GA_ElementGroup.h.

GA_PrimitiveGroup& GA_PrimitiveGroup::operator^= ( const GA_PrimitiveGroup g)
inline

Definition at line 100 of file GA_ElementGroup.h.

GA_PrimitiveGroup& GA_PrimitiveGroup::operator|= ( const GA_PrimitiveGroup g)
inline

Definition at line 88 of file GA_ElementGroup.h.

void GA_PrimitiveGroup::remove ( const GA_Primitive prim)

Access elements by a pointer to their GA_Primitive NOTE: When using add, toggle, remove in parallel, you must call invalidateGroupEntries() afterward, else entries() may return an incorrect value. NOTE: These cannot be used in parallel on an ordered group.

void GA_PrimitiveGroup::remove ( const GA_Primitive prim)
inline

Access elements by a reference to their GA_Primitive NOTE: When using add, toggle, remove in parallel, you must call invalidateGroupEntries() afterward, else entries() may return an incorrect value. NOTE: These cannot be used in parallel on an ordered group.

Definition at line 129 of file GA_ElementGroup.h.

void GA_PrimitiveGroup::removeAllMix ( GA_Offset  element,
const GA_SecondaryLookupInfo sec_prefix,
const GA_RangeMemberQuery sec_range_query 
)

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

void GA_PrimitiveGroup::removeMix ( const GA_Primitive primary_prim,
const GA_SecondaryLookupInfo sec 
)

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

void GA_PrimitiveGroup::removeMix ( const GA_Primitive primary_prim,
const GA_SecondaryLookupInfo sec 
)
inline

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

Definition at line 153 of file GA_ElementGroup.h.

void GA_PrimitiveGroup::removeMixOffset ( GA_Offset  primary_prim,
const GA_SecondaryLookupInfo sec 
)

Functions for "mixed" entries in primitive groups, i.e. references to trim curves or profile curves on NURBS or Bezier surface primitives.

void GA_PrimitiveGroup::toggle ( const GA_Primitive prim)

Access elements by a pointer to their GA_Primitive NOTE: When using add, toggle, remove in parallel, you must call invalidateGroupEntries() afterward, else entries() may return an incorrect value. NOTE: These cannot be used in parallel on an ordered group.

void GA_PrimitiveGroup::toggle ( const GA_Primitive prim)
inline

Access elements by a reference to their GA_Primitive NOTE: When using add, toggle, remove in parallel, you must call invalidateGroupEntries() afterward, else entries() may return an incorrect value. NOTE: These cannot be used in parallel on an ordered group.

Definition at line 128 of file GA_ElementGroup.h.

Friends And Related Function Documentation

friend class GA_ElementGroupTable
friend

Definition at line 164 of file GA_ElementGroup.h.

Definition at line 165 of file GA_ElementGroup.h.

friend class GA_GroupTable
friend

Definition at line 163 of file GA_ElementGroup.h.


The documentation for this class was generated from the following file: