geolib2
Public Member Functions | Private Attributes | Friends | List of all members
geo::RenderResult Class Referenceabstract

#include <DepthCamera.h>

Inheritance diagram for geo::RenderResult:
Inheritance graph
[legend]

Public Member Functions

int getHeight () const
 
int getWidth () const
 
virtual void renderPixel (int x, int y, float depth, int i_triangle)=0
 
 RenderResult (int width, int height)
 
void stop ()
 
virtual ~RenderResult ()
 

Private Attributes

int height_
 
bool stop_
 
int width_
 

Friends

class DepthCamera
 

Detailed Description

Definition at line 81 of file DepthCamera.h.

Constructor & Destructor Documentation

◆ RenderResult()

geo::RenderResult::RenderResult ( int  width,
int  height 
)
inline

Definition at line 87 of file DepthCamera.h.

◆ ~RenderResult()

virtual geo::RenderResult::~RenderResult ( )
inlinevirtual

Definition at line 90 of file DepthCamera.h.

Member Function Documentation

◆ getHeight()

int geo::RenderResult::getHeight ( ) const
inline

Definition at line 98 of file DepthCamera.h.

◆ getWidth()

int geo::RenderResult::getWidth ( ) const
inline

Definition at line 96 of file DepthCamera.h.

◆ renderPixel()

virtual void geo::RenderResult::renderPixel ( int  x,
int  y,
float  depth,
int  i_triangle 
)
pure virtual

Implemented in geo::DefaultRenderResult.

◆ stop()

void geo::RenderResult::stop ( )
inline

Definition at line 94 of file DepthCamera.h.

Friends And Related Function Documentation

◆ DepthCamera

friend class DepthCamera
friend

Definition at line 83 of file DepthCamera.h.

Member Data Documentation

◆ height_

int geo::RenderResult::height_
private

Definition at line 104 of file DepthCamera.h.

◆ stop_

bool geo::RenderResult::stop_
private

Definition at line 102 of file DepthCamera.h.

◆ width_

int geo::RenderResult::width_
private

Definition at line 104 of file DepthCamera.h.


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