VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtIndirectPolygonOffset Class Reference

non virtual container class for defining a polygon offset state More...

Public Member Functions

 DtIndirectPolygonOffset ()
 ctor More...
 
 DtIndirectPolygonOffset (float factor, float units)
 ctor More...
 
 ~DtIndirectPolygonOffset ()
 destructor - non virtual since this is a container class that should not be derived from More...
 
 DtIndirectPolygonOffset (const DtIndirectPolygonOffset &other)
 Copy Constructor not implemented – Copy Not Allowed. More...
 
DtIndirectPolygonOffsetoperator= (const DtIndirectPolygonOffset &other)
 Assignment Operator Not implemented – Assignment Not Allowed. More...
 
float factor (void) const
 get the polygon offset factor see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work More...
 
float units (void) const
 get the polygon offset units see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work More...
 

Protected Attributes

float myFactor
 
float myUnits
 

Detailed Description

non virtual container class for defining a polygon offset state

Constructor & Destructor Documentation

makVrv::DtIndirectPolygonOffset::DtIndirectPolygonOffset ( )

ctor

makVrv::DtIndirectPolygonOffset::DtIndirectPolygonOffset ( float  factor,
float  units 
)

ctor

makVrv::DtIndirectPolygonOffset::~DtIndirectPolygonOffset ( )

destructor - non virtual since this is a container class that should not be derived from

makVrv::DtIndirectPolygonOffset::DtIndirectPolygonOffset ( const DtIndirectPolygonOffset other)

Copy Constructor not implemented – Copy Not Allowed.

Member Function Documentation

DtIndirectPolygonOffset& makVrv::DtIndirectPolygonOffset::operator= ( const DtIndirectPolygonOffset other)

Assignment Operator Not implemented – Assignment Not Allowed.

float makVrv::DtIndirectPolygonOffset::factor ( void  ) const

get the polygon offset factor see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work

float makVrv::DtIndirectPolygonOffset::units ( void  ) const

get the polygon offset units see https://www.opengl.org/archives/resources/faq/technical/polygonoffset.htm for a good explanation of how these work

Member Data Documentation

float makVrv::DtIndirectPolygonOffset::myFactor
protected
float makVrv::DtIndirectPolygonOffset::myUnits
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)