Main MRPT website > C++ reference for MRPT 1.3.2
List of all members | Public Member Functions | Public Attributes
mrpt::opengl::CPointCloudColoured::TPointColour Struct Reference

Detailed Description

Definition at line 54 of file CPointCloudColoured.h.

#include <mrpt/opengl/CPointCloudColoured.h>

Public Member Functions

 TPointColour ()
 
 TPointColour (float _x, float _y, float _z, float _R, float _G, float _B)
 

Public Attributes

float x
 
float y
 
float z
 
float R
 
float G
 
float B
 

Constructor & Destructor Documentation

mrpt::opengl::CPointCloudColoured::TPointColour::TPointColour ( )
inline

Definition at line 56 of file CPointCloudColoured.h.

mrpt::opengl::CPointCloudColoured::TPointColour::TPointColour ( float  _x,
float  _y,
float  _z,
float  _R,
float  _G,
float  _B 
)
inline

Definition at line 57 of file CPointCloudColoured.h.

Member Data Documentation

float mrpt::opengl::CPointCloudColoured::TPointColour::B
float mrpt::opengl::CPointCloudColoured::TPointColour::G
float mrpt::opengl::CPointCloudColoured::TPointColour::R
float mrpt::opengl::CPointCloudColoured::TPointColour::x
float mrpt::opengl::CPointCloudColoured::TPointColour::y
float mrpt::opengl::CPointCloudColoured::TPointColour::z



Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Thu Dec 10 00:07:55 UTC 2015