Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Hybrid/vtkXYPlotActor.h File Reference

#include "vtkActor2D.h"

Include dependency graph for vtkXYPlotActor.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkXYPlotActor
 generate an x-y plot from input dataset(s) or field data More...


Defines

#define VTK_XYPLOT_INDEX   0
#define VTK_XYPLOT_ARC_LENGTH   1
#define VTK_XYPLOT_NORMALIZED_ARC_LENGTH   2
#define VTK_XYPLOT_VALUE   3
#define VTK_XYPLOT_ROW   0
#define VTK_XYPLOT_COLUMN   1


Define Documentation

#define VTK_XYPLOT_INDEX   0
 

Definition at line 106 of file vtkXYPlotActor.h.

Referenced by vtkXYPlotActor::SetXValuesToIndex().

#define VTK_XYPLOT_ARC_LENGTH   1
 

Definition at line 107 of file vtkXYPlotActor.h.

Referenced by vtkXYPlotActor::SetXValuesToArcLength().

#define VTK_XYPLOT_NORMALIZED_ARC_LENGTH   2
 

Definition at line 108 of file vtkXYPlotActor.h.

Referenced by vtkXYPlotActor::SetXValuesToNormalizedArcLength().

#define VTK_XYPLOT_VALUE   3
 

Definition at line 109 of file vtkXYPlotActor.h.

Referenced by vtkXYPlotActor::SetXValuesToValue().

#define VTK_XYPLOT_ROW   0
 

Definition at line 111 of file vtkXYPlotActor.h.

Referenced by vtkXYPlotActor::SetDataObjectPlotModeToRows().

#define VTK_XYPLOT_COLUMN   1
 

Definition at line 112 of file vtkXYPlotActor.h.

Referenced by vtkXYPlotActor::SetDataObjectPlotModeToColumns().