PointCloudCoreSegment.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Base class
5 
6 // PC types
8 
9 // Constants
11 
13 {
14  namespace detail
15  {
16  template <class AronT>
17  requires visionx::armem::pointcloud::isAronDTOPointCloud<AronT>
19  {
20  public:
22  const std::string& coreSegmentName,
23  int defaultMaxHistorySize = 20) :
24  armarx::armem::server::segment::SpecializedCoreSegment(iceMemory,
25  coreSegmentName,
26  AronT::ToAronType(),
27  defaultMaxHistorySize)
28  {
29  }
30  };
31  } // namespace detail
32 
34  public detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZ>
35  {
36  public:
38  int defaultMaxHistorySize = 20);
39  };
40 
42  public detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZL>
43  {
44  public:
46  int defaultMaxHistorySize = 20);
47  };
48 
50  public detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZRGBA>
51  {
52  public:
54  int defaultMaxHistorySize = 20);
55  };
56 
58  public detail::PointCloudCoreSegment<visionx::arondto::PointCloudXYZRGBL>
59  {
60  public:
62  int defaultMaxHistorySize = 20);
63  };
64 } // namespace visionx::armem::pointcloud::server::segment
constants.h
visionx::armem::pointcloud::server::segment::detail::PointCloudCoreSegment::PointCloudCoreSegment
PointCloudCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, const std::string &coreSegmentName, int defaultMaxHistorySize=20)
Definition: PointCloudCoreSegment.h:21
visionx::armem::pointcloud::server::segment::PointCloudXYZRGBACoreSegment
Definition: PointCloudCoreSegment.h:49
armarx::armem::server::segment::SpecializedCoreSegment
A base class for core segments.
Definition: SpecializedCoreSegment.h:19
armarx::armem::server::MemoryToIceAdapter
Helps connecting a Memory server to the Ice interface.
Definition: MemoryToIceAdapter.h:19
armarx::armem::server::segment::SpecializedCoreSegment::SpecializedCoreSegment
SpecializedCoreSegment(MemoryToIceAdapter &iceMemory, const std::string &defaultCoreSegmentName="", aron::type::ObjectPtr coreSegmentAronType=nullptr, int defaultMaxHistorySize=10, const std::vector< PredictionEngine > &predictionEngines={})
Definition: SpecializedCoreSegment.cpp:12
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::segment::PointCloudXYZCoreSegment
Definition: PointCloudCoreSegment.h:33
visionx::armem::pointcloud::server::segment::detail::PointCloudCoreSegment
Definition: PointCloudCoreSegment.h:18
visionx::armem::pointcloud::server::segment::PointCloudXYZLCoreSegment
Definition: PointCloudCoreSegment.h:41
visionx::armem::pointcloud::server::segment::PointCloudXYZCoreSegment::PointCloudXYZCoreSegment
PointCloudXYZCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
Definition: PointCloudCoreSegment.cpp:5
armarx::aron::requires
requires(!aron::detail::DtoAndBoAreSame< DtoT, BoT >) void toAron(std
Definition: aron_conversions.h:129
armarx::armem::server::segment::detail::SegmentBase< server::wm::CoreSegment >::iceMemory
MemoryToIceAdapter & iceMemory
Definition: SpecializedSegment.h:58
concepts.h
SpecializedCoreSegment.h
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:27
visionx::armem::pointcloud::server::segment::PointCloudXYZRGBLCoreSegment
Definition: PointCloudCoreSegment.h:57