CFx SDK Documentation 2024 SP0
|
#include <GiSubEntityTraitsDataSaver.h>
Protected Member Functions | |
void | deletePtrs () |
void | allocPtrs () |
Additional Inherited Members | |
Public Types inherited from OdGiSubEntityTraitsData | |
enum | { kSelectionGeom = 0x100 , kSectionable = 0x200 , kInheritableSelFlags = kSectionable , kSelectionFlagsMask = 0xFF } |
enum | { kLayerOff = 1 , kLayerFrozen = 2 } |
enum | { kGeomDisplayNormally = (1 << 0) , kGeomSelectNormally = (1 << 1) , kGeomDisplayHighlighted = (1 << 2) , kGeomSelectHighlighted = (1 << 3) , kGeomAllVisibilityFlags = 0x0F } |
<group OdGi_Classes>
Definition at line 37 of file GiSubEntityTraitsDataSaver.h.
|
inline |
Default constructor for the OdGiSubEntityTraitsDataSaver structure.
Definition at line 44 of file GiSubEntityTraitsDataSaver.h.
|
inline |
Constructor for the OdGiSubEntityTraitsDataSaver structure. Sets the subentity traits data to save.
from | [in] Subentity traits data to save. |
Definition at line 50 of file GiSubEntityTraitsDataSaver.h.
|
inline |
Copy constructor for the OdGiSubEntityTraitsDataSaver structure.
from | [in] Traits saver to copy. |
Definition at line 56 of file GiSubEntityTraitsDataSaver.h.
|
inline |
Destructor for the OdGiSubEntityTraitsDataSaver structure. Deletes all the allocated data.
Definition at line 61 of file GiSubEntityTraitsDataSaver.h.
|
inlineprotected |
Definition at line 114 of file GiSubEntityTraitsDataSaver.h.
|
inlineprotected |
Definition at line 108 of file GiSubEntityTraitsDataSaver.h.
OdGiSubEntityTraitsDataSaver::ODRX_HEAP_OPERATORS | ( | ) |
|
inline |
Assignment operator, deletes previously allocated data, assigns the passed object and allocates pointers for new data.
pFill | [in] Pointer to the fill object. |
Definition at line 99 of file GiSubEntityTraitsDataSaver.h.
Sets the object fill.
pFill | [in] Pointer to the fill object. |
Definition at line 88 of file GiSubEntityTraitsDataSaver.h.
|
inline |
Sets line style modifiers.
pLSMod | [in] Pointer to the line style modifiers object. |
Definition at line 77 of file GiSubEntityTraitsDataSaver.h.
|
inline |
Sets a mapper.
pMapper | [in] Pointer to the mapper object. |
Definition at line 67 of file GiSubEntityTraitsDataSaver.h.