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 =========================================================================*/
31 #ifndef __vtkExtractEdges_h
32 #define __vtkExtractEdges_h
33 
34 #include "vtkPolyDataAlgorithm.h"
35 
37 
39 {
40 public:
41  static vtkExtractEdges *New();
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
48  void SetLocator(vtkIncrementalPointLocator *locator);
49  vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
51 
53  void CreateDefaultLocator();
54 
56  unsigned long GetMTime();
57 
58 protected:
60  ~vtkExtractEdges();
61 
62  // Usual data generation method
64 
66 
68 private:
69  vtkExtractEdges(const vtkExtractEdges&); // Not implemented.
70  void operator=(const vtkExtractEdges&); // Not implemented.
71 };
72 
73 #endif
74 
75 
#define VTK_GRAPHICS_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
Definition: vtkIndent.h:37
Store zero or more vtkInformation instances.
extract cell edges from any type of data