#include <HIOUtilityPDF.h>
Public Member Functions | |
void | ExportAnnotations (bool onoff) |
bool | ExportAnnotations () const |
void | ExportLines (bool onoff) |
bool | ExportLines () const |
HU3DOptions () | |
void | Reset () |
Public Attributes | |
bool | m_bExportAnnotations |
bool | m_bExportLines |
The HU3DOptions class provides information to the HIOUtilityU3D class to output U3D files.
HU3DOptions::HU3DOptions | ( | ) | [inline] |
Constructs an HU3DOptions object.
void HU3DOptions::ExportAnnotations | ( | bool | onoff | ) | [inline] |
pass in true to export annotations.
bool HU3DOptions::ExportAnnotations | ( | ) | const [inline] |
returns true if we are exporting annotations.
void HU3DOptions::ExportLines | ( | bool | onoff | ) | [inline] |
pass in true to export lines.
bool HU3DOptions::ExportLines | ( | ) | const [inline] |
returns true if we are exporting lines.
void HU3DOptions::Reset | ( | ) | [inline] |
This method sets this class to a default state.
If in 3D mode, export annotations optionally.
If in 3D mode, export lines optionally.