| OpenSim Moco
    0.3.0
    | 
This abstract class describes any operation that consumes a modifies a TimeSeriesTable as part of a TableProcessor.
 
  
 #include <Moco/Moco/Common/TableProcessor.h>
| Public Member Functions | |
| virtual void | operate (TimeSeriesTable &table, const Model *model) const =0 | 
| This function may or may not be provided with a model.  More... | |
| 
 | pure virtual | 
This function may or may not be provided with a model.
If the operation requires a model and model == nullptr, an exception is thrown.
Implemented in OpenSim::TabOpUseAbsoluteStateNames, and OpenSim::TabOpLowPassFilter.