VTK
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
37
39
40class VTKFILTERSEXTRACTION_EXPORT vtkExtractEdges : public vtkPolyDataAlgorithm
41{
42public:
45 void PrintSelf(ostream& os, vtkIndent indent);
46
48
53 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
55
60
65
66protected:
69
70 // Usual data generation method
72
74
76private:
77 vtkExtractEdges(const vtkExtractEdges&) VTK_DELETE_FUNCTION;
78 void operator=(const vtkExtractEdges&) VTK_DELETE_FUNCTION;
79};
80
81#endif
82
83
extract cell edges from any type of data
vtkMTimeType GetMTime()
Return MTime also considering the locator.
void CreateDefaultLocator()
Create default locator.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkExtractEdges * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248