VTK
vtkExtractPointCloudPiece.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractPointCloudPiece.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
24 #ifndef vtkExtractPointCloudPiece_h
25 #define vtkExtractPointCloudPiece_h
26 
27 #include "vtkFiltersPointsModule.h" // For export macro
28 #include "vtkPolyDataAlgorithm.h"
29 
30 class vtkIdList;
31 class vtkIntArray;
32 
33 class VTKFILTERSPOINTS_EXPORT vtkExtractPointCloudPiece : public vtkPolyDataAlgorithm
34 {
35 public:
37 
42  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
51  vtkSetMacro(ModuloOrdering,bool);
52  vtkGetMacro(ModuloOrdering,bool);
53  vtkBooleanMacro(ModuloOrdering,bool);
55 
56 protected:
59 
60  // Usual data generation method
64 
65 private:
66  vtkExtractPointCloudPiece(const vtkExtractPointCloudPiece&) VTK_DELETE_FUNCTION;
67  void operator=(const vtkExtractPointCloudPiece&) VTK_DELETE_FUNCTION;
68 };
69 
70 #endif
Return a piece of a point cloud.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkExtractPointCloudPiece * New()
Standard methods for instantiation, printing, and type information.
list of point or cell ids
Definition: vtkIdList.h:37
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:46
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.