Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
ON_MappingRef Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_mapchan.h>

List of all members.

Public Member Functions

 ON_MappingRef ()
void Default ()
int Compare (const ON_MappingRef &other) const
bool Write (ON_BinaryArchive &archive) const
bool Read (ON_BinaryArchive &archive)
bool IsValid (ON_TextLog *text_log) const
bool Transform (const ON_Xform &xform)
const ON_MappingChannelMappingChannel (int mapping_channel_id) const
const ON_MappingChannelMappingChannel (const ON_UUID &mapping_id) const
bool AddMappingChannel (int mapping_channel_id, const ON_UUID &mapping_id)
bool DeleteMappingChannel (int mapping_channel_id)
bool DeleteMappingChannel (const ON_UUID &mapping_id)
bool ChangeMappingChannel (int old_mapping_channel_id, int new_mapping_channel_id)

Public Attributes

ON_UUID m_plugin_id
ON_SimpleArray< ON_MappingChannelm_mapping_channels

Detailed Description

Definition at line 91 of file opennurbs_mapchan.h.


Constructor & Destructor Documentation


Member Function Documentation

bool ON_MappingRef::AddMappingChannel ( int  mapping_channel_id,
const ON_UUID mapping_id 
)
bool ON_MappingRef::ChangeMappingChannel ( int  old_mapping_channel_id,
int  new_mapping_channel_id 
)
int ON_MappingRef::Compare ( const ON_MappingRef other) const
bool ON_MappingRef::DeleteMappingChannel ( int  mapping_channel_id)
bool ON_MappingRef::DeleteMappingChannel ( const ON_UUID mapping_id)
bool ON_MappingRef::IsValid ( ON_TextLog text_log) const
const ON_MappingChannel* ON_MappingRef::MappingChannel ( int  mapping_channel_id) const
const ON_MappingChannel* ON_MappingRef::MappingChannel ( const ON_UUID mapping_id) const
bool ON_MappingRef::Transform ( const ON_Xform xform)
bool ON_MappingRef::Write ( ON_BinaryArchive archive) const

Member Data Documentation

Definition at line 174 of file opennurbs_mapchan.h.

Definition at line 105 of file opennurbs_mapchan.h.


The documentation for this class was generated from the following file: