21#ifndef vtkEdgePoints_h 
   22#define vtkEdgePoints_h 
   24#include "vtkFiltersGeneralModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
   45  vtkSetMacro(Value, 
double);
 
   46  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.