104#ifndef vtkPolyDataTangents_h
105#define vtkPolyDataTangents_h
107#include "vtkFiltersCoreModule.h"
110VTK_ABI_NAMESPACE_BEGIN
128 vtkSetMacro(ComputePointTangents,
bool);
129 vtkGetMacro(ComputePointTangents,
bool);
130 vtkBooleanMacro(ComputePointTangents,
bool);
138 vtkSetMacro(ComputeCellTangents,
bool);
139 vtkGetMacro(ComputeCellTangents,
bool);
140 vtkBooleanMacro(ComputeCellTangents,
bool);
149 bool ComputePointTangents =
true;
150 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
static vtkPolyDataTangents * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips