#include <dynamic-graph/all-signals.h>
#include <dynamic-graph/linear-algebra.h>
#include <iostream>
#include <sot/core/matrix-geometry.hh>
Go to the source code of this file.
Functions | |
int | main (void) |
Variables | |
Signal< dynamicgraph::Matrix, int > | base ("base") |
Signal< dynamicgraph::Matrix, int > | sig ("matrix") |
Signal< MatrixRotation, int > | sigMR ("matrixRot") |
int main | ( | void | ) |
Definition at line 28 of file test_ptrcast.cpp.
SignalPtr< dynamicgraph::Matrix, int > sigptr & base |
Definition at line 24 of file test_ptrcast.cpp.
Signal<dynamicgraph::Matrix, int> sig("matrix") |
Signal<MatrixRotation, int> sigMR("matrixRot") |