35 #ifndef vtkDensifyPolyData_h 
   36 #define vtkDensifyPolyData_h 
   50   vtkSetMacro( NumberOfSubdivisions, 
unsigned int );
 
   51   vtkGetMacro( NumberOfSubdivisions, 
unsigned int );
 
virtual int FillInputPortInformation(int port, vtkInformation *info)
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
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
 
unsigned int NumberOfSubdivisions
 
Densify the input by adding points at the centroid.