Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions | Public Attributes
ON_3dmPageSettings Class Reference

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

+ Collaboration diagram for ON_3dmPageSettings:

Public Member Functions

 ON_3dmPageSettings ()
 
 ~ON_3dmPageSettings ()
 
bool IsValid (ON_TextLog *text_log=0) const
 
void Default ()
 
bool Write (ON_BinaryArchive &archive) const
 
bool Read (ON_BinaryArchive &archive)
 

Public Attributes

int m_page_number
 
double m_width_mm
 
double m_height_mm
 
double m_left_margin_mm
 
double m_right_margin_mm
 
double m_top_margin_mm
 
double m_bottom_margin_mm
 
ON_wString m_printer_name
 

Detailed Description

Definition at line 395 of file opennurbs_3dm_settings.h.

Constructor & Destructor Documentation

◆ ON_3dmPageSettings()

ON_3dmPageSettings::ON_3dmPageSettings ( )

◆ ~ON_3dmPageSettings()

ON_3dmPageSettings::~ON_3dmPageSettings ( )

Member Function Documentation

◆ Default()

void ON_3dmPageSettings::Default ( )

◆ IsValid()

bool ON_3dmPageSettings::IsValid ( ON_TextLog text_log = 0) const

◆ Read()

bool ON_3dmPageSettings::Read ( ON_BinaryArchive archive)

◆ Write()

bool ON_3dmPageSettings::Write ( ON_BinaryArchive archive) const

Member Data Documentation

◆ m_bottom_margin_mm

double ON_3dmPageSettings::m_bottom_margin_mm

Definition at line 415 of file opennurbs_3dm_settings.h.

◆ m_height_mm

double ON_3dmPageSettings::m_height_mm

Definition at line 409 of file opennurbs_3dm_settings.h.

◆ m_left_margin_mm

double ON_3dmPageSettings::m_left_margin_mm

Definition at line 412 of file opennurbs_3dm_settings.h.

◆ m_page_number

int ON_3dmPageSettings::m_page_number

Definition at line 405 of file opennurbs_3dm_settings.h.

◆ m_printer_name

ON_wString ON_3dmPageSettings::m_printer_name

Definition at line 417 of file opennurbs_3dm_settings.h.

◆ m_right_margin_mm

double ON_3dmPageSettings::m_right_margin_mm

Definition at line 413 of file opennurbs_3dm_settings.h.

◆ m_top_margin_mm

double ON_3dmPageSettings::m_top_margin_mm

Definition at line 414 of file opennurbs_3dm_settings.h.

◆ m_width_mm

double ON_3dmPageSettings::m_width_mm

Definition at line 408 of file opennurbs_3dm_settings.h.


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