39 #ifndef vtkDistancePolyDataFilter_h 
   40 #define vtkDistancePolyDataFilter_h 
   55   vtkSetMacro(SignedDistance,
int);
 
   56   vtkGetMacro(SignedDistance,
int);
 
   57   vtkBooleanMacro(SignedDistance,
int);
 
   63   vtkSetMacro(NegateDistance,
int);
 
   64   vtkGetMacro(NegateDistance,
int);
 
   65   vtkBooleanMacro(NegateDistance,
int);
 
   71   vtkSetMacro(ComputeSecondDistance,
int);
 
   72   vtkGetMacro(ComputeSecondDistance,
int);
 
   73   vtkBooleanMacro(ComputeSecondDistance,
int);
 
   94   int ComputeSecondDistance;
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
concrete dataset represents vertices, lines, polygons, and triangle strips 
 
static vtkPolyDataAlgorithm * New()
 
void PrintSelf(ostream &os, vtkIndent indent)
 
Superclass for algorithms that produce only polydata as output. 
 
a simple class to control print indentation 
 
#define VTKFILTERSGENERAL_EXPORT