Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Member Functions | Public Attributes
mrpt::math::TObject2D::tobject2d_data_t Struct Reference

Detailed Description

Union type storing pointers to every allowed type.

Definition at line 1117 of file lightweight_geom_data.h.

Public Member Functions

 tobject2d_data_t ()
 

Public Attributes

TPoint2D point
 
TSegment2D segment
 
TLine2D line
 
TPolygon2Dpolygon
 

Constructor & Destructor Documentation

◆ tobject2d_data_t()

mrpt::math::TObject2D::tobject2d_data_t::tobject2d_data_t ( )
inline

Definition at line 1123 of file lightweight_geom_data.h.

References exprtk::information::data().

Member Data Documentation

◆ line

TLine2D mrpt::math::TObject2D::tobject2d_data_t::line

Definition at line 1120 of file lightweight_geom_data.h.

Referenced by mrpt::math::TObject2D::operator=().

◆ point

TPoint2D mrpt::math::TObject2D::tobject2d_data_t::point

Definition at line 1118 of file lightweight_geom_data.h.

Referenced by mrpt::math::TObject2D::operator=().

◆ polygon

TPolygon2D* mrpt::math::TObject2D::tobject2d_data_t::polygon

Definition at line 1121 of file lightweight_geom_data.h.

Referenced by mrpt::math::TObject2D::operator=().

◆ segment

TSegment2D mrpt::math::TObject2D::tobject2d_data_t::segment

Definition at line 1119 of file lightweight_geom_data.h.

Referenced by mrpt::math::TObject2D::operator=().




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017