Enki  1.9
Public Member Functions | List of all members
Enki::PixelOperationFunctor Struct Referenceabstract

Functor for pixel operation. More...

#include <CircularCam.h>

Inheritance diagram for Enki::PixelOperationFunctor:
Enki::DepthTest

Public Member Functions

virtual ~PixelOperationFunctor ()
 Virtual destructor, do nothing.
 
virtual void operator() (double &zBuffer2, Color &pixelBuffer, const double &objectDist2, const Color &objectColor)=0
 Modify the pixel and depth buffer² for a given object color and distance²
 

Detailed Description

Functor for pixel operation.

This functor is to be called for each pixel. It should perform pixel operations such as depth buffer test.


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