#include <absolute_transform.h>
Public Member Functions | |
AbsoluteTransform ()=default | |
const char * | name () const override |
Name of the plugin type, NOT the particular instance. More... | |
~AbsoluteTransform () override=default | |
Public Member Functions inherited from PJ::TransformFunction_SISO | |
void | calculate () override |
const PlotData * | dataSource () const |
int | numInputs () const override |
int | numOutputs () const override |
void | reset () override |
TransformFunction_SISO ()=default | |
Public Member Functions inherited from PJ::TransformFunction | |
std::vector< const PlotData * > & | dataSources () |
unsigned | order () const |
PlotDataMapRef * | plotData () |
virtual void | setData (PlotDataMapRef *data, const std::vector< const PlotData * > &src_vect, std::vector< PlotData * > &dst_vect) |
TransformFunction () | |
virtual | ~TransformFunction ()=default |
Public Member Functions inherited from PJ::PlotJugglerPlugin | |
virtual const std::vector< QAction * > & | availableActions () |
virtual bool | isDebugPlugin () |
virtual QWidget * | optionsWidget () |
optionsWidget pointer to a persistent widget used to set the plugin options . More... | |
PlotJugglerPlugin ()=default | |
virtual bool | xmlLoadState (const QDomElement &parent_element) |
Override this method to load the status of the plugin from XML. More... | |
QDomElement | xmlSaveState (QDomDocument &doc) const |
virtual bool | xmlSaveState (QDomDocument &doc, QDomElement &parent_element) const |
Override this method to save the status of the plugin to XML. More... | |
Static Public Member Functions | |
static const char * | transformName () |
Private Member Functions | |
std::optional< PlotData::Point > | calculateNextPoint (size_t index) override |
Additional Inherited Members | |
Public Types inherited from PJ::TransformFunction | |
using | Ptr = std::shared_ptr< TransformFunction > |
Signals inherited from PJ::TransformFunction | |
void | parametersChanged () |
Protected Attributes inherited from PJ::TransformFunction_SISO | |
double | _last_timestamp = std::numeric_limits<double>::lowest() |
Protected Attributes inherited from PJ::TransformFunction | |
PlotDataMapRef * | _data |
std::vector< PlotData * > | _dst_vector |
unsigned | _order |
std::vector< const PlotData * > | _src_vector |
Definition at line 8 of file absolute_transform.h.
|
default |
|
overridedefault |
|
overrideprivatevirtual |
Method to be implemented by the user to apply a statefull function to each point. Index will increase monotonically, unless reset() is used.
Implements PJ::TransformFunction_SISO.
Definition at line 5 of file absolute_transform.cpp.
|
inlineoverridevirtual |
Name of the plugin type, NOT the particular instance.
Implements PJ::TransformFunction.
Definition at line 20 of file absolute_transform.h.
|
inlinestatic |
Definition at line 15 of file absolute_transform.h.