#include <HIOUtilityHOOPS.h>
The HIOUtilityCGM is the class for writing CGM files using the HOOPS CGM driver.
HIOUtilityCGM::HIOUtilityCGM |
( |
| ) |
|
|
inline |
HFileOutputResult HIOUtilityCGM::FileOutputByKey |
( |
const __wchar_t * |
filename, |
|
|
HC_KEY |
key, |
|
|
HOutputHandlerOptions * |
options |
|
) |
| |
This method writes a CGM file out of the segment tree underneath the given key.
- Parameters
-
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. |
- Returns
- The #HFileOutputResult result of the output operation.
const char* HIOUtilityCGM::GetOutputDefaultHSRA |
( |
| ) |
|
|
inline |
const char* HIOUtilityCGM::GetOutputName |
( |
| ) |
|
|
inline |
- Returns
- A character pointer denoting the name of the handler.
const char* HIOUtilityCGM::GetOutputTypesString |
( |
| ) |
|
|
inline |
- Returns
- The string of the type of output this handler creates which is "cgm".
void HIOUtilityCGM::RegisterOutputHandlerTypes |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: