|
void | Default () |
|
void | Dump (ON_TextLog &) const |
|
virtual int | Evaluate (const ON_3dPoint &P, const ON_3dVector &N, ON_3dPoint *T) const |
|
virtual int | Evaluate (const ON_3dPoint &P, const ON_3dVector &N, ON_3dPoint *T, const ON_Xform &P_xform, const ON_Xform &N_xform) const |
|
int | EvaluateBoxMapping (const ON_3dPoint &P, const ON_3dVector &N, ON_3dPoint *T) const |
|
int | EvaluateBrepMapping (const ON_3dPoint &P, const ON_3dVector &N, const ON_Brep *brep, ON_3dPoint *T) const |
|
int | EvaluateCylinderMapping (const ON_3dPoint &P, const ON_3dVector &N, ON_3dPoint *T) const |
|
int | EvaluateMeshMapping (const ON_3dPoint &P, const ON_3dVector &N, const ON_Mesh *mesh, ON_3dPoint *T) const |
|
int | EvaluatePlaneMapping (const ON_3dPoint &P, const ON_3dVector &N, ON_3dPoint *T) const |
|
int | EvaluateSphereMapping (const ON_3dPoint &P, const ON_3dVector &N, ON_3dPoint *T) const |
|
int | EvaluateSurfaceMapping (const ON_3dPoint &P, const ON_3dVector &N, const ON_Surface *srf, ON_3dPoint *T) const |
|
bool | GetMappingBox (ON_Plane &plane, ON_Interval &dx, ON_Interval &dy, ON_Interval &dz) const |
|
bool | GetMappingCylinder (ON_Cylinder &cylinder) const |
|
bool | GetMappingPlane (ON_Plane &plane, ON_Interval &dx, ON_Interval &dy, ON_Interval &dz) const |
|
bool | GetMappingSphere (ON_Sphere &sphere) const |
|
bool | GetTextureCoordinates (const ON_Mesh &mesh, ON_SimpleArray< ON_2fPoint > &T, const ON_Xform *mesh_xform=0, bool bLazy=false, ON_SimpleArray< int > *Tside=0) const |
|
bool | GetTextureCoordinates (const ON_Mesh &mesh, ON_SimpleArray< ON_3fPoint > &T, const ON_Xform *mesh_xform=0, bool bLazy=false, ON_SimpleArray< int > *Tside=0) const |
|
bool | HasMatchingTextureCoordinates (const class ON_MappingTag &tag, const ON_Xform *object_xform=0) const |
|
bool | HasMatchingTextureCoordinates (const ON_Mesh &mesh, const ON_Xform *object_xform=0) const |
|
bool | IsPeriodic (void) const |
|
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
|
ON__UINT32 | MappingCRC () const |
|
virtual ON_UUID | ModelObjectId () const |
|
| ON_OBJECT_DECLARE (ON_TextureMapping) |
|
| ON_TextureMapping () |
|
| ON_TextureMapping (const ON_TextureMapping &src) |
|
ON_TextureMapping & | operator= (const ON_TextureMapping &src) |
|
ON_BOOL32 | Read (ON_BinaryArchive &binary_archive) |
|
bool | RequiresVertexNormals () const |
|
bool | ReverseTextureCoordinate (int dir) |
|
bool | SetBoxMapping (const ON_Plane &plane, ON_Interval dx, ON_Interval dy, ON_Interval dz, bool bIsCapped) |
|
bool | SetCylinderMapping (const ON_Cylinder &cylinder, bool bIsCapped) |
|
bool | SetPlaneMapping (const ON_Plane &plane, const ON_Interval &dx, const ON_Interval &dy, const ON_Interval &dz) |
|
bool | SetSphereMapping (const ON_Sphere &sphere) |
|
bool | SetSurfaceParameterMapping (void) |
|
unsigned int | SizeOf () const |
|
bool | SwapTextureCoordinate (int i, int j) |
|
bool | TileTextureCoordinate (int dir, double count, double offset) |
|
ON_BOOL32 | Write (ON_BinaryArchive &binary_archive) const |
|
| ~ON_TextureMapping () |
|
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) |
|
void | TransformUserData (const ON_Xform &xform) |
|
virtual | ~ON_Object () |
|