VTK
9.2.6
Filters
Core
vtkExtractCellsAlongPolyLine.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractCellsAlongPolyLine.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
=========================================================================*/
30
31
#ifndef vtkExtractCellsAlongPolyLine_h
32
#define vtkExtractCellsAlongPolyLine_h
33
34
#include "vtkFiltersCoreModule.h"
// For export macro
35
#include "
vtkUnstructuredGridAlgorithm.h
"
36
37
class
VTKFILTERSCORE_EXPORT
vtkExtractCellsAlongPolyLine
:
public
vtkUnstructuredGridAlgorithm
38
{
39
public
:
40
vtkTypeMacro(
vtkExtractCellsAlongPolyLine
,
vtkUnstructuredGridAlgorithm
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
42
43
static
vtkExtractCellsAlongPolyLine
*
New
();
44
49
virtual
void
SetSourceConnection
(
vtkAlgorithmOutput
* input);
50
52
59
vtkSetMacro(
OutputPointsPrecision
,
int
);
60
vtkGetMacro(
OutputPointsPrecision
,
int
);
62
63
protected
:
64
vtkExtractCellsAlongPolyLine
();
65
~vtkExtractCellsAlongPolyLine
()
override
;
66
67
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
68
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
69
70
int
OutputPointsPrecision
;
71
72
private
:
73
vtkExtractCellsAlongPolyLine
(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
74
void
operator=(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
75
};
76
77
#endif
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition
vtkAlgorithmOutput.h:37
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:70
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:34
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:36
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:68
vtkUnstructuredGridAlgorithm::vtkUnstructuredGridAlgorithm
vtkUnstructuredGridAlgorithm()
vtkUnstructuredGridAlgorithm.h
Generated on Sun Mar 2 2025 00:00:00 for VTK by
1.13.2