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

#include <PixelTable.hpp>

Public Member Functions

 PixelTable (void)
 
 ~PixelTable (void)
 
void setSize (const Vec2i &size)
 
const Vec2igetSize (void) const
 
BuffergetIndexToPixel (void)
 
BuffergetPixelToIndex (void)
 

Detailed Description

Definition at line 35 of file PixelTable.hpp.

Constructor & Destructor Documentation

PixelTable::PixelTable ( void  )

Definition at line 34 of file PixelTable.cpp.

PixelTable::~PixelTable ( void  )

Definition at line 41 of file PixelTable.cpp.

Member Function Documentation

Buffer& FW::PixelTable::getIndexToPixel ( void  )
inline

Definition at line 44 of file PixelTable.hpp.

Buffer& FW::PixelTable::getPixelToIndex ( void  )
inline

Definition at line 45 of file PixelTable.hpp.

const Vec2i& FW::PixelTable::getSize ( void  ) const
inline

Definition at line 43 of file PixelTable.hpp.

void PixelTable::setSize ( const Vec2i size)

Definition at line 47 of file PixelTable.cpp.


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