Main MRPT website > C++ reference for MRPT 1.4.0
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 1173 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 1179 of file lightweight_geom_data.h.

Member Data Documentation

◆ line

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

Definition at line 1176 of file lightweight_geom_data.h.

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

◆ point

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

Definition at line 1174 of file lightweight_geom_data.h.

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

◆ polygon

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

Definition at line 1177 of file lightweight_geom_data.h.

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

◆ segment

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

Definition at line 1175 of file lightweight_geom_data.h.

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




Page generated by Doxygen 1.9.4 for MRPT 1.4.0 SVN: at Sun Aug 14 11:28:23 UTC 2022