|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef vtkPolyDataTangents_h 
   25 #define vtkPolyDataTangents_h 
   27 #include "vtkFiltersCoreModule.h"  
   47   vtkSetMacro(ComputePointTangents, 
bool);
 
   48   vtkGetMacro(ComputePointTangents, 
bool);
 
   49   vtkBooleanMacro(ComputePointTangents, 
bool);
 
   57   vtkSetMacro(ComputeCellTangents, 
bool);
 
   58   vtkGetMacro(ComputeCellTangents, 
bool);
 
   59   vtkBooleanMacro(ComputeCellTangents, 
bool);
 
   68   bool ComputePointTangents = 
true;
 
   69   bool ComputeCellTangents = 
false;
 
  
dynamic, self-adjusting array of float
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
list of point or cell ids
concrete dataset represents vertices, lines, polygons, and triangle strips
compute tangents for triangulated polydata
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.