#include <VisionX/libraries/armem/vision/images/server/plugins/Plugin.h>
|
virtual void | postCreatePropertyDefinitions (armarx::PropertyDefinitionsPtr &properties) override |
|
virtual void | postOnConnectComponent () override |
|
virtual void | postOnInitComponent () override |
|
virtual void | preOnInitComponent () override |
|
virtual void | componentPropertiesUpdated (const std::set< std::string > &changedProperties) |
|
| ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) |
|
template<class PluginT , class... ParamsT> |
PluginT * | addPlugin (const std::string prefix="", ParamsT &&...params) |
|
template<class PluginT , class... ParamsT> |
void | addPlugin (PluginT *&targ, const std::string prefix="", ParamsT &&...params) |
|
template<class PluginT , class... ParamsT> |
void | addPlugin (std::experimental::observer_ptr< PluginT > &targ, const std::string prefix="", ParamsT &&...params) |
|
void | addPluginDependency (ManagedIceObjectPlugin *dependedOn) |
|
void | addPluginDependency (std::experimental::observer_ptr< ManagedIceObjectPlugin > dependedOn) |
|
std::string | makePropertyName (const std::string &name) |
|
| ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) |
|
virtual void | postOnDisconnectComponent () |
|
virtual void | postOnExitComponent () |
|
const std::string & | prefix () const |
|
virtual void | preOnConnectComponent () |
|
virtual void | preOnDisconnectComponent () |
|
virtual void | preOnExitComponent () |
|
Definition at line 22 of file Plugin.h.
◆ Plugin()
◆ ~Plugin()
◆ addDepthImagesEntity()
wm::Entity & addDepthImagesEntity |
( |
const std::vector< size_t > & |
imageIndices | ) |
|
◆ addRgbImagesEntity()
wm::Entity & addRgbImagesEntity |
( |
const std::vector< size_t > & |
imageIndices | ) |
|
◆ commitImages() [1/3]
◆ commitImages() [2/3]
◆ commitImages() [3/3]
◆ postCreatePropertyDefinitions()
◆ postOnConnectComponent()
void postOnConnectComponent |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ postOnInitComponent()
void postOnInitComponent |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ preOnInitComponent()
void preOnInitComponent |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ useImageBuffers()
◆ usePixelBuffers()
The documentation for this class was generated from the following files:
- VisionX/libraries/armem/vision/images/server/plugins/Plugin.h
- VisionX/libraries/armem/vision/images/server/plugins/Plugin.cpp