VTK
dox
opt
build
vtk6-6.3.0+dfsg2
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
=========================================================================*/
22
#ifndef vtkGeodesicPath_h
23
#define vtkGeodesicPath_h
24
25
#include "
vtkFiltersModelingModule.h
"
// For export macro
26
#include "
vtkPolyDataAlgorithm.h
"
27
28
class
vtkPolyData
;
29
30
class
VTKFILTERSMODELING_EXPORT
vtkGeodesicPath
:
public
vtkPolyDataAlgorithm
31
{
32
public
:
33
35
36
vtkTypeMacro
(
vtkGeodesicPath
,
vtkPolyDataAlgorithm
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
40
protected
:
41
vtkGeodesicPath
();
42
~vtkGeodesicPath
();
43
44
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
45
46
private
:
47
vtkGeodesicPath
(
const
vtkGeodesicPath
&);
// Not implemented.
48
void
operator=(
const
vtkGeodesicPath
&);
// Not implemented.
49
};
50
51
#endif
52
vtkGeodesicPath::vtkGeodesicPath
vtkGeodesicPath()
vtkGeodesicPath::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkFiltersModelingModule.h
vtkPolyDataAlgorithm.h
vtkX3D::port
@ port
Definition:
vtkX3D.h:447
vtkGeodesicPath::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
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
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkX3D::info
@ info
Definition:
vtkX3D.h:376
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition:
vtkPolyData.h:84
VTKFILTERSMODELING_EXPORT
#define VTKFILTERSMODELING_EXPORT
Definition:
vtkFiltersModelingModule.h:15
vtkGeodesicPath::~vtkGeodesicPath
~vtkGeodesicPath()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:44
Generated by
1.8.20