VTK
9.3.1
Main Page
Related Pages
Topics
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
28
VTK_ABI_NAMESPACE_BEGIN
29
class
VTKFILTERSCORE_EXPORT
vtkExtractCellsAlongPolyLine
:
public
vtkUnstructuredGridAlgorithm
30
{
31
public
:
32
vtkTypeMacro(
vtkExtractCellsAlongPolyLine
,
vtkUnstructuredGridAlgorithm
);
33
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
34
35
static
vtkExtractCellsAlongPolyLine
*
New
();
36
41
virtual
void
SetSourceConnection
(
vtkAlgorithmOutput
* input);
42
44
51
vtkSetMacro(OutputPointsPrecision,
int
);
52
vtkGetMacro(OutputPointsPrecision,
int
);
54
55
protected
:
56
vtkExtractCellsAlongPolyLine
();
57
~vtkExtractCellsAlongPolyLine
()
override
;
58
59
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
60
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
61
62
int
OutputPointsPrecision
;
63
64
private
:
65
vtkExtractCellsAlongPolyLine
(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
66
void
operator=(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
67
};
68
69
VTK_ABI_NAMESPACE_END
70
#endif
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition
vtkAlgorithmOutput.h:32
vtkExtractCellsAlongPolyLine
Extracts input cells that are intersected by a list of input lines or poly lines.
Definition
vtkExtractCellsAlongPolyLine.h:30
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:62
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:29
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:31
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:63
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition
vtkUnstructuredGridAlgorithm.h:30
vtkUnstructuredGridAlgorithm.h
Generated on Tue Oct 8 2024 00:00:00 for VTK by
1.12.0