MetriVis | Overview | Download | User Manual | Development |
Reference | Overview | Design Documentation | Reference Backend | Reference Frontend |
#include <XYPlotFilter.h>
Public Member Functions | |
XYPlotFilter () | |
Default constructor. | |
virtual | ~XYPlotFilter () |
Deconstructor. | |
virtual void | Execute () |
Executes the XYPlotFilter. Produces ouput data from input. | |
void | set_point_per_graph (int points_per_graph) |
Interface function to the local points_per_graph variable. | |
Private Attributes | |
int | points_per_graph_ |
The number of points per graph per image. |
metrivis::XYPlotFilter::XYPlotFilter | ( | ) |
Default constructor.
Constructor.
void metrivis::XYPlotFilter::Execute | ( | ) | [virtual] |
Executes the XYPlotFilter. Produces ouput data from input.
Executes this process and evaluates this input data and creates output from it. Abstract function needs to be overloaded.
See header file for more information.
Implements metrivis::PipelineProcess.
void metrivis::XYPlotFilter::set_point_per_graph | ( | int | points_per_graph | ) | [inline] |
Interface function to the local points_per_graph variable.
points_per_graph,: | The number of points for one graph in one image. |