#include <sot/core/visual-point-projecter.hh>
Public Member Functions | |
| VisualPointProjecter (const std::string &name) | |
| virtual void | display (std::ostream &os) const |
| virtual const std::string & | getClassName (void) const |
| DECLARE_SIGNAL_IN (point3D, ml::Vector) | |
| DECLARE_SIGNAL_IN (transfo, MatrixHomogeneous) | |
| DECLARE_SIGNAL_OUT (point3Dgaze, ml::Vector) | |
| DECLARE_SIGNAL_OUT (depth, double) | |
| DECLARE_SIGNAL_OUT (point2D, ml::Vector) | |
Static Public Attributes | |
| static const std::string | CLASS_NAME |
| dynamicgraph::sot::VisualPointProjecter::VisualPointProjecter | ( | const std::string & | name | ) |
| dynamicgraph::sot::VisualPointProjecter::DECLARE_SIGNAL_OUT | ( | point3Dgaze | , |
| ml::Vector | |||
| ) |
| dynamicgraph::sot::VisualPointProjecter::DECLARE_SIGNAL_OUT | ( | depth | , |
| double | |||
| ) |
| virtual void dynamicgraph::sot::VisualPointProjecter::display | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from dynamicgraph::Entity.
| virtual const std::string& dynamicgraph::sot::VisualPointProjecter::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
const std::string dynamicgraph::sot::VisualPointProjecter::CLASS_NAME [static] |