27 #ifndef vtkPolyDataTangents_h
28 #define vtkPolyDataTangents_h
30 #include "vtkFiltersCoreModule.h"
50 vtkSetMacro(ComputePointTangents,
bool);
51 vtkGetMacro(ComputePointTangents,
bool);
52 vtkBooleanMacro(ComputePointTangents,
bool);
60 vtkSetMacro(ComputeCellTangents,
bool);
61 vtkGetMacro(ComputeCellTangents,
bool);
62 vtkBooleanMacro(ComputeCellTangents,
bool);
71 bool ComputePointTangents =
true;
72 bool ComputeCellTangents =
false;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of float
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
compute tangents for triangulated polydata
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.