Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
BIAS::OpenEXRInterface::ChannelData Class Reference

Used to maintain control of the heap when generating slices. More...

#include <Base/Image/OpenEXRInterface.hh>

Public Types

enum  TypeID { isFloat =0, isHalf, isUInt, empty }
 

Public Member Functions

 ChannelData ()
 
 ChannelData (float *ifFloat)
 
 ChannelData (half *ifHalf)
 
 ChannelData (unsigned int *ifUInt)
 
void ClearData ()
 
TypeID Get (float *&ifFloat, half *&ifHalf, unsigned int *&ifUInt) const
 

Detailed Description

Used to maintain control of the heap when generating slices.

Definition at line 88 of file OpenEXRInterface.hh.

Member Enumeration Documentation

Enumerator
isFloat 
isHalf 
isUInt 
empty 

Definition at line 103 of file OpenEXRInterface.hh.

Constructor & Destructor Documentation

BIAS::OpenEXRInterface::ChannelData::ChannelData ( )
inline

Definition at line 90 of file OpenEXRInterface.hh.

BIAS::OpenEXRInterface::ChannelData::ChannelData ( float *  ifFloat)
inline

Definition at line 91 of file OpenEXRInterface.hh.

BIAS::OpenEXRInterface::ChannelData::ChannelData ( half *  ifHalf)
inline

Definition at line 92 of file OpenEXRInterface.hh.

BIAS::OpenEXRInterface::ChannelData::ChannelData ( unsigned int *  ifUInt)
inline

Definition at line 93 of file OpenEXRInterface.hh.

Member Function Documentation

void BIAS::OpenEXRInterface::ChannelData::ClearData ( )
inline

Definition at line 95 of file OpenEXRInterface.hh.

TypeID BIAS::OpenEXRInterface::ChannelData::Get ( float *&  ifFloat,
half *&  ifHalf,
unsigned int *&  ifUInt 
) const
inline

Definition at line 104 of file OpenEXRInterface.hh.


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