Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ShapeRoot.h File Reference
Include dependency graph for ShapeRoot.h:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Define Documentation
Definition at line 90 of file ShapeRoot.h. Referenced by BrickData::extractBrick(), LineData::extractLine(), TargetData::extractLineTarget(), PyramidData::extractPyramid(), MapBuilder::importWorldToLocal(), MapBuilder::matchSrcToDst(), MapBuilder::removeNoise(), and LineData::splitLine().
Definition at line 89 of file ShapeRoot.h. Referenced by MapBuilder::defineGazePts(), MapBuilder::determineNextGazePoint(), Pilot::PushTarget::DoStart(), MapBuilder::filterGroundShapes(), DualCoding::find_if(), DualCoding::find_shape(), BrickData::findBricks(), PolygonData::formPolygons(), Pilot::GotoTarget::getNextWaypoint(), ShapeSpace::getShapeListForGUI(), TargetData::isMatchFor(), SphereData::isMatchFor(), PolygonData::isMatchFor(), PointData::isMatchFor(), LocalizationParticleData::isMatchFor(), LineData::isMatchFor(), EllipseData::isMatchFor(), BlobData::isMatchFor(), MapBuilder::isShapeVisible(), PfRoot::loadLms(), MapBuilder::matchSrcToDst(), TargetData::mergeWith(), SphereData::mergeWith(), PyramidData::mergeWith(), PointData::mergeWith(), LineData::mergeWith(), BrickData::mergeWith(), MapBuilder::printShS(), Lookout::setupScan(), TargetData::updateParams(), LineData::updateParams(), EllipseData::updateParams(), BlobData::updateParams(), and AgentData::updateParams().
Value: T* Shape<T>::operator->() { sanity_check(); return static_cast<T*>(data); }; \ T* Shape<T>::operator->() const { sanity_check(); return static_cast<T*>(data); }; \ T& Shape<T>::getData() const { return *static_cast<T*>(data); }; Definition at line 99 of file ShapeRoot.h.
Value: Shape<T>() : ShapeRoot() {} \ Shape<T>(T* newdata) : ShapeRoot(addShape(newdata)) {} \ virtual T* operator->(); \ virtual T* operator->() const; \ virtual T& getData() const; Definition at line 92 of file ShapeRoot.h.
|
DualCoding 4.0 |
Generated Thu Nov 22 00:53:26 2007 by Doxygen 1.5.4 |