ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Declaration file of the FunctionInterfaceMapping struct. More...
#include "ocra/optim/Function.h"
Go to the source code of this file.
Classes | |
struct | ocra::FunctionInterfaceMapping< Derived > |
class | ocra::Constraint< T > |
Constraint class. More... | |
struct | ocra::FunctionInterfaceMapping< X< Function > > |
Namespaces | |
ocra | |
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization problems dedicated to the control of multi-body systems. | |
Macros | |
#define | GET_FUNCTION(X) static_cast<X<Function>*>(this)->getFunction() |
#define | GET_FUNCTION_CONST(X) static_cast<const X<Function>* const>(this)->getFunction() |
Declaration file of the FunctionInterfaceMapping struct.
Copyright (C) 2010 CEA/DRT/LIST/DIASI/LSI
Definition in file FunctionInterfaceMapping.h.
#define GET_FUNCTION | ( | X | ) | static_cast<X<Function>*>(this)->getFunction() |
Definition at line 29 of file FunctionInterfaceMapping.h.
#define GET_FUNCTION_CONST | ( | X | ) | static_cast<const X<Function>* const>(this)->getFunction() |
Definition at line 30 of file FunctionInterfaceMapping.h.