Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Public Attributes

mrpt::opengl::COctreePointRenderer< Derived >::TRenderQueueElement Struct Reference


Detailed Description

template<class Derived>
struct mrpt::opengl::COctreePointRenderer< Derived >::TRenderQueueElement

Definition at line 200 of file COctreePointRenderer.h.

List of all members.

Public Member Functions

 TRenderQueueElement (const size_t id, float area_sq)

Public Attributes

size_t node_id
 The node ID to render.
float render_area_sqpixels
 The approximate size of the octree on the screen (squared pixels).

Constructor & Destructor Documentation

template<class Derived>
mrpt::opengl::COctreePointRenderer< Derived >::TRenderQueueElement::TRenderQueueElement ( const size_t  id,
float  area_sq 
) [inline]

Definition at line 202 of file COctreePointRenderer.h.


Member Data Documentation

template<class Derived>
size_t mrpt::opengl::COctreePointRenderer< Derived >::TRenderQueueElement::node_id

The node ID to render.

Definition at line 204 of file COctreePointRenderer.h.

The approximate size of the octree on the screen (squared pixels).

Definition at line 205 of file COctreePointRenderer.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011