#include <SIM_PopGeometry.h>

Public Member Functions | |
| GETSET_DATA_FUNCS_B (SIM_NAME_NEEDSRESET, NeedsReset) | |
| POP_ContextData & | getContextData () |
| const POP_ContextData & | getContextData () const |
Protected Member Functions | |
| SIM_PopGeometry (const SIM_DataFactory *factory) | |
| virtual | ~SIM_PopGeometry () |
| virtual void | initializeSubclass () |
| Initializes this data by clearing our internal geometry and transform. | |
| virtual bool | loadSubclass (UT_IStream &is) |
| Loads our attributes and internal data if it was set when we saved. | |
| virtual int64 | getMemorySizeSubclass () const |
| virtual void | makeEqualSubclass (const SIM_Data *source) |
Definition at line 26 of file SIM_PopGeometry.h.
| SIM_PopGeometry::SIM_PopGeometry | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual SIM_PopGeometry::~SIM_PopGeometry | ( | ) | [protected, virtual] |
| const POP_ContextData& SIM_PopGeometry::getContextData | ( | ) | const |
| POP_ContextData& SIM_PopGeometry::getContextData | ( | ) |
| virtual int64 SIM_PopGeometry::getMemorySizeSubclass | ( | ) | const [protected, virtual] |
Override this function to return an accurate representation of the amount of memory used by this piece of data. The size of subdata should not be included in this calculation.
Reimplemented from SIM_Geometry.
| SIM_PopGeometry::GETSET_DATA_FUNCS_B | ( | SIM_NAME_NEEDSRESET | , | |
| NeedsReset | ||||
| ) |
| virtual void SIM_PopGeometry::initializeSubclass | ( | ) | [protected, virtual] |
Initializes this data by clearing our internal geometry and transform.
Reimplemented from SIM_GeometryCopy.
| virtual bool SIM_PopGeometry::loadSubclass | ( | UT_IStream & | is | ) | [protected, virtual] |
Loads our attributes and internal data if it was set when we saved.
Reimplemented from SIM_Geometry.
| virtual void SIM_PopGeometry::makeEqualSubclass | ( | const SIM_Data * | source | ) | [protected, virtual] |
This function creates an internal copy of any SIM_Geometry data passed to it.
Reimplemented from SIM_GeometryCopy.
1.5.9