, including all inherited members.
applyTransform(const fmat::Transform &Tmat, const ReferenceFrameType_t newref=unspecified) | TargetData | [virtual] |
backIntersect | TargetData | [protected] |
backLine | TargetData | [protected] |
backValid | TargetData | [protected] |
BaseData(ShapeSpace &_space, ShapeType_t typeval, int _parentId=0) | BaseData | |
BaseData(const BaseData &otherData) | BaseData | |
clone() const | BaseData | [virtual] |
color_rgb | BaseData | [protected] |
confidence | BaseData | [protected] |
copy() const | BaseData | |
DATASTUFF_H(TargetData) | TargetData | |
decreaseConfidence() | BaseData | |
deleteRendering() | BaseData | |
extractLineTarget(std::string frontColor="yellow", std::string backColor="pink", std::string rightColor="blue", std::string occluderColor="orange", const float height=90.0f) | TargetData | [static] |
extractLineTarget(Sketch< bool > &frontSketch, Sketch< bool > &backSketch, Sketch< bool > &rightSketch, Sketch< bool > &occluderSketch, const float height=90.0f) | TargetData | [static] |
extractLineTarget(Shape< LineData > &camFrontLine, Shape< LineData > &camBackLine, Shape< LineData > &camRightLine, rgb color, const float height=90.0f) | TargetData | [static] |
frontIntersect | TargetData | [protected] |
frontLine | TargetData | [protected] |
frontValid | TargetData | [protected] |
getBackCentroid() const | TargetData | |
getBackIntersect() | TargetData | |
getBackIntersect() const | TargetData | |
getBackLeftPt() | TargetData | |
getBackLeftPt() const | TargetData | |
getBackRightPt() | TargetData | |
getBackRightPt() const | TargetData | |
getBoundingBox() const | TargetData | [virtual] |
getCentroid() const | TargetData | [virtual] |
getCentroidPtShape() const | BaseData | [virtual] |
getColor() const | BaseData | |
getConfidence() const | BaseData | [virtual] |
getDimension() const | TargetData | [virtual] |
getFrontCentroid() const | TargetData | |
getFrontIntersect() | TargetData | |
getFrontIntersect() const | TargetData | |
getFrontLeftPt() | TargetData | |
getFrontLeftPt() const | TargetData | |
getFrontRightPt() | TargetData | |
getFrontRightPt() const | TargetData | |
getHeight() const | TargetData | |
getId() const | BaseData | |
getLastMatchId() const | BaseData | |
getLength() const | TargetData | |
getMobile() const | BaseData | |
getName() const | BaseData | |
getOrientation() const | TargetData | |
getParentId() const | BaseData | |
getRefFrameType() const | BaseData | |
getRendering() | BaseData | |
getSpace() const | BaseData | |
getStaticType() | TargetData | [static] |
getType() const =0 | BaseData | [pure virtual] |
getTypeName() const | BaseData | |
getViewableId() const | BaseData | |
getWidth() const | TargetData | |
height | TargetData | [protected] |
id | BaseData | [protected] |
importAdjust() | BaseData | [virtual] |
increaseConfidence(int n=1, int maxConfidence=-1) | BaseData | |
increaseConfidence(const BaseData &other, int maxConfidence=-1) | BaseData | |
increaseConfidence(const ShapeRoot &other, int maxConfidence=-1) | BaseData | |
inheritFrom(const BaseData &parent) | BaseData | |
inheritFrom(const ShapeRoot &parent) | BaseData | |
inheritFrom(const SketchDataRoot &parent) | BaseData | |
isAdmissible() const | TargetData | [virtual] |
isBackValid() const | TargetData | |
isFrontValid() const | TargetData | |
isInside(const Point &) const | BaseData | [virtual] |
isLandmark() const | BaseData | |
isMatchFor(const ShapeRoot &other) const | TargetData | [virtual] |
isMatchFor(const TargetData &other_target) const | TargetData | |
isObstacle() const | BaseData | |
isSameColorAs(const ShapeRoot &other) const | BaseData | |
isSameTypeAs(const ShapeRoot &other) const | BaseData | |
isType(ShapeType_t this_type) const | BaseData | |
isViewable() const | BaseData | |
landmark | BaseData | [protected] |
lastMatchId | BaseData | [protected] |
length | TargetData | [protected] |
localizeByCamera() const | BaseData | [virtual] |
mergeWith(const ShapeRoot &other) | TargetData | [virtual] |
mobile | BaseData | [protected] |
N(std::string const &_name="") | BaseData | |
name | BaseData | [protected] |
obstacle | BaseData | [protected] |
operator=(const TargetData &) | TargetData | |
DualCoding::BaseData::operator=(const BaseData &other) | BaseData | |
orientation | TargetData | [protected] |
parentId | BaseData | [protected] |
perpendicularDistanceFrom(Point point) | TargetData | |
printParams() const | TargetData | [virtual] |
projectToGround(const fmat::Transform &camToBase, const PlaneEquation &groundplane) | TargetData | [virtual] |
refcount | BaseData | [protected] |
render() const | TargetData | [private, virtual] |
rendering_sketch | BaseData | [protected] |
setColor(const std::string &color_name) | BaseData | |
setColor(const rgb &new_color) | BaseData | |
setColor(const unsigned int color_index) | BaseData | |
setConfidence(const BaseData &other) | BaseData | |
setLandmark(bool _landmark=true) | BaseData | |
setLastMatchId(int _lmid) | BaseData | |
setMobile(bool mobility) | BaseData | |
setName(const std::string &_name) | BaseData | |
setObstacle(bool _obstacle=true) | BaseData | |
setParentId(int _pid) | BaseData | |
setPosition(const Point &pt) | BaseData | [virtual] |
setSpace(ShapeSpace *_space) | BaseData | |
setViewable(bool _viewable) | BaseData | |
ShapeRoot class | BaseData | [friend] |
ShapeSpace class | BaseData | [friend] |
space | BaseData | [protected] |
TargetData(ShapeSpace &_space, const EndPoint &_frontLeftPt, const EndPoint &_frontRightPt, const EndPoint &_backLeftPt, const EndPoint &_backRightPt, const EndPoint &_frontIntersect, const EndPoint &_backIntersect, const float _height) | TargetData | |
TargetData(const TargetData &other) | TargetData | |
type | BaseData | [protected] |
update_derived_properties() | TargetData | |
updateParams(const ShapeRoot &other, bool force=false) | TargetData | [virtual] |
V(std::string const &_name="") | BaseData | |
viewable | BaseData | [protected] |
width | TargetData | [protected] |
~BaseData(void) | BaseData | [virtual] |