VTK
dox
Filters
Modeling
vtkGeodesicPath.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkGeodesicPath.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
=========================================================================*/
23
#ifndef vtkGeodesicPath_h
24
#define vtkGeodesicPath_h
25
26
#include "vtkFiltersModelingModule.h"
// For export macro
27
#include "
vtkPolyDataAlgorithm.h
"
28
29
class
vtkPolyData
;
30
31
class
VTKFILTERSMODELING_EXPORT
vtkGeodesicPath
:
public
vtkPolyDataAlgorithm
32
{
33
public
:
34
36
39
vtkTypeMacro(
vtkGeodesicPath
,
vtkPolyDataAlgorithm
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
42
43
protected
:
44
vtkGeodesicPath
();
45
~
vtkGeodesicPath
()
override
;
46
47
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
48
49
private
:
50
vtkGeodesicPath
(
const
vtkGeodesicPath
&) =
delete
;
51
void
operator=(
const
vtkGeodesicPath
&) =
delete
;
52
};
53
54
#endif
55
vtkPolyDataAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataAlgorithm.h
vtkX3D::port
Definition:
vtkX3D.h:447
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkGeodesicPath
Abstract base for classes that generate a geodesic path.
Definition:
vtkGeodesicPath.h:31
vtkPolyDataAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkX3D::info
Definition:
vtkX3D.h:376
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition:
vtkPolyData.h:85
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:44
Generated by
1.8.16