TwiceAsNice  2019-02-18
Public Member Functions | List of all members
Basda::ImageViewSpecialPixelSkeletonPython Class Reference

#include <ImageViewSpecialPixelSkeletonPython.h>

Inheritance diagram for Basda::ImageViewSpecialPixelSkeletonPython:
Inheritance graph
Collaboration diagram for Basda::ImageViewSpecialPixelSkeletonPython:
Collaboration graph

Public Member Functions

 ImageViewSpecialPixelSkeletonPython (const Nice::JointPtr &_config)
 
virtual ~ImageViewSpecialPixelSkeletonPython ()
 
virtual void setSpecialPixel (int _idx, const Nice::Point &_pnt, double _radius, const std::string &_descr)
 
virtual void addSpecialPixel (const Nice::Point &_pnt, double _radius, const std::string &_descr)
 
virtual Basda::ImageViewSpecialPixelData getSpecialPixel (int _idx)
 
- Public Member Functions inherited from Basda::PythonServiceWorker< ImageViewSpecialPixelSkeleton >
 PythonServiceWorker (const Nice::JointPtr &_config)
 
 PythonServiceWorker (const Nice::JointPtr &_config)
 
virtual ~PythonServiceWorker ()
 
virtual ~PythonServiceWorker ()
 
virtual void waitForNewState ()
 
virtual void waitForNewState ()
 
virtual bool timedWaitForNewState (const Nice::Time &_timeout)
 
virtual bool timedWaitForNewState (const Nice::Time &_timeout)
 
virtual void preinit ()
 
virtual void preinit ()
 
virtual void init ()
 
virtual void init ()
 
virtual void deinit ()
 
virtual void deinit ()
 
virtual void activate ()
 
virtual void activate ()
 
virtual void deactivate ()
 
virtual void deactivate ()
 
virtual void terminate ()
 
virtual void terminate ()
 
virtual void errorOffline ()
 
virtual void errorOffline ()
 
virtual void errorStandby ()
 
virtual void errorStandby ()
 
virtual void errorOnline ()
 
virtual void errorOnline ()
 
virtual void errorWorking ()
 
virtual void errorWorking ()
 
virtual void idleOffline ()
 
virtual void idleOffline ()
 
virtual void idleStandby ()
 
virtual void idleStandby ()
 
virtual void idleOnline ()
 
virtual void idleOnline ()
 
- Public Member Functions inherited from Basda::ImageViewSpecialPixelSkeleton
 ImageViewSpecialPixelSkeleton (const Nice::JointPtr &_config)
 
virtual ~ImageViewSpecialPixelSkeleton ()
 
void setSpecialPixels (const Basda::SeqImageViewSpecialPixelData &_val, const Nice::Date &_date=Nice::Date::now())
 
Basda::SeqImageViewSpecialPixelData getSpecialPixels ()
 
 ImageViewSpecialPixelSkeleton (const Nice::JointPtr &_config)
 
virtual ~ImageViewSpecialPixelSkeleton ()
 
void setSpecialPixels (const Basda::SeqImageViewSpecialPixelData &_val, const Nice::Date &_date=Nice::Date::now())
 
Basda::SeqImageViewSpecialPixelData getSpecialPixels ()
 
- Public Member Functions inherited from Basda::ServiceLite
 ServiceLite (const Nice::JointPtr &_config)
 
const Nice::JointPtrconfig ()
 
Nice::JointPtr cfg ()
 
Nice::JointPtr var ()
 
Nice::JointPtr cmd ()
 
 ServiceLite (const Nice::JointPtr &_config)
 
const Nice::JointPtrconfig ()
 
Nice::JointPtr cfg ()
 
Nice::JointPtr var ()
 
Nice::JointPtr cmd ()
 

Additional Inherited Members

- Protected Member Functions inherited from Basda::PythonServiceWorker< ImageViewSpecialPixelSkeleton >
virtual Nice::CompletionState reload (Nice::CommandFun< PythonServiceWorker > *_cmd, bool &_abort)
 
virtual Nice::CompletionState reload (Nice::CommandFun< PythonServiceWorker > *_cmd, bool &_abort)
 
virtual void handleException ()
 
virtual void handleException ()
 
void execPython (const char *_py)
 
void execPython (const char *_py, const Type1 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
void execPython (const char *_py)
 
void execPython (const char *_py, const Type1 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
void execPython (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
TypeRet execPythonWithRet (const char *_py)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
TypeRet execPythonWithRet (const char *_py)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &)
 
TypeRet execPythonWithRet (const char *_py, const Type1 &, const Type2 &, const Type3 &, const Type4 &, const Type5 &)
 
- Protected Member Functions inherited from Basda::ImageViewSpecialPixelSkeleton
const char * setSpecialPixelNode ()
 
void setSpecialPixelInit (int _idx, const Nice::Point &_pnt, double _radius, const std::string &_descr)
 
const char * addSpecialPixelNode ()
 
void addSpecialPixelInit (const Nice::Point &_pnt, double _radius, const std::string &_descr)
 
const char * getSpecialPixelNode ()
 
void getSpecialPixelInit (int _idx)
 
const char * setSpecialPixelNode ()
 
void setSpecialPixelInit (int _idx, const Nice::Point &_pnt, double _radius, const std::string &_descr)
 
const char * addSpecialPixelNode ()
 
void addSpecialPixelInit (const Nice::Point &_pnt, double _radius, const std::string &_descr)
 
const char * getSpecialPixelNode ()
 
void getSpecialPixelInit (int _idx)
 
- Protected Attributes inherited from Basda::PythonServiceWorker< ImageViewSpecialPixelSkeleton >
bp::object m_pyModule
 
bp::object m_pyClass
 
bp::object m_pyInstance
 
- Protected Attributes inherited from Basda::ServiceLite
Nice::JointPtr m_config
 

Constructor & Destructor Documentation

◆ ImageViewSpecialPixelSkeletonPython()

Basda::ImageViewSpecialPixelSkeletonPython::ImageViewSpecialPixelSkeletonPython ( const Nice::JointPtr _config)

◆ ~ImageViewSpecialPixelSkeletonPython()

Basda::ImageViewSpecialPixelSkeletonPython::~ImageViewSpecialPixelSkeletonPython ( )
virtual

Member Function Documentation

◆ addSpecialPixel()

void Basda::ImageViewSpecialPixelSkeletonPython::addSpecialPixel ( const Nice::Point _pnt,
double  _radius,
const std::string &  _descr 
)
virtual

◆ getSpecialPixel()

Basda::ImageViewSpecialPixelData Basda::ImageViewSpecialPixelSkeletonPython::getSpecialPixel ( int  _idx)
virtual

◆ setSpecialPixel()

void Basda::ImageViewSpecialPixelSkeletonPython::setSpecialPixel ( int  _idx,
const Nice::Point _pnt,
double  _radius,
const std::string &  _descr 
)
virtual

The documentation for this class was generated from the following files: