#include <VisionX/libraries/armem/vision/pointcloud/server/segments/PointCloudCoreSegment.h>
|
| PointCloudXYZRGBACoreSegment (armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20) |
|
| PointCloudCoreSegment (armarx::armem::server::MemoryToIceAdapter &iceMemory, const std::string &coreSegmentName, int defaultMaxHistorySize=20) |
|
virtual void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override |
|
template<class FunctionT > |
auto | doLocked (FunctionT &&function) const |
|
wm::CoreSegment & | getCoreSegment () |
|
const wm::CoreSegment & | getCoreSegment () const |
|
virtual void | init () override |
|
void | setAronType (aron::type::ObjectPtr aronType) |
|
void | setDefaultCoreSegmentName (const std::string &coreSegmentName) |
|
void | setDefaultMaxHistorySize (int64_t maxHistorySize) |
|
void | setPredictionEngines (const std::vector< PredictionEngine > &predictionEngines) |
|
| SpecializedCoreSegment (MemoryToIceAdapter &iceMemory, const std::string &defaultCoreSegmentName="", aron::type::ObjectPtr coreSegmentAronType=nullptr, int defaultMaxHistorySize=10, const std::vector< PredictionEngine > &predictionEngines={}) |
|
virtual | ~SpecializedCoreSegment () override |
|
MemoryID & | id () |
|
const MemoryID & | id () const |
|
| SegmentBase ()=delete |
|
| SegmentBase (MemoryToIceAdapter &iceMemory) |
|
virtual | ~SegmentBase ()=default |
|
SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
| disables the logging for the current line for the given amount of seconds. More...
|
|
MessageTypeT | getEffectiveLoggingLevel () const |
|
| Logging () |
|
void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More...
|
|
void | setTag (const LogTag &tag) |
|
void | setTag (const std::string &tagName) |
|
virtual | ~Logging () |
|
Definition at line 48 of file PointCloudCoreSegment.h.
◆ PointCloudXYZRGBACoreSegment()
The documentation for this class was generated from the following files: