VTK
9.3.1
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Points
vtkExtractPointCloudPiece.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
12
#ifndef vtkExtractPointCloudPiece_h
13
#define vtkExtractPointCloudPiece_h
14
15
#include "vtkFiltersPointsModule.h"
// For export macro
16
#include "
vtkPolyDataAlgorithm.h
"
17
18
VTK_ABI_NAMESPACE_BEGIN
19
class
vtkIdList
;
20
class
vtkIntArray
;
21
22
class
VTKFILTERSPOINTS_EXPORT
vtkExtractPointCloudPiece
:
public
vtkPolyDataAlgorithm
23
{
24
public
:
26
29
static
vtkExtractPointCloudPiece
*
New
();
30
vtkTypeMacro(
vtkExtractPointCloudPiece
,
vtkPolyDataAlgorithm
);
31
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
33
35
40
vtkSetMacro(ModuloOrdering,
bool
);
41
vtkGetMacro(ModuloOrdering,
bool
);
42
vtkBooleanMacro(ModuloOrdering,
bool
);
44
45
protected
:
46
vtkExtractPointCloudPiece
();
47
~vtkExtractPointCloudPiece
()
override
=
default
;
48
49
// Usual data generation method
50
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
51
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
52
bool
ModuloOrdering
;
53
54
private
:
55
vtkExtractPointCloudPiece
(
const
vtkExtractPointCloudPiece
&) =
delete
;
56
void
operator=(
const
vtkExtractPointCloudPiece
&) =
delete
;
57
};
58
59
VTK_ABI_NAMESPACE_END
60
#endif
vtkExtractPointCloudPiece
Return a piece of a point cloud.
Definition
vtkExtractPointCloudPiece.h:23
vtkExtractPointCloudPiece::ModuloOrdering
bool ModuloOrdering
Definition
vtkExtractPointCloudPiece.h:52
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:23
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:31
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:63
vtkIntArray
dynamic, self-adjusting array of int
Definition
vtkIntArray.h:35
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition
vtkPolyDataAlgorithm.h:34
vtkPolyDataAlgorithm.h
Generated on Tue Jul 9 2024 00:00:00 for VTK by
1.11.0