6 #ifndef __sot_core_VisualPointProjecter_H__
7 #define __sot_core_VisualPointProjecter_H__
13 #if defined(visual_point_projecter_EXPORTS)
14 #define SOTVISUALPOINTPROJECTER_EXPORT __declspec(dllexport)
16 #define SOTVISUALPOINTPROJECTER_EXPORT __declspec(dllimport)
19 #define SOTVISUALPOINTPROJECTER_EXPORT
27 #include <dynamic-graph/linear-algebra.h>
32 #include <dynamic-graph/entity-helper.h>
33 #include <dynamic-graph/signal-helper.h>
43 :
public ::dynamicgraph::Entity,
44 public ::dynamicgraph::EntityHelper<VisualPointProjecter> {
50 virtual void display(std::ostream &os)
const;
51 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
Definition: visual-point-projecter.hh:44
DECLARE_SIGNAL_IN(transfo, MatrixHomogeneous)
DECLARE_SIGNAL_OUT(depth, double)
virtual void display(std::ostream &os) const
virtual const std::string & getClassName(void) const
Definition: visual-point-projecter.hh:51
DECLARE_SIGNAL_OUT(point2D, dynamicgraph::Vector)
DECLARE_SIGNAL_OUT(point3Dgaze, dynamicgraph::Vector)
static const std::string CLASS_NAME
Definition: visual-point-projecter.hh:49
VisualPointProjecter(const std::string &name)
DECLARE_SIGNAL_IN(point3D, dynamicgraph::Vector)
Eigen::Transform< double, 3, Eigen::Affine > SOT_CORE_EXPORT MatrixHomogeneous
Definition: matrix-geometry.hh:75
Definition: abstract-sot-external-interface.hh:17
#define SOTVISUALPOINTPROJECTER_EXPORT
Definition: visual-point-projecter.hh:19