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);
42
43
protected
:
44
vtkGeodesicPath
();
45
~vtkGeodesicPath
();
46
47
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
48
49
private
:
50
vtkGeodesicPath
(
const
vtkGeodesicPath
&) VTK_DELETE_FUNCTION;
51
void
operator=(
const
vtkGeodesicPath
&) VTK_DELETE_FUNCTION;
52
};
53
54
#endif
55
vtkGeodesicPath::vtkGeodesicPath
vtkGeodesicPath()
vtkGeodesicPath::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataAlgorithm.h
vtkX3D::port
@ port
Definition:
vtkX3D.h:447
vtkGeodesicPath::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkGeodesicPath
Abstract base for classes that generate a geodesic path.
Definition:
vtkGeodesicPath.h:32
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkX3D::info
@ info
Definition:
vtkX3D.h:376
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition:
vtkPolyData.h:86
vtkGeodesicPath::~vtkGeodesicPath
~vtkGeodesicPath()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:45
Generated by
1.8.20