30 #ifndef vtkEdgePoints_h
31 #define vtkEdgePoints_h
33 #include "vtkFiltersGeneralModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
54 vtkSetMacro(Value,
double);
55 vtkGetMacro(Value,
double);
generate points on isosurface
static vtkEdgePoints * New()
Construct object with contour value of 0.0.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkEdgePoints() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
merge exactly coincident points
Superclass for algorithms that produce only polydata as output.