Go to the documentation of this file.
43 #ifndef vtkArcPlotter_h
44 #define vtkArcPlotter_h
49 #define VTK_PLOT_SCALARS 1
50 #define VTK_PLOT_VECTORS 2
51 #define VTK_PLOT_NORMALS 3
52 #define VTK_PLOT_TCOORDS 4
53 #define VTK_PLOT_TENSORS 5
54 #define VTK_PLOT_FIELD_DATA 6
164 float DefaultNormal[3];
172 int NumberOfComponents;
represent and manipulate 3D points
plot data along an arbitrary polyline
#define vtkGetObjectMacro(name, type)
represent and manipulate point attribute data
#define vtkSetVector3Macro(name, type)
#define VTK_PLOT_FIELD_DATA
void SetPlotModeToPlotVectors()
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
#define vtkGetVectorMacro(name, type, count)
void SetPlotModeToPlotTCoords()
#define vtkSetClampMacro(name, type, min, max)
void SetPlotModeToPlotNormals()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetPlotModeToPlotTensors()
a simple class to control print indentation
a virtual camera for 3D rendering
void SetPlotModeToPlotScalars()
static vtkArcPlotter * New()
#define vtkGetMacro(name, type)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual void SetCamera(vtkCamera *)
int OffsetPoint(vtkIdType ptId, vtkPoints *inPts, double n[3], vtkPoints *newPts, double offset, double *range, double val)
void SetPlotModeToPlotFieldData()
void PrintSelf(ostream &os, vtkIndent indent)
int ProcessComponents(vtkIdType numPts, vtkPointData *pd)
#define VTKRENDERINGANNOTATION_EXPORT
Superclass for algorithms that produce only polydata as output.