|
void | Destroy () |
|
void | DestroyValue (int value_id) |
|
void | Dump (ON_TextLog &) const |
|
bool | GetBoolValue (int value_id, bool *b) const |
|
int | GetBoolValues (int value_id, ON_SimpleArray< bool > &) const |
|
bool | GetBrepValue (int value_id, const ON_Brep *&) const |
|
bool | GetColorValue (int value_id, ON_Color *color) const |
|
int | GetColorValues (int value_id, ON_SimpleArray< ON_Color > &) const |
|
bool | GetCurveValue (int value_id, const ON_Curve *&) const |
|
bool | GetDoubleValue (int value_id, double *number) const |
|
int | GetDoubleValues (int value_id, ON_SimpleArray< double > &) const |
|
bool | GetGeometryValue (int value_id, const ON_Geometry *&) const |
|
int | GetGeometryValues (int value_id, ON_SimpleArray< const ON_Geometry * > &) const |
|
bool | GetIntValue (int value_id, int *i) const |
|
int | GetIntValues (int value_id, ON_SimpleArray< int > &) const |
|
bool | GetMeshValue (int value_id, const ON_Mesh *&) const |
|
bool | GetObjRefValue (int value_id, ON_ObjRef &oref) const |
|
int | GetObjRefValues (int value_id, ON_ClassArray< ON_ObjRef > &objects) const |
|
bool | GetPointOnObjectValue (int value_id, ON_ObjRef &oref) const |
|
bool | GetPointValue (int value_id, ON_3dPoint &point) const |
|
int | GetPointValues (int value_id, ON_SimpleArray< ON_3dPoint > &) const |
|
bool | GetStringValue (int value_id, ON_wString &str) const |
|
int | GetStringValues (int value_id, ON_ClassArray< ON_wString > &string) const |
|
bool | GetSurfaceValue (int value_id, const ON_Surface *&) const |
|
bool | GetUuidValue (int value_id, ON_UUID *uuid) const |
|
int | GetUuidValues (int value_id, ON_SimpleArray< ON_UUID > &) const |
|
bool | GetVectorValue (int value_id, ON_3dVector &point) const |
|
int | GetVectorValues (int value_id, ON_SimpleArray< ON_3dVector > &) const |
|
bool | GetXformValue (int value_id, ON_Xform &point) const |
|
int | GetXformValues (int value_id, ON_SimpleArray< ON_Xform > &) const |
|
bool | IsAntecedent (ON_UUID object_uuid) const |
|
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
|
ON_UUID | ModelObjectId () const |
|
| ON_HistoryRecord () |
|
| ON_HistoryRecord (const ON_HistoryRecord &src) |
|
ON_HistoryRecord & | operator= (const ON_HistoryRecord &src) |
|
ON_BOOL32 | Read (ON_BinaryArchive &binary_archive) |
|
void | RemapObjectIds (const ON_SimpleArray< ON_UuidPair > &uuid_remap) |
|
bool | SetBoolValue (int value_id, bool b) |
|
bool | SetBoolValues (int value_id, int count, const bool *b) |
|
bool | SetColorValue (int value_id, ON_Color c) |
|
bool | SetColorValues (int value_id, int count, const ON_Color *c) |
|
bool | SetDoubleValue (int value_id, double x) |
|
bool | SetDoubleValues (int value_id, int count, const double *x) |
|
bool | SetGeometryValue (int value_id, ON_Geometry *g) |
|
bool | SetGeometryValues (int value_id, const ON_SimpleArray< ON_Geometry * > a) |
|
bool | SetIntValue (int value_id, int i) |
|
bool | SetIntValues (int value_id, int count, const int *i) |
|
bool | SetObjRefValue (int value_id, const ON_ObjRef &oref) |
|
bool | SetObjRefValues (int value_id, int count, const ON_ObjRef *oref) |
|
bool | SetPointOnObjectValue (int value_id, const ON_ObjRef &oref, ON_3dPoint point) |
|
bool | SetPointValue (int value_id, ON_3dPoint p) |
|
bool | SetPointValues (int value_id, int count, const ON_3dPoint *P) |
|
bool | SetStringValue (int value_id, const wchar_t *s) |
|
bool | SetStringValues (int value_id, const ON_ClassArray< ON_wString > &s) |
|
bool | SetStringValues (int value_id, int count, const wchar_t *const *s) |
|
bool | SetUuidValue (int value_id, ON_UUID uuid) |
|
bool | SetUuidValues (int value_id, int count, const ON_UUID *u) |
|
bool | SetVectorValue (int value_id, ON_3dVector v) |
|
bool | SetVectorValues (int value_id, int count, const ON_3dVector *V) |
|
bool | SetXformValue (int value_id, ON_Xform xform) |
|
bool | SetXformValues (int value_id, int count, const ON_Xform *xform) |
|
int | ValueReport (ON_TextLog &text_log) const |
|
ON_BOOL32 | Write (ON_BinaryArchive &binary_archive) const |
|
| ~ON_HistoryRecord () |
|
ON_BOOL32 | AttachUserData (ON_UserData *pUserData) |
|
bool | CopyFrom (const ON_Object *src) |
|
void | CopyUserData (const ON_Object &source_object) |
|
virtual ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
|
virtual void | DestroyRuntimeCache (bool bDelete=true) |
|
ON_BOOL32 | DetachUserData (ON_UserData *pUserData) |
|
ON_UserData * | FirstUserData () const |
|
ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
|
bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
|
int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
|
int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
|
ON_BOOL32 | IsKindOf (const ON_ClassId *pClassId) const |
|
virtual void | MemoryRelocate () |
|
void | MoveUserData (ON_Object &source_object) |
|
virtual ON::object_type | ObjectType () const |
|
| ON_Object () |
|
| ON_Object (const ON_Object &) |
|
ON_Object & | operator= (const ON_Object &) |
|
void | PurgeUserData () |
|
bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
|
virtual unsigned int | SizeOf () const |
|
void | TransformUserData (const ON_Xform &xform) |
|
virtual | ~ON_Object () |
|