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

Hybrid/vtkArcPlotter.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Include dependency graph for vtkArcPlotter.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkArcPlotter
 plot data along an arbitrary polyline More...


Defines

#define VTK_PLOT_SCALARS   1
#define VTK_PLOT_VECTORS   2
#define VTK_PLOT_NORMALS   3
#define VTK_PLOT_TCOORDS   4
#define VTK_PLOT_TENSORS   5
#define VTK_PLOT_FIELD_DATA   6


Define Documentation

#define VTK_PLOT_SCALARS   1
 

Definition at line 64 of file vtkArcPlotter.h.

Referenced by vtkArcPlotter::SetPlotModeToPlotScalars().

#define VTK_PLOT_VECTORS   2
 

Definition at line 65 of file vtkArcPlotter.h.

Referenced by vtkArcPlotter::SetPlotModeToPlotVectors().

#define VTK_PLOT_NORMALS   3
 

Definition at line 66 of file vtkArcPlotter.h.

Referenced by vtkArcPlotter::SetPlotModeToPlotNormals().

#define VTK_PLOT_TCOORDS   4
 

Definition at line 67 of file vtkArcPlotter.h.

Referenced by vtkArcPlotter::SetPlotModeToPlotTCoords().

#define VTK_PLOT_TENSORS   5
 

Definition at line 68 of file vtkArcPlotter.h.

Referenced by vtkArcPlotter::SetPlotModeToPlotTensors().

#define VTK_PLOT_FIELD_DATA   6
 

Definition at line 69 of file vtkArcPlotter.h.

Referenced by vtkArcPlotter::SetPlotModeToPlotFieldData().