11#ifndef vtkSplitSharpEdgesPolyData_h 
   12#define vtkSplitSharpEdgesPolyData_h 
   14#include "vtkFiltersCoreModule.h"  
   18VTK_ABI_NAMESPACE_BEGIN
 
   34  vtkSetClampMacro(FeatureAngle, 
double, 0.0, 180.0);
 
   35  vtkGetMacro(FeatureAngle, 
double);
 
   46  vtkSetClampMacro(OutputPointsPrecision, 
int, SINGLE_PRECISION, DEFAULT_PRECISION);
 
   47  vtkGetMacro(OutputPointsPrecision, 
int);
 
   60  struct MarkAndSplitFunctor;
 
   63  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.