#include <mrpt/opengl/CGridPlaneXZ.h>
Public Member Functions | |
void | render () |
Render. | |
Static Public Member Functions | |
static CGridPlaneXZPtr | Create (float xMin=-10, float xMax=10, float zMin=-10, float zMax=10, float y=0, float frequency=1) |
Class factory. | |
Public Attributes | |
float | m_xMin |
float | m_xMax |
float | m_zMin |
float | m_zMax |
float | m_y |
float | m_frequency |
Private Member Functions | |
CGridPlaneXZ (float xMin=-10, float xMax=10, float zMin=-10, float zMax=10, float y=0, float frequency=1) | |
Constructor. | |
virtual | ~CGridPlaneXZ () |
Private, virtual destructor: only can be deleted from smart pointers. |
Definition at line 46 of file CGridPlaneXZ.h.
mrpt::opengl::CGridPlaneXZ::CGridPlaneXZ | ( | float | xMin = -10 , |
|
float | xMax = 10 , |
|||
float | zMin = -10 , |
|||
float | zMax = 10 , |
|||
float | y = 0 , |
|||
float | frequency = 1 | |||
) | [inline, private] |
virtual mrpt::opengl::CGridPlaneXZ::~CGridPlaneXZ | ( | ) | [inline, private, virtual] |
Private, virtual destructor: only can be deleted from smart pointers.
Definition at line 90 of file CGridPlaneXZ.h.
static CGridPlaneXZPtr mrpt::opengl::CGridPlaneXZ::Create | ( | float | xMin = -10 , |
|
float | xMax = 10 , |
|||
float | zMin = -10 , |
|||
float | zMax = 10 , |
|||
float | y = 0 , |
|||
float | frequency = 1 | |||
) | [inline, static] |
void mrpt::opengl::CGridPlaneXZ::render | ( | ) | [virtual] |
Definition at line 53 of file CGridPlaneXZ.h.
Definition at line 50 of file CGridPlaneXZ.h.
Definition at line 50 of file CGridPlaneXZ.h.
Definition at line 51 of file CGridPlaneXZ.h.
Definition at line 51 of file CGridPlaneXZ.h.
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009 |