Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_mesh.h>
Public Member Functions | |
ON_MappingTag () | |
void | Default () |
bool | Write (ON_BinaryArchive &) const |
bool | Read (ON_BinaryArchive &) |
void | Dump (ON_TextLog &) const |
void | Transform (const ON_Xform &xform) |
void | Set (const ON_TextureMapping &mapping) |
void | SetDefaultSurfaceParameterMappingTag () |
int | Compare (const ON_MappingTag &other, bool bCompareId=true, bool bCompareCRC=true, bool bCompareXform=true) const |
bool | IsSet () const |
bool | IsDefaultSurfaceParameterMapping () const |
Public Attributes | |
ON_UUID | m_mapping_id |
ON_TextureMapping::TYPE | m_mapping_type |
ON__UINT32 | m_mapping_crc |
ON_Xform | m_mesh_xform |
Definition at line 915 of file opennurbs_mesh.h.
ON_MappingTag::ON_MappingTag | ( | ) |
int ON_MappingTag::Compare | ( | const ON_MappingTag & | other, |
bool | bCompareId = true , |
||
bool | bCompareCRC = true , |
||
bool | bCompareXform = true |
||
) | const |
void ON_MappingTag::Default | ( | ) |
void ON_MappingTag::Dump | ( | ON_TextLog & | ) | const |
bool ON_MappingTag::IsDefaultSurfaceParameterMapping | ( | ) | const |
bool ON_MappingTag::IsSet | ( | ) | const |
bool ON_MappingTag::Read | ( | ON_BinaryArchive & | ) |
void ON_MappingTag::Set | ( | const ON_TextureMapping & | mapping | ) |
void ON_MappingTag::SetDefaultSurfaceParameterMappingTag | ( | ) |
void ON_MappingTag::Transform | ( | const ON_Xform & | xform | ) |
bool ON_MappingTag::Write | ( | ON_BinaryArchive & | ) | const |
ON__UINT32 ON_MappingTag::m_mapping_crc |
Definition at line 963 of file opennurbs_mesh.h.
ON_UUID ON_MappingTag::m_mapping_id |
Definition at line 961 of file opennurbs_mesh.h.
ON_TextureMapping::TYPE ON_MappingTag::m_mapping_type |
Definition at line 962 of file opennurbs_mesh.h.
ON_Xform ON_MappingTag::m_mesh_xform |
Definition at line 964 of file opennurbs_mesh.h.