NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::Input Class Reference

Public Member Functions

 Input (InputStream &s, bool le, int ofs)
 
 ~Input (void)
 
U32 tell (void) const
 
void seek (U32 ofs)
 
const U8read (int num)
 
U8 readU8 (void)
 
U16 readU16 (void)
 
U32 readU32 (void)
 

Detailed Description

Definition at line 40 of file ImageTiffIO.cpp.

Constructor & Destructor Documentation

FW::Input::Input ( InputStream s,
bool  le,
int  ofs 
)
inline

Definition at line 43 of file ImageTiffIO.cpp.

FW::Input::~Input ( void  )
inline

Definition at line 44 of file ImageTiffIO.cpp.

Member Function Documentation

const U8* FW::Input::read ( int  num)
inline

Definition at line 49 of file ImageTiffIO.cpp.

U16 FW::Input::readU16 ( void  )
inline

Definition at line 51 of file ImageTiffIO.cpp.

U32 FW::Input::readU32 ( void  )
inline

Definition at line 52 of file ImageTiffIO.cpp.

U8 FW::Input::readU8 ( void  )
inline

Definition at line 50 of file ImageTiffIO.cpp.

void FW::Input::seek ( U32  ofs)
inline

Definition at line 47 of file ImageTiffIO.cpp.

U32 FW::Input::tell ( void  ) const
inline

Definition at line 46 of file ImageTiffIO.cpp.


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