73 #ifndef vtkPolyDataTangents_h
74 #define vtkPolyDataTangents_h
76 #include "vtkFiltersCoreModule.h"
96 vtkSetMacro(ComputePointTangents,
bool);
97 vtkGetMacro(ComputePointTangents,
bool);
98 vtkBooleanMacro(ComputePointTangents,
bool);
106 vtkSetMacro(ComputeCellTangents,
bool);
107 vtkGetMacro(ComputeCellTangents,
bool);
108 vtkBooleanMacro(ComputeCellTangents,
bool);
117 bool ComputePointTangents =
true;
118 bool ComputeCellTangents =
false;
dynamic, self-adjusting array of float
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
compute tangents for triangulated polydata
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPolyDataTangents() override=default
vtkPolyDataTangents()=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkPolyDataTangents * New()
concrete dataset represents vertices, lines, polygons, and triangle strips