#include <ImageFeatures.h>
Public Member Functions | |
ImagePolyLineFeature (JString creator, JTime t, double depth) | |
~ImagePolyLineFeature () | |
ImagePolyLineFeature (JString xml) | |
ImagePolyLineFeature (XMLNode *node) | |
Object * | clone () const |
PolyLine | getPolyLine () |
Color | getColor () |
bool | setPolyLine (PolyLine polyline) |
bool | setColor (Color c) |
JString | print () |
JString | toXML () |
bool | fromXML (XMLNode *node) |
Public Attributes | |
PolyLine | polyLine |
Color | color |
Definition at line 112 of file ImageFeatures.h.
The PolyLine type ImageFeature
Definition at line 269 of file ImageFeatures.cpp.
cmlabs::ImagePolyLineFeature::~ImagePolyLineFeature | ( | ) |
Definition at line 276 of file ImageFeatures.cpp.
cmlabs::ImagePolyLineFeature::ImagePolyLineFeature | ( | JString | xml | ) |
Definition at line 279 of file ImageFeatures.cpp.
cmlabs::ImagePolyLineFeature::ImagePolyLineFeature | ( | XMLNode * | node | ) |
Definition at line 284 of file ImageFeatures.cpp.
Object * cmlabs::ImagePolyLineFeature::clone | ( | ) | const [virtual] |
PolyLine cmlabs::ImagePolyLineFeature::getPolyLine | ( | ) |
Definition at line 296 of file ImageFeatures.cpp.
Color cmlabs::ImagePolyLineFeature::getColor | ( | ) |
Definition at line 300 of file ImageFeatures.cpp.
bool cmlabs::ImagePolyLineFeature::setPolyLine | ( | PolyLine | polyline | ) |
Definition at line 304 of file ImageFeatures.cpp.
bool cmlabs::ImagePolyLineFeature::setColor | ( | Color | c | ) |
Definition at line 309 of file ImageFeatures.cpp.
JString cmlabs::ImagePolyLineFeature::print | ( | ) | [virtual] |
JString cmlabs::ImagePolyLineFeature::toXML | ( | ) | [virtual] |
bool cmlabs::ImagePolyLineFeature::fromXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 121 of file ImageFeatures.h.
Definition at line 122 of file ImageFeatures.h.