#include <ImageFeatures.h>


Public Member Functions | |
| ImagePointFeature (JString creator, JTime t, double depth) | |
| ImagePointFeature (JString xml) | |
| ImagePointFeature (XMLNode *node) | |
| ~ImagePointFeature () | |
| Object * | clone () const |
| PointFloat | getPoint () |
| Color | getColor () |
| bool | setPoint (PointFloat p) |
| bool | setColor (Color c) |
| JString | print () |
| JString | toXML () |
| bool | fromXML (XMLNode *node) |
Public Attributes | |
| PointFloat | point |
| Color | color |
Definition at line 54 of file ImageFeatures.h.
The Point type ImageFeature
Definition at line 35 of file ImageFeatures.cpp.
| cmlabs::ImagePointFeature::ImagePointFeature | ( | JString | xml | ) |
Definition at line 45 of file ImageFeatures.cpp.
| cmlabs::ImagePointFeature::ImagePointFeature | ( | XMLNode * | node | ) |
Definition at line 50 of file ImageFeatures.cpp.
| cmlabs::ImagePointFeature::~ImagePointFeature | ( | ) |
Definition at line 42 of file ImageFeatures.cpp.
| Object * cmlabs::ImagePointFeature::clone | ( | ) | const [virtual] |
| PointFloat cmlabs::ImagePointFeature::getPoint | ( | ) |
Definition at line 61 of file ImageFeatures.cpp.
| Color cmlabs::ImagePointFeature::getColor | ( | ) |
Definition at line 65 of file ImageFeatures.cpp.
| bool cmlabs::ImagePointFeature::setPoint | ( | PointFloat | p | ) |
Definition at line 69 of file ImageFeatures.cpp.
| bool cmlabs::ImagePointFeature::setColor | ( | Color | c | ) |
Definition at line 74 of file ImageFeatures.cpp.
| JString cmlabs::ImagePointFeature::print | ( | ) | [virtual] |
| JString cmlabs::ImagePointFeature::toXML | ( | ) | [virtual] |
| bool cmlabs::ImagePointFeature::fromXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 63 of file ImageFeatures.h.
Definition at line 64 of file ImageFeatures.h.
1.5.6