HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IMG_FileIES Class Reference

#include <IMG_FileIES.h>

+ Inheritance diagram for IMG_FileIES:

Public Member Functions

 IMG_FileIES ()
 
 ~IMG_FileIES () override
 
int open () override
 
int readScanline (int y, void *buf) override
 
int writeScanline (int y, const void *buf) override
 
int closeFile () override
 
void getEnvCoord (const UT_Vector3 &r, float &u, float &v, float angscale) const
 
float getNormalization (int mode) const
 
int getPhotometricType () const
 
int getXResolution () const
 
int getYResolution () const
 
const floatgetXAngles () const
 
const floatgetYAngles () const
 
const floatgetImageData () const
 

Static Public Member Functions

static void registerFormat ()
 

Detailed Description

Definition at line 24 of file IMG_FileIES.h.

Constructor & Destructor Documentation

IMG_FileIES::IMG_FileIES ( )
IMG_FileIES::~IMG_FileIES ( )
override

Member Function Documentation

int IMG_FileIES::closeFile ( )
override
void IMG_FileIES::getEnvCoord ( const UT_Vector3 r,
float u,
float v,
float  angscale 
) const
const float* IMG_FileIES::getImageData ( ) const
inline

Definition at line 59 of file IMG_FileIES.h.

float IMG_FileIES::getNormalization ( int  mode) const
inline

Definition at line 51 of file IMG_FileIES.h.

int IMG_FileIES::getPhotometricType ( ) const
inline

Definition at line 53 of file IMG_FileIES.h.

const float* IMG_FileIES::getXAngles ( ) const
inline

Definition at line 57 of file IMG_FileIES.h.

int IMG_FileIES::getXResolution ( ) const
inline

Definition at line 55 of file IMG_FileIES.h.

const float* IMG_FileIES::getYAngles ( ) const
inline

Definition at line 58 of file IMG_FileIES.h.

int IMG_FileIES::getYResolution ( ) const
inline

Definition at line 56 of file IMG_FileIES.h.

int IMG_FileIES::open ( )
override
int IMG_FileIES::readScanline ( int  y,
void buf 
)
override
static void IMG_FileIES::registerFormat ( )
static
int IMG_FileIES::writeScanline ( int  y,
const void buf 
)
override

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