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

§ TPointColour() [1/2]

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

Definition at line 56 of file CPointCloudColoured.h.

§ TPointColour() [2/2]

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

§ B

float mrpt::opengl::CPointCloudColoured::TPointColour::B

§ G

float mrpt::opengl::CPointCloudColoured::TPointColour::G

§ R

float mrpt::opengl::CPointCloudColoured::TPointColour::R

§ x

float mrpt::opengl::CPointCloudColoured::TPointColour::x

§ y

float mrpt::opengl::CPointCloudColoured::TPointColour::y

§ z

float mrpt::opengl::CPointCloudColoured::TPointColour::z



Page generated by Doxygen 1.8.12 for MRPT 1.3.2 SVN: at Thu Nov 10 13:46:27 UTC 2016