Drake
FunctionTraits< F > Struct Template Reference

FunctionTraits. More...

#include <drake/core/Function.h>

Static Public Member Functions

static size_t numInputs (F const &f)
 
static size_t numOutputs (F const &f)
 
template<typename ScalarType >
static void eval (F const &f, VecIn< ScalarType > const &x, VecOut< ScalarType > &y)
 

Detailed Description

template<typename F>
struct Drake::FunctionTraits< F >

FunctionTraits.

Define interface to a function of the form y = f(x).

Member Function Documentation

static void eval ( F const &  f,
VecIn< ScalarType > const &  x,
VecOut< ScalarType > &  y 
)
inlinestatic

Here is the caller graph for this function:

static size_t numInputs ( F const &  f)
inlinestatic

Here is the caller graph for this function:

static size_t numOutputs ( F const &  f)
inlinestatic

Here is the caller graph for this function:


The documentation for this struct was generated from the following file: