#include <HIOUtilitySpheres.h>
The HIOUtilitySpheres class is used for reading and writing Sphere Files (.sph)
HIOUtilitySpheres::HIOUtilitySpheres |
( |
| ) |
|
|
inline |
virtual HIOUtilitySpheres::~HIOUtilitySpheres |
( |
| ) |
|
|
inlinevirtual |
HFileInputResult HIOUtilitySpheres::FileInputByKey |
( |
const char * |
FileName, |
|
|
HC_KEY |
key, |
|
|
HInputHandlerOptions * |
options |
|
) |
| |
|
inline |
This method reads an .sph file into the segment referenced by 'key'.
HFileInputResult HIOUtilitySpheres::FileInputByKey |
( |
const __wchar_t * |
FileName, |
|
|
HC_KEY |
key, |
|
|
HInputHandlerOptions * |
options |
|
) |
| |
HFileOutputResult HIOUtilitySpheres::FileOutputByKey |
( |
const char * |
FileName, |
|
|
HC_KEY |
key, |
|
|
HOutputHandlerOptions * |
options |
|
) |
| |
|
inline |
This method creates an .sph file of the segment tree defined under the segment referened by 'key'.
HFileOutputResult HIOUtilitySpheres::FileOutputByKey |
( |
const __wchar_t * |
FileName, |
|
|
HC_KEY |
key, |
|
|
HOutputHandlerOptions * |
options |
|
) |
| |
const char* HIOUtilitySpheres::GetInputName |
( |
| ) |
|
|
inline |
HInputHandlerStyle HIOUtilitySpheres::GetInputStyle |
( |
| ) |
|
|
inline |
const char* HIOUtilitySpheres::GetInputTypesString |
( |
| ) |
|
|
inline |
const char* HIOUtilitySpheres::GetOutputName |
( |
| ) |
|
|
inline |
- Returns
- A character pointer denoting the name of the handler.
HOutputHandlerStyle HIOUtilitySpheres::GetOutputStyle |
( |
| ) |
|
|
inline |
const char* HIOUtilitySpheres::GetOutputTypesString |
( |
| ) |
|
|
inline |
void HIOUtilitySpheres::RegisterInputHandlerTypes |
( |
| ) |
|
|
inline |
void HIOUtilitySpheres::RegisterOutputHandlerTypes |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: