vector-constant.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2010,
3  * François Bleibel,
4  * Olivier Stasse,
5  *
6  * CNRS/AIST
7  *
8  */
9 
10 #ifndef DYNAMICGRAPH_SOT_VECTOR_CONSTANT_H
11 #define DYNAMICGRAPH_SOT_VECTOR_CONSTANT_H
12 
14 #include <dynamic-graph/entity.h>
15 
16 /* Matrix */
18 
19 /* --------------------------------------------------------------------- */
20 /* --- VECTOR ---------------------------------------------------------- */
21 /* --------------------------------------------------------------------- */
22 namespace dynamicgraph {
23 namespace sot {
24 
25 namespace command {
26 namespace vectorConstant {
27 class Resize;
28 }
29 } // namespace command
30 
31 class VectorConstant : public Entity {
33  int rows;
34 
35  public:
36  static const std::string CLASS_NAME;
37  virtual const std::string &getClassName(void) const { return CLASS_NAME; }
38 
39  VectorConstant(const std::string &name);
40 
41  virtual ~VectorConstant(void) {}
42 
44 
46  void setValue(const dynamicgraph::Vector &inValue);
47 };
48 
49 } // namespace sot
50 } // namespace dynamicgraph
51 
52 #endif // DYNAMICGRAPH_SOT_VECTOR_CONSTANT_H
Eigen::VectorXd Vector
SignalTimeDependent< dynamicgraph::Vector, int > SOUT
static const std::string CLASS_NAME
virtual const std::string & getClassName(void) const


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26