45#ifndef vtkPointCloudFilter_h 
   46#define vtkPointCloudFilter_h 
   48#include "vtkFiltersPointsModule.h"  
   51VTK_ABI_NAMESPACE_BEGIN
 
   90  vtkSetMacro(GenerateOutliers, 
bool);
 
   91  vtkGetMacro(GenerateOutliers, 
bool);
 
   92  vtkBooleanMacro(GenerateOutliers, 
bool);
 
  102  vtkSetMacro(GenerateVertices, 
bool);
 
  103  vtkGetMacro(GenerateVertices, 
bool);
 
  104  vtkBooleanMacro(GenerateVertices, 
bool);
 
a simple class to control print indentation
 
abstract class for filtering a point cloud
 
virtual int FilterPoints(vtkPointSet *input)=0
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to obtain type information, and print information.
 
~vtkPointCloudFilter() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkIdType NumberOfPointsRemoved
 
void GenerateVerticesIfRequested(vtkPolyData *output)
 
vtkIdType GetNumberOfPointsRemoved()
Return the number of points removed after filter execution.
 
const vtkIdType * GetPointMap()
Retrieve a map which indicates, on a point-by-point basis, where each input point was placed into the...
 
concrete class for storing a set of points
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips