PointCloudCoreSegment.cpp
Go to the documentation of this file.
2 
4 {
7  int defaultMaxHistorySize) :
8  detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZ>(
9  iceMemory,
10  visionx::armem::pointcloud::server::POINTXYZ_CORE_SEGMENT_NAME,
11  defaultMaxHistorySize)
12  {
13  }
14 
17  int defaultMaxHistorySize) :
18  detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZL>(
19  iceMemory,
20  visionx::armem::pointcloud::server::POINTXYZL_CORE_SEGMENT_NAME,
21  defaultMaxHistorySize)
22  {
23  }
24 
27  int defaultMaxHistorySize) :
28  detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZRGBA>(
29  iceMemory,
30  visionx::armem::pointcloud::server::POINTXYZRGBA_CORE_SEGMENT_NAME,
31  defaultMaxHistorySize)
32  {
33  }
34 
37  int defaultMaxHistorySize) :
38  detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZRGBL>(
39  iceMemory,
40  visionx::armem::pointcloud::server::POINTXYZRGBL_CORE_SEGMENT_NAME,
41  defaultMaxHistorySize)
42  {
43  }
44 } // namespace visionx::armem::pointcloud::server::segment
visionx
ArmarX headers.
Definition: OpenPoseStressTest.h:38
armarx::armem::server::MemoryToIceAdapter
Helps connecting a Memory server to the Ice interface.
Definition: MemoryToIceAdapter.h:19
visionx::armem::pointcloud::server::segment
Definition: PointCloudCoreSegment.cpp:3
armarx::armem
Definition: LegacyRobotStateMemoryAdapter.cpp:32
detail
Definition: OpenCVUtil.cpp:128
visionx::armem::pointcloud::server::segment::PointCloudXYZLCoreSegment::PointCloudXYZLCoreSegment
PointCloudXYZLCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
Definition: PointCloudCoreSegment.cpp:15
visionx::armem::pointcloud::server::segment::PointCloudXYZRGBACoreSegment::PointCloudXYZRGBACoreSegment
PointCloudXYZRGBACoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
Definition: PointCloudCoreSegment.cpp:25
visionx::armem::pointcloud::server::segment::PointCloudXYZRGBLCoreSegment::PointCloudXYZRGBLCoreSegment
PointCloudXYZRGBLCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
Definition: PointCloudCoreSegment.cpp:35
visionx::armem::pointcloud::server::POINTXYZ_CORE_SEGMENT_NAME
const constexpr char * POINTXYZ_CORE_SEGMENT_NAME
Definition: constants.h:7
visionx::armem::pointcloud::server::segment::PointCloudXYZCoreSegment::PointCloudXYZCoreSegment
PointCloudXYZCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
Definition: PointCloudCoreSegment.cpp:5
PointCloudCoreSegment.h
visionx::armem::pointcloud::server::POINTXYZL_CORE_SEGMENT_NAME
const constexpr char * POINTXYZL_CORE_SEGMENT_NAME
Definition: constants.h:8
visionx::armem::pointcloud::server::POINTXYZRGBA_CORE_SEGMENT_NAME
const constexpr char * POINTXYZRGBA_CORE_SEGMENT_NAME
Definition: constants.h:9
visionx::armem::pointcloud::server::POINTXYZRGBL_CORE_SEGMENT_NAME
const constexpr char * POINTXYZRGBL_CORE_SEGMENT_NAME
Definition: constants.h:10