49#ifndef vtkEdgePoints_h
50#define vtkEdgePoints_h
52#include "vtkFiltersGeneralModule.h"
72 vtkSetMacro(Value,
double);
73 vtkGetMacro(Value,
double);
generate points on isosurface
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.
static vtkEdgePoints * New()
Construct object with contour value of 0.0.
a simple class to control print indentation
merge exactly coincident points
Superclass for algorithms that produce only polydata as output.