VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
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
=========================================================================*/
34
#ifndef vtkExtractCellsAlongPolyLine_h
35
#define vtkExtractCellsAlongPolyLine_h
36
37
#include "vtkFiltersCoreModule.h"
// For export macro
38
#include "
vtkUnstructuredGridAlgorithm.h
"
39
40
class
VTKFILTERSCORE_EXPORT
vtkExtractCellsAlongPolyLine
:
public
vtkUnstructuredGridAlgorithm
41
{
42
public
:
43
vtkTypeMacro(
vtkExtractCellsAlongPolyLine
,
vtkUnstructuredGridAlgorithm
);
44
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
45
46
static
vtkExtractCellsAlongPolyLine
*
New
();
47
52
virtual
void
SetSourceConnection
(
vtkAlgorithmOutput
* input);
53
55
62
vtkSetMacro(OutputPointsPrecision,
int
);
63
vtkGetMacro(OutputPointsPrecision,
int
);
65
66
protected
:
67
vtkExtractCellsAlongPolyLine
();
68
~vtkExtractCellsAlongPolyLine
()
override
;
69
70
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
71
int
FillInputPortInformation
(
int
port,
vtkInformation
* info)
override
;
72
73
int
OutputPointsPrecision
;
74
75
private
:
76
vtkExtractCellsAlongPolyLine
(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
77
void
operator=(
const
vtkExtractCellsAlongPolyLine
&) =
delete
;
78
};
79
80
#endif
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition
vtkAlgorithmOutput.h:43
vtkExtractCellsAlongPolyLine
Extracts input cells that are intersected by a list of input lines or poly lines.
Definition
vtkExtractCellsAlongPolyLine.h:41
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:73
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:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition
vtkUnstructuredGridAlgorithm.h:41
vtkUnstructuredGridAlgorithm.h
Generated on Fri Oct 25 2024 00:00:00 for VTK by
1.12.0