
#include <HIOUtilityHOOPS.h>
Public Member Functions | |
| HFileOutputResult | FileOutputByKey (const __wchar_t *filename, HC_KEY key, HOutputHandlerOptions *options) |
| HFileOutputResult | FileOutputByKey (const unsigned short *filename, HC_KEY key, HOutputHandlerOptions *options) |
| HFileOutputResult | FileOutputByKey (const char *filename, HC_KEY key, HOutputHandlerOptions *options) |
| const char * | GetOutputDefaultHSRA () |
| const char * | GetOutputName () |
| HOutputHandlerStyle | GetOutputStyle () |
| const char * | GetOutputTypesString () |
| HIOUtilityHPGL2 () | |
| void | RegisterOutputHandlerTypes () |
Public Member Functions inherited from HOutputHandler | |
| virtual HFileOutputResult | FileOutputFromImageKey (const char *filename, HC_KEY image_key, HOutputHandlerOptions *options) |
| virtual HFileOutputResult | FileOutputFromImageKey (const __wchar_t *filename, HC_KEY image_key, HOutputHandlerOptions *options) |
| const __wchar_t * | GetOutputInformation () |
| unsigned long | GetOutputOps () |
| float | GetOutputPercentProgress () |
| const char * | GetOutputProgress () |
| HOutputHandler () | |
| void | ReportOutputInformation (const char *information) |
| This posts information to the information queue. | |
| void | ReportOutputPercentProgress (float percent_progress) |
| This posts the current percent progress message should be between 0.0 and 1.0. | |
| void | ReportOutputProgress (const char *progress) |
| This posts the current progress message. | |
| void | SetModuleDirectory (const char *module_directory) |
| void | SetModuleDirectory (const __wchar_t *module_directory) |
| HIONoticeCallback * | SetOutputInformationNoticeCallback (HIONoticeCallback *notice_callback) |
| HIOPercentNoticeCallback * | SetOutputPercentProgressNoticeCallback (HIOPercentNoticeCallback *percent_notice_callback) |
| HIONoticeCallback * | SetOutputProgressNoticeCallback (HIONoticeCallback *notice_callback) |
Additional Inherited Members | |
Protected Member Functions inherited from HOutputHandler | |
| void | SetFinishedOutput () |
| void | SetOutputOps (unsigned long ops) |
| This sets the HOutputOp. | |
| void | SetStartingOutput () |
Protected Attributes inherited from HOutputHandler | |
| char * | m_module_directory |
| unsigned long | m_OutputOps |
| This is the HOutputOp set for a subclassed instance. | |
The HIOUtilityHPGL is the class for writing HPGL2 files using the HOOPS HPGL2 driver. The output files are suitable to send to a HPGL2 printer or plotter.
|
inline |
Constructs an HIOUtilityHPGL2 object.
References HOutputOpFileOutputByKey, and HOutputHandler::SetOutputOps().
|
virtual |
This method writes a HPGL2 file out of the segment tree underneath the given key.
| filename | The name of the file to output. |
| key | The HOOPS segment key to get output data from. |
| options | The options class containing any needed extra information for the operation. |
Reimplemented from HOutputHandler.
|
inlinevirtual |
This method writes model data from a given HOOPS key to a given output file. Note that this must be implimented in a subclassed HOutputHandler instance handling models.
| filename | The wide character name of the file to output. |
| key | The HOOPS segment key to get output model data from. |
| options | The options class containing any needed extra information for the operation. |
Reimplemented from HOutputHandler.
References HOutputHandler::FileOutputByKey().
|
inlinevirtual |
This method writes model data from a given HOOPS key to a given output file. Note that this must be implimented in a subclassed HOutputHandler instance handling models.
| filename | The name of the file to output. |
| key | The HOOPS segment key to output model data from. |
| options | The options class containing any needed extra information for the operation. |
Reimplemented from HOutputHandler.
References HOutputHandler::FileOutputByKey().
|
inlinevirtual |
Reimplemented from HOutputHandler.
|
inlinevirtual |
Implements HOutputHandler.
|
inlinevirtual |
Implements HOutputHandler.
References HOutputHandlerStyleHardcopy.
|
inlinevirtual |
Implements HOutputHandler.
|
inlinevirtual |
This method registers the "hp" extension to this handler as an output handler.
Implements HOutputHandler.
References HIORegisterOutputType.