#include <nxLibHelpers.h>

Public Member Functions | |
| boost::optional< double > | far () const override |
| boost::optional< double > | near () const override |
| RenderPointMapParamsProjection (bool useOpenGL, double far, double near, bool withTexture) | |
| boost::optional< bool > | withTexture () const override |
Public Member Functions inherited from RenderPointMapParams | |
| virtual boost::optional< int > | pixelScale () const |
| RenderPointMapParams (bool _useOpenGl) | |
| virtual boost::optional< double > | scaling () const |
| virtual boost::optional< int > | sizeHeight () const |
| virtual boost::optional< int > | sizeWidth () const |
| virtual bool | useOpenGl () const |
| virtual boost::optional< tf2::Transform const & > | viewPose () const |
Private Attributes | |
| double | mFar |
| double | mNear |
| bool | mWithTexture |
Additional Inherited Members | |
Protected Attributes inherited from RenderPointMapParams | |
| bool | useOpenGL |
Definition at line 123 of file nxLibHelpers.h.
|
inline |
Definition at line 130 of file nxLibHelpers.h.
|
inlineoverridevirtual |
Reimplemented from RenderPointMapParams.
Definition at line 133 of file nxLibHelpers.h.
|
inlineoverridevirtual |
Reimplemented from RenderPointMapParams.
Definition at line 138 of file nxLibHelpers.h.
|
inlineoverridevirtual |
Reimplemented from RenderPointMapParams.
Definition at line 143 of file nxLibHelpers.h.
|
private |
Definition at line 126 of file nxLibHelpers.h.
|
private |
Definition at line 126 of file nxLibHelpers.h.
|
private |
Definition at line 127 of file nxLibHelpers.h.