VTK
9.5.20251104
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Filters
Core
vtkExtractCellsAlongPolyLine.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
22
#ifndef vtkExtractCellsAlongPolyLine_h
23
#define vtkExtractCellsAlongPolyLine_h
24
25
#include "vtkFiltersCoreModule.h"
// For export macro
26
#include "
vtkUnstructuredGridAlgorithm.h
"
27
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
28
29
VTK_ABI_NAMESPACE_BEGIN
30
class
VTKFILTERSCORE_EXPORT
VTK_MARSHALAUTO
vtkExtractCellsAlongPolyLine
31
:
public
vtkUnstructuredGridAlgorithm
32
{
33
public
:
34
vtkTypeMacro(
vtkExtractCellsAlongPolyLine
,
vtkUnstructuredGridAlgorithm
);
35
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
36
37
static
vtkExtractCellsAlongPolyLine
*
New
();
38
43
virtual
void
SetSourceConnection
(
vtkAlgorithmOutput
* input);
44
46
53
vtkSetMacro(OutputPointsPrecision,
int
);
54
vtkGetMacro(OutputPointsPrecision,
int
);
56
57
protected
:
58
vtkExtractCellsAlongPolyLine
();
59
~vtkExtractCellsAlongPolyLine
()
override
;
60
61
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
62
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
63
64
int
OutputPointsPrecision
;
65
66
private
:
67
vtkExtractCellsAlongPolyLine
(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
68
void
operator=(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
69
};
70
71
VTK_ABI_NAMESPACE_END
72
#endif
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition
vtkAlgorithmOutput.h:52
vtkExtractCellsAlongPolyLine
Extracts input cells that are intersected by a list of input lines or poly lines.
Definition
vtkExtractCellsAlongPolyLine.h:32
vtkExtractCellsAlongPolyLine::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractCellsAlongPolyLine::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractCellsAlongPolyLine::New
static vtkExtractCellsAlongPolyLine * New()
vtkExtractCellsAlongPolyLine::~vtkExtractCellsAlongPolyLine
~vtkExtractCellsAlongPolyLine() override
vtkExtractCellsAlongPolyLine::OutputPointsPrecision
int OutputPointsPrecision
Definition
vtkExtractCellsAlongPolyLine.h:64
vtkExtractCellsAlongPolyLine::SetSourceConnection
virtual void SetSourceConnection(vtkAlgorithmOutput *input)
Set the source for creating the lines to probe from.
vtkExtractCellsAlongPolyLine::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkExtractCellsAlongPolyLine::vtkExtractCellsAlongPolyLine
vtkExtractCellsAlongPolyLine()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:142
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:173
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition
vtkUnstructuredGridAlgorithm.h:32
vtkUnstructuredGridAlgorithm.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:60
Generated on Tue Nov 4 2025 14:36:51 for VTK by
1.9.7