Own class to distinguish from real float list. More...
#include <Properties.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
PropertyGreyValueList () | |
virtual | ~PropertyGreyValueList () |
Modify | |
void | removeIndices (const std::vector< unsigned long > &) |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Own class to distinguish from real float list.
Definition at line 61 of file Properties.h.
Points::PropertyGreyValueList::PropertyGreyValueList | ( | ) | [inline] |
Definition at line 66 of file Properties.h.
virtual Points::PropertyGreyValueList::~PropertyGreyValueList | ( | ) | [inline, virtual] |
Definition at line 69 of file Properties.h.
void * Points::PropertyGreyValueList::create | ( | void | ) | [static] |
Reimplemented from App::PropertyFloatList.
Definition at line 45 of file Properties.cpp.
Base::Type Points::PropertyGreyValueList::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyFloatList.
Definition at line 45 of file Properties.cpp.
Referenced by PointsGui::ViewProviderPoints::getDisplayModes(), and PointsGui::ViewProviderPoints::setDisplayMode().
Base::Type Points::PropertyGreyValueList::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyFloatList.
Definition at line 45 of file Properties.cpp.
void Points::PropertyGreyValueList::init | ( | void | ) | [static] |
Reimplemented from App::PropertyFloatList.
Definition at line 45 of file Properties.cpp.
Referenced by initPoints().
void PropertyGreyValueList::removeIndices | ( | const std::vector< unsigned long > & | uIndices | ) |
Definition at line 49 of file Properties.cpp.
References App::PropertyFloatList::getValues(), RobotExample::pos, and App::PropertyFloatList::setValues().