#include <opennurbs_mesh.h>
Public Member Functions | |
| int | Compare (const ON_MappingTag &other, bool bCompareId=true, bool bCompareCRC=true, bool bCompareXform=true) const |
| void | Default () |
| void | Dump (ON_TextLog &) const |
| bool | IsDefaultSurfaceParameterMapping () const |
| bool | IsSet () const |
| ON_MappingTag () | |
| bool | Read (ON_BinaryArchive &) |
| void | Set (const ON_TextureMapping &mapping) |
| void | SetDefaultSurfaceParameterMappingTag () |
| void | Transform (const ON_Xform &xform) |
| bool | Write (ON_BinaryArchive &) const |
Public Attributes | |
| ON__UINT32 | m_mapping_crc |
| ON_UUID | m_mapping_id |
| ON_TextureMapping::TYPE | m_mapping_type |
| ON_Xform | m_mesh_xform |
Definition at line 915 of file opennurbs_mesh.h.
Definition at line 9006 of file opennurbs_mesh.cpp.
| int ON_MappingTag::Compare | ( | const ON_MappingTag & | other, |
| bool | bCompareId = true, |
||
| bool | bCompareCRC = true, |
||
| bool | bCompareXform = true |
||
| ) | const |
Definition at line 9080 of file opennurbs_mesh.cpp.
| void ON_MappingTag::Default | ( | ) |
Definition at line 9071 of file opennurbs_mesh.cpp.
| void ON_MappingTag::Dump | ( | ON_TextLog & | text_log | ) | const |
Definition at line 9011 of file opennurbs_mesh.cpp.
| bool ON_MappingTag::IsDefaultSurfaceParameterMapping | ( | ) | const |
Definition at line 9056 of file opennurbs_mesh.cpp.
| bool ON_MappingTag::IsSet | ( | ) | const |
Definition at line 9051 of file opennurbs_mesh.cpp.
| bool ON_MappingTag::Read | ( | ON_BinaryArchive & | archive | ) |
Definition at line 9133 of file opennurbs_mesh.cpp.
| void ON_MappingTag::Set | ( | const ON_TextureMapping & | mapping | ) |
Definition at line 9043 of file opennurbs_mesh.cpp.
Definition at line 9035 of file opennurbs_mesh.cpp.
| void ON_MappingTag::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 9025 of file opennurbs_mesh.cpp.
| bool ON_MappingTag::Write | ( | ON_BinaryArchive & | archive | ) | const |
Definition at line 9105 of file opennurbs_mesh.cpp.
Definition at line 963 of file opennurbs_mesh.h.
Definition at line 961 of file opennurbs_mesh.h.
Definition at line 962 of file opennurbs_mesh.h.
Definition at line 964 of file opennurbs_mesh.h.