Point Cloud Library (PCL)  1.8.0
List of all members | Public Member Functions | Public Attributes
ON_3dmNotes Class Reference

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

Public Member Functions

 ON_3dmNotes ()
 
 ON_3dmNotes (const ON_3dmNotes &)
 
 ~ON_3dmNotes ()
 
ON_3dmNotesoperator= (const ON_3dmNotes &)
 
void Default ()
 
ON_BOOL32 IsValid () const
 
ON_BOOL32 Read (ON_BinaryArchive &)
 
ON_BOOL32 Write (ON_BinaryArchive &) const
 
void Dump (ON_TextLog &) const
 

Public Attributes

ON_wString m_notes
 
ON_BOOL32 m_bVisible
 
ON_BOOL32 m_bHTML
 
int m_window_left
 
int m_window_top
 
int m_window_right
 
int m_window_bottom
 

Detailed Description

Definition at line 61 of file opennurbs_3dm_properties.h.

Constructor & Destructor Documentation

§ ON_3dmNotes() [1/2]

ON_3dmNotes::ON_3dmNotes ( )

§ ON_3dmNotes() [2/2]

ON_3dmNotes::ON_3dmNotes ( const ON_3dmNotes )

§ ~ON_3dmNotes()

ON_3dmNotes::~ON_3dmNotes ( )

Member Function Documentation

§ Default()

void ON_3dmNotes::Default ( )

§ Dump()

void ON_3dmNotes::Dump ( ON_TextLog ) const

§ IsValid()

ON_BOOL32 ON_3dmNotes::IsValid ( ) const

§ operator=()

ON_3dmNotes& ON_3dmNotes::operator= ( const ON_3dmNotes )

§ Read()

ON_BOOL32 ON_3dmNotes::Read ( ON_BinaryArchive )

§ Write()

ON_BOOL32 ON_3dmNotes::Write ( ON_BinaryArchive ) const

Member Data Documentation

§ m_bHTML

ON_BOOL32 ON_3dmNotes::m_bHTML

Definition at line 84 of file opennurbs_3dm_properties.h.

§ m_bVisible

ON_BOOL32 ON_3dmNotes::m_bVisible

Definition at line 83 of file opennurbs_3dm_properties.h.

§ m_notes

ON_wString ON_3dmNotes::m_notes

Definition at line 82 of file opennurbs_3dm_properties.h.

§ m_window_bottom

int ON_3dmNotes::m_window_bottom

Definition at line 90 of file opennurbs_3dm_properties.h.

§ m_window_left

int ON_3dmNotes::m_window_left

Definition at line 87 of file opennurbs_3dm_properties.h.

§ m_window_right

int ON_3dmNotes::m_window_right

Definition at line 89 of file opennurbs_3dm_properties.h.

§ m_window_top

int ON_3dmNotes::m_window_top

Definition at line 88 of file opennurbs_3dm_properties.h.


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