11#ifndef vtkSplitSharpEdgesPolyData_h
12#define vtkSplitSharpEdgesPolyData_h
14#include "vtkFiltersCoreModule.h"
17VTK_ABI_NAMESPACE_BEGIN
33 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
34 vtkGetMacro(FeatureAngle,
double);
45 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
46 vtkGetMacro(OutputPointsPrecision,
int);
59 struct MarkAndSplitFunctor;
62 int OutputPointsPrecision;
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
Split sharp edges in a polygonal mesh.
~vtkSplitSharpEdgesPolyData() override
vtkSplitSharpEdgesPolyData()
static vtkSplitSharpEdgesPolyData * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.