#include <HIOManager.h>
Public Member Functions | |
void | ActivateOnPageOpen (bool onoff) |
bool | ActivateOnPageOpen () const |
void | AnnotBottom (float f) |
float const | AnnotBottom () const |
void | AnnotLeft (float f) |
float const | AnnotLeft () const |
void | AnnotRight (float f) |
float const | AnnotRight () const |
void | AnnotTop (float f) |
float const | AnnotTop () const |
void | Ascii (bool const tf) |
Some file formats, support binary and ascii such as STL. Set this to true for ascii output. | |
bool | Ascii () const |
Some file formats, support binary and ascii such as STL. Set this to true for ascii output. | |
void | Camera (HCamera *const c) |
A pointer to the HCamera object for this output. | |
HCamera *const | Camera () const |
A pointer to the HCamera object for this output. | |
void | ConserveMemory (bool const tf) |
This option has been deprecated and has no effect. | |
bool | ConserveMemory () const |
This option has been deprecated and has no effect. | |
void | ExtendedData (HPDFOptions *const vp) |
void | ExtendedData (void *const vp) |
void *const | ExtendedData () const |
void | FastPrint (bool const tf) |
This option has been deprecated. Specifies printing method. | |
bool | FastPrint () const |
This option has been deprecated. Specifies printing method. | |
void | ForceGrayscale (bool const tf) |
Specifies black and white output. | |
bool | ForceGrayscale () const |
Specifies black and white output. | |
virtual char const * | GetType () const |
HOutputHandlerOptions (const HOutputHandlerOptions &o) | |
HOutputHandlerOptions (HOutputHandlerOptions const *o) | |
HOutputHandlerOptions () | |
void | HSRAOptions (char const *const tf) |
HOOPS HSRAOption string . | |
char const *const | HSRAOptions () const |
HOOPS HSRAOption string . | |
void | ImageDpi (int const dpi) |
Indicates the DPI used for images. This is calculated with info from HC_Show_Device_Info. | |
int const | ImageDpi () const |
Indicates the DPI used for images. This is calculated with info from HC_Show_Device_Info. | |
void | Init (HOutputHandlerOptions const *o) |
void | Key (HC_KEY const k) |
The HC_Key for this output. | |
HC_KEY const | Key () const |
The HC_Key for this output. | |
void | Model (HBaseModel *const m) |
A pointer to the HBaseModel object for this output. | |
HBaseModel *const | Model () const |
A pointer to the HBaseModel object for this output. | |
void | Output3d (bool const tf) |
Some file formats, such as PDF and DWF, support 2d and/or 3d output. Set this to TRUE for 3d output. Default is FALSE. | |
bool | Output3d () const |
Some file formats, such as PDF and DWF, support 2d and/or 3d output. Set this to TRUE for 3d output. | |
void | OutputType (H_OUTPUT_TYPE ot) |
The output type. | |
H_OUTPUT_TYPE | OutputType () const |
The output type. | |
void | PaperDpi (int const dpi) |
Indicates the DPI used for paper. This is set from the options dialog. | |
int const | PaperDpi () const |
Indicates the DPI used for paper. This is set from the options dialog. | |
void | PaperHeight (float const f) |
Height for output sizing in inches. | |
float const | PaperHeight () const |
Height for output sizing in inches. | |
void | PaperWidth (float const f) |
Width for output sizing in inches. | |
float const | PaperWidth () const |
Width for output sizing in inches. | |
virtual bool | PopulateOptions () |
void | PrintToScale (double const r) |
double | PrintToScale () const |
void | StlNormals (bool const tf) |
Determines if we generate and output face normals when writing to STL file format. | |
bool | StlNormals () const |
Determines if we generate and output face normals when writing to STL file format. | |
void | UseSubscreen (bool const tf) |
Determines if HOOPS is calculating a subscreen to match the output to the size of the view window. | |
bool | UseSubscreen () const |
Determines if HOOPS is calculating a subscreen to match the output to the size of the view window. | |
void | UseWindowColor (bool const tf) |
If set to true, the background color of the view is used. | |
bool | UseWindowColor () const |
If set to true, the background color of the view is used. | |
void | Version (int const v) |
int const | Version () const |
void | View (HBaseView *const v) |
A pointer to the HBaseView object for this output. | |
HBaseView *const | View () const |
A pointer to the HBaseView object for this output. | |
void | WindowColor (HPoint const *const tf) |
Set the color of the window. The RGB color stored in xyz of HPoint. | |
HPoint const *const | WindowColor () const |
Set the color of the window. The RGB color stored in xyz of HPoint. | |
void | WindowFrame (bool const tf) |
Determines if a window frame is drawn or not. | |
bool | WindowFrame () const |
Determines if a window frame is drawn or not. | |
void | WindowHeight (float const f) |
Height for output sizing in inches. | |
float const | WindowHeight () const |
Height for output sizing in inches. | |
void | WindowWidth (float const f) |
Width for output sizing in inches. | |
float const | WindowWidth () const |
Width for output sizing in inches. | |
void | WriteAnimations (bool const tf) |
bool | WriteAnimations () const |
Public Attributes | |
int | m_antialiasLevel |
bool | m_b3dOutput |
Some file formats, such as PDF and DWF, support 2d and/or 3d output. Set this to TRUE for 3d output. Default is FALSE. | |
bool | m_bActivateOnPageOpen |
bool | m_bAscii |
Some file formats, support binary and ascii such as STL. Set this to true for ascii output. | |
bool | m_bAVIShowCompressionDialog |
bool | m_bConserveMemory |
This option has been deprecated and has no effect. | |
bool | m_bExporting2DDwf |
bool | m_bFastPrint |
This option has been deprecated. Specifies printing method. | |
bool | m_bPrcCompressTessellation |
bool | m_bStlNormals |
Determines if we generate and output face normals when writing to STL file format. | |
bool | m_bUseSubscreen |
Determines if HOOPS is calculating a subscreen to match the output to the size of the view window. | |
bool | m_bUseWindowColor |
If set to true, the background color of the view is used. | |
bool | m_bWindowFrame |
Determines if a window frame is drawn or not. | |
bool | m_bWriteAnimations |
HPrcBrepCompression | m_ePrcBrepCompression |
float | m_fAnnotBottom |
float | m_fAnnotLeft |
float | m_fAnnotRight |
float | m_fAnnotTop |
bool | m_ForceGrayscale |
Specifies black and white output. | |
int | m_Image_Dpi |
Indicates the DPI used for images. This is calculated with info from HC_Show_Device_Info. | |
unsigned char * | m_imageOutputBuffer |
size_t | m_imageOutputBufferSize |
int | m_jpeg_quality |
HC_KEY | m_Key |
The HC_Key for this output. | |
const char * | m_license |
A pointer to a license key. This can be used by HIO modules that are based on 3rd party toolkits which require a license key to be set. | |
ExportNameMap | m_names |
H_OUTPUT_TYPE | m_OutputType |
The output type. | |
float | m_PageMargins [4] |
int | m_Paper_Dpi |
Indicates the DPI used for paper. This is set from the options dialog. | |
float | m_Paper_Height |
Height for output sizing in inches. | |
float | m_Paper_Width |
Width for output sizing in inches. | |
HBhvBehaviorManager * | m_pBehaviorManager |
A pointer to the behavior manager. | |
HCamera * | m_pCamera |
A pointer to the HCamera object for this output. | |
char const * | m_pDWFModelName |
void * | m_pExtendedData |
A pointer to extra data needed by a HOutputHandler subclass . | |
HBaseModel * | m_pHBaseModel |
A pointer to the HBaseModel object for this output. | |
HBaseView * | m_pHBaseView |
A pointer to the HBaseView object for this output. | |
char const * | m_pHSRAOptions |
HOOPS HSRAOption string . | |
void * | m_pPRCAsmModelFile |
HPoint const * | m_pWindowColor |
RGB color stored in xyz. | |
double | m_ratio_cm_to_internal_units |
The output scaling ratio. See PrintToScale(). | |
int | m_Version |
The file format version desired for writing. | |
float | m_Window_Height |
Height for output sizing in inches. | |
float | m_Window_Width |
Width for output sizing in inches. |
HOutputHandlerOptions::HOutputHandlerOptions | ( | ) |
Constructs an HOutputHandlerOptions object.
HOutputHandlerOptions::HOutputHandlerOptions | ( | HOutputHandlerOptions const * | o | ) | [inline] |
Constructs an HOutputHandlerOptions object from another HOutputHandlerOptions object.
o | A pointer to the HOutputHandlerOptions object you want to copy. |
HOutputHandlerOptions::HOutputHandlerOptions | ( | const HOutputHandlerOptions & | o | ) | [inline] |
Constructs an HOutputHandlerOptions object from another HOutputHandlerOptions object.
o | A reference to the HOutputHandlerOptions object you want to copy. |
void HOutputHandlerOptions::Init | ( | HOutputHandlerOptions const * | o | ) |
This method initializes this HOutputHandlerOptions object from using the properties of another HOutputHandlerOptions object.
o | A pointer to the HOutputHandlerOptions object you want to copy. |
virtual bool HOutputHandlerOptions::PopulateOptions | ( | ) | [virtual] |
Any application wishing to customize how the options are populated should derive from this class and overload this function.
void HOutputHandlerOptions::PrintToScale | ( | double const | r | ) | [inline] |
Parameter is a positive double precision ratio which specifies how many HOOPS/3DGS world-space-units represents a centimeter. The camera will (temporarily) be scaled according to this ratio to force the physical (hardcopy) output size to match an application's size units. A natural side-effect of this style of output is that the hardcopy will not match the picture on the screen like normal HOOPS printing. The output will effectively be scaled (up or down) and given a new aspect ratio so that it will fill the printable area of the specified output device with to-scale geometry surrounding the camera target.
Examples:
Behavioral Notes:
The default value is 0, which indicates to not print-to-scale.
double HOutputHandlerOptions::PrintToScale | ( | ) | const [inline] |
Set this member to true if you want the 3D annotation in a 3D PDF document to be automatically enabled when opening the PDF file. Default is false
Used in HIO_AVI. If true shows a dialog during export to allow the user to select a compression level. Defaults to true.
2D Dwf Export uses a legacy version of Hardcopy. Set this option to true when exporting a 2D DWF file
Sets whether to compress tessellation data when exporting to the PRC format. Defaults to false.
Sets the compression level for BRep data when exporting to the PRC format. Defaults to PrcBrepCompressionNone.
This setting applies to the positioning of a 3D annotation in a 3D PDF, and defines the distance, in inches, from the page's bottom border, where the bottom of the annotation should be located. The default is 2.0
This setting applies to the positioning of a 3D annotation in a 3D PDF, and defines the distance, in inches, from the page's left border, where the left side of the annotation should be located. The default is 0.5
This setting applies to the positioning of a 3D annotation in a 3D PDF, and defines the distance, in inches, from the page's right border, where the right of the annotation should be located. The default is 0.5
This setting applies to the positioning of a 3D annotation in a 3D PDF, and defines the distance, in inches, from the page's top border, where the top of the of the annotation should be located. The default is 0.5
available for output handlers to map HC_KEYS to names in the output file.
float HOutputHandlerOptions::m_PageMargins[4] |
Sets the page margin in inches. m_PageMargins[0] is the left margin m_PageMargins[1] is the right margin m_PageMargins[2] is the bottom margin m_PageMargins[3] is the top margin
char const* HOutputHandlerOptions::m_pDWFModelName |
DWF Model name
Pointer to a PRC model