VTK
dox
Filters
Extraction
vtkExtractEdges.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractEdges.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
=========================================================================*/
32
#ifndef vtkExtractEdges_h
33
#define vtkExtractEdges_h
34
35
#include "vtkFiltersExtractionModule.h"
// For export macro
36
#include "
vtkPolyDataAlgorithm.h
"
37
38
class
vtkIncrementalPointLocator
;
39
40
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractEdges
:
public
vtkPolyDataAlgorithm
41
{
42
public
:
43
static
vtkExtractEdges
*
New
();
44
vtkTypeMacro(
vtkExtractEdges
,
vtkPolyDataAlgorithm
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent);
46
48
52
void
SetLocator
(
vtkIncrementalPointLocator
*locator);
53
vtkGetObjectMacro(Locator,
vtkIncrementalPointLocator
);
55
59
void
CreateDefaultLocator
();
60
64
vtkMTimeType
GetMTime
();
65
66
protected
:
67
vtkExtractEdges
();
68
~vtkExtractEdges
();
69
70
// Usual data generation method
71
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
72
73
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
74
75
vtkIncrementalPointLocator
*
Locator
;
76
private
:
77
vtkExtractEdges
(
const
vtkExtractEdges
&) VTK_DELETE_FUNCTION;
78
void
operator=(
const
vtkExtractEdges
&) VTK_DELETE_FUNCTION;
79
};
80
81
#endif
82
83
vtkExtractEdges::New
static vtkExtractEdges * New()
vtkExtractEdges
extract cell edges from any type of data
Definition:
vtkExtractEdges.h:41
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkExtractEdges::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkExtractEdges::vtkExtractEdges
vtkExtractEdges()
vtkMTimeType
vtkTypeUInt64 vtkMTimeType
Definition:
vtkType.h:248
vtkPolyDataAlgorithm.h
vtkExtractEdges::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkX3D::port
@ port
Definition:
vtkX3D.h:447
vtkExtractEdges::CreateDefaultLocator
void CreateDefaultLocator()
Create default locator.
vtkExtractEdges::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkIncrementalPointLocator
Abstract class in support of both point location and point insertion.
Definition:
vtkIncrementalPointLocator.h:52
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkX3D::info
@ info
Definition:
vtkX3D.h:376
vtkExtractEdges::~vtkExtractEdges
~vtkExtractEdges()
vtkExtractEdges::Locator
vtkIncrementalPointLocator * Locator
Definition:
vtkExtractEdges.h:75
vtkExtractEdges::SetLocator
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
vtkExtractEdges::GetMTime
vtkMTimeType GetMTime()
Return MTime also considering the locator.
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:45
Generated by
1.8.20