|
Simbody
3.4 (development)
|
This Measure is the sum of two Measures of the same type T. More...
#include <Measure.h>
Inheritance diagram for SimTK::Measure_< T >::Plus:Classes | |
| class | Implementation |
Public Member Functions | |
| SimTK_MEASURE_HANDLE_PREAMBLE (Plus, Measure_< T >) | |
| Plus (Subsystem &sub, const Measure_< T > &left, const Measure_< T > &right) | |
| SimTK_MEASURE_HANDLE_POSTSCRIPT (Plus, Measure_< T >) | |
This Measure is the sum of two Measures of the same type T.
| T | Any type that supports a plus operator that returns a sum as another object of type T. In particular, Real, Vec<N>, and Vector will work. |
| SimTK::Measure_< T >::Plus::Plus | ( | Subsystem & | sub, |
| const Measure_< T > & | left, | ||
| const Measure_< T > & | right | ||
| ) | [inline] |
| SimTK::Measure_< T >::Plus::SimTK_MEASURE_HANDLE_PREAMBLE | ( | Plus | , |
| Measure_< T > | |||
| ) |
| SimTK::Measure_< T >::Plus::SimTK_MEASURE_HANDLE_POSTSCRIPT | ( | Plus | , |
| Measure_< T > | |||
| ) |