VTK
9.2.6
Filters
Points
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
=========================================================================*/
23
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
40
static
vtkExtractPointCloudPiece
*
New
();
41
vtkTypeMacro(
vtkExtractPointCloudPiece
,
vtkPolyDataAlgorithm
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
44
46
51
vtkSetMacro(
ModuloOrdering
,
bool
);
52
vtkGetMacro(
ModuloOrdering
,
bool
);
53
vtkBooleanMacro(
ModuloOrdering
,
bool
);
55
56
protected
:
57
vtkExtractPointCloudPiece
();
58
~vtkExtractPointCloudPiece
()
override
=
default
;
59
60
// Usual data generation method
61
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
62
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
63
bool
ModuloOrdering
;
64
65
private
:
66
vtkExtractPointCloudPiece
(
const
vtkExtractPointCloudPiece
&) =
delete
;
67
void
operator=(
const
vtkExtractPointCloudPiece
&) =
delete
;
68
};
69
70
#endif
vtkExtractPointCloudPiece::ModuloOrdering
bool ModuloOrdering
Definition
vtkExtractPointCloudPiece.h:63
vtkExtractPointCloudPiece::vtkExtractPointCloudPiece
vtkExtractPointCloudPiece()
vtkExtractPointCloudPiece::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractPointCloudPiece::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, printing, and type information.
vtkExtractPointCloudPiece::~vtkExtractPointCloudPiece
~vtkExtractPointCloudPiece() override=default
vtkExtractPointCloudPiece::New
static vtkExtractPointCloudPiece * New()
Standard methods for instantiation, printing, and type information.
vtkExtractPointCloudPiece::RequestUpdateExtent
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIdList
list of point or cell ids
Definition
vtkIdList.h:34
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkIntArray
dynamic, self-adjusting array of int
Definition
vtkIntArray.h:46
vtkPolyDataAlgorithm::vtkPolyDataAlgorithm
vtkPolyDataAlgorithm()
vtkPolyDataAlgorithm.h
Generated on Fri Jan 24 2025 00:00:00 for VTK by
1.13.2