MetriVis Overview | Download | User Manual | Development
Reference Overview | Design Documentation | Reference Backend | Reference Frontend

metrivis::XYPlotFilter Class Reference

Represents a single process in the processing pipeline. More...

#include <XYPlotFilter.h>

Inheritance diagram for metrivis::XYPlotFilter:

metrivis::PipelineProcess

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.

Detailed Description

Represents a single process in the processing pipeline.

Constructor & Destructor Documentation

metrivis::XYPlotFilter::XYPlotFilter (  ) 

Default constructor.

Constructor.


Member Function Documentation

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.

Parameters:
points_per_graph,: The number of points for one graph in one image.


The documentation for this class was generated from the following files:
Generated on Fri Feb 29 16:47:20 2008 for MetriVis by  doxygen 1.5.3