Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Static Public Member Functions
mrpt::maps::detail::pointmap_traits< CSimplePointsMap > Struct Reference

Detailed Description

Definition at line 294 of file CSimplePointsMap.cpp.

Static Public Member Functions

static void internal_loadFromRangeScan2D_init (CSimplePointsMap &me, mrpt::maps::CPointsMap::TLaserRange2DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called only once before inserting points - this is the place to reserve memory in lric for extra working variables. More...
 
static void internal_loadFromRangeScan2D_prepareOneRange (CSimplePointsMap &me, const float gx, const float gy, const float gz, mrpt::maps::CPointsMap::TLaserRange2DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called once per range data. More...
 
static void internal_loadFromRangeScan2D_postPushBack (CSimplePointsMap &me, mrpt::maps::CPointsMap::TLaserRange2DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called after each "{x,y,z}.push_back(...);". More...
 
static void internal_loadFromRangeScan3D_init (CSimplePointsMap &me, mrpt::maps::CPointsMap::TLaserRange3DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called only once before inserting points - this is the place to reserve memory in lric for extra working variables. More...
 
static void internal_loadFromRangeScan3D_prepareOneRange (CSimplePointsMap &me, const float gx, const float gy, const float gz, mrpt::maps::CPointsMap::TLaserRange3DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called once per range data. More...
 
static void internal_loadFromRangeScan3D_postPushBack (CSimplePointsMap &me, mrpt::maps::CPointsMap::TLaserRange3DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called after each "{x,y,z}.push_back(...);". More...
 
static void internal_loadFromRangeScan3D_postOneRange (CSimplePointsMap &me, mrpt::maps::CPointsMap::TLaserRange3DInsertContext &lric)
 Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called once per range data, at the end. More...
 

Member Function Documentation

◆ internal_loadFromRangeScan2D_init()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan2D_init ( CSimplePointsMap me,
mrpt::maps::CPointsMap::TLaserRange2DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called only once before inserting points - this is the place to reserve memory in lric for extra working variables.

Definition at line 300 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.

◆ internal_loadFromRangeScan2D_postPushBack()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan2D_postPushBack ( CSimplePointsMap me,
mrpt::maps::CPointsMap::TLaserRange2DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called after each "{x,y,z}.push_back(...);".

Definition at line 322 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.

◆ internal_loadFromRangeScan2D_prepareOneRange()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan2D_prepareOneRange ( CSimplePointsMap me,
const float  gx,
const float  gy,
const float  gz,
mrpt::maps::CPointsMap::TLaserRange2DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called once per range data.

Definition at line 309 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.

◆ internal_loadFromRangeScan3D_init()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan3D_init ( CSimplePointsMap me,
mrpt::maps::CPointsMap::TLaserRange3DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called only once before inserting points - this is the place to reserve memory in lric for extra working variables.

Definition at line 334 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.

◆ internal_loadFromRangeScan3D_postOneRange()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan3D_postOneRange ( CSimplePointsMap me,
mrpt::maps::CPointsMap::TLaserRange3DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called once per range data, at the end.

Definition at line 366 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.

◆ internal_loadFromRangeScan3D_postPushBack()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan3D_postPushBack ( CSimplePointsMap me,
mrpt::maps::CPointsMap::TLaserRange3DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called after each "{x,y,z}.push_back(...);".

Definition at line 356 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.

◆ internal_loadFromRangeScan3D_prepareOneRange()

static void mrpt::maps::detail::pointmap_traits< CSimplePointsMap >::internal_loadFromRangeScan3D_prepareOneRange ( CSimplePointsMap me,
const float  gx,
const float  gy,
const float  gz,
mrpt::maps::CPointsMap::TLaserRange3DInsertContext lric 
)
inlinestatic

Helper method fot the generic implementation of CPointsMap::loadFromRangeScan(), to be called once per range data.

Definition at line 343 of file CSimplePointsMap.cpp.

References MRPT_UNUSED_PARAM.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST