12#ifndef vtkExtractPointCloudPiece_h 
   13#define vtkExtractPointCloudPiece_h 
   15#include "vtkFiltersPointsModule.h"  
   18VTK_ABI_NAMESPACE_BEGIN
 
   40  vtkSetMacro(ModuloOrdering, 
bool);
 
   41  vtkGetMacro(ModuloOrdering, 
bool);
 
   42  vtkBooleanMacro(ModuloOrdering, 
bool);
 
list of point or cell ids
 
a simple class to control print indentation
 
dynamic, self-adjusting array of int
 
Superclass for algorithms that produce only polydata as output.