Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HIOUtilityTiff Class Reference

#include <HIOUtilityTiff.h>

Public Member Functions

HFileOutputResult FileOutputFromImageKey (const __wchar_t *filename, HC_KEY image_key, HOutputHandlerOptions *options)
 
HFileOutputResult FileOutputFromImageKey (const unsigned short *filename, HC_KEY image_key, HOutputHandlerOptions *options)
 
HFileOutputResult FileOutputFromImageKey (const char *filename, HC_KEY image_key, HOutputHandlerOptions *options)
 
const char * GetOutputName ()
 
HOutputHandlerStyle GetOutputStyle ()
 
const char * GetOutputTypesString ()
 
 HIOUtilityTiff ()
 
void RegisterOutputHandlerTypes ()
 

Detailed Description

The HIOUtilityTiff allows you to export TIFF images. This class is currently unsupported with the LeadTools Raster Pro Toolkit being the recommended way of importing or exporting raster data.

Constructor & Destructor Documentation

HIOUtilityTiff::HIOUtilityTiff ( )
inline

Constructs an HIOUtilityTiff object.

References HOutputOpFileOutputFromImageKey.

Member Function Documentation

HFileOutputResult HIOUtilityTiff::FileOutputFromImageKey ( const __wchar_t *  filename,
HC_KEY  image_key,
HOutputHandlerOptions *  options 
)

This method exports the raster data defined in the HOOPS Image from the given image_key to a TIFF file.

Parameters
FileNameA character pointer denoting the name of the image file to read from.
image_keyThe pointer to a HOOPS key that will be filled in with a HOOPS image key.
segment_keyThe HOOPS segment key to create the image_key in i.e. the working segment.
optionsThis parameter is currently not being used.
Returns
The #HFileOutputResult result of the operation.
const char* HIOUtilityTiff::GetOutputName ( )
inline
Returns
A character pointer denoting the name of the handler.
HOutputHandlerStyle HIOUtilityTiff::GetOutputStyle ( )
inline
Returns
The type of output style which is HOutputHandlerStyleImage.

References HOutputHandlerStyleImage.

const char* HIOUtilityTiff::GetOutputTypesString ( )
inline
Returns
The string of the type of output this handler creates which are "tiff" and "tif".
void HIOUtilityTiff::RegisterOutputHandlerTypes ( )
inline

This method registers the "tiff" and "tif" extensions to this handler as an output handler.

References HIORegisterOutputType.


The documentation for this class was generated from the following file: