Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Servers/Filters/vtkCleanUnstructuredGrid.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkCleanUnstructuredGrid.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00015 
00031 #ifndef __vtkCleanUnstructuredGrid_h
00032 #define __vtkCleanUnstructuredGrid_h
00033 
00034 #include "vtkUnstructuredGridAlgorithm.h"
00035 
00036 class vtkPointLocator;
00037 
00038 class VTK_EXPORT vtkCleanUnstructuredGrid: public vtkUnstructuredGridAlgorithm
00039 {
00040 public:
00041   static vtkCleanUnstructuredGrid *New();
00042 
00043   vtkTypeRevisionMacro(vtkCleanUnstructuredGrid, vtkUnstructuredGridAlgorithm);
00044 
00045   void PrintSelf(ostream& os, vtkIndent indent);
00046 
00047 protected:
00048 
00049   vtkCleanUnstructuredGrid();
00050   ~vtkCleanUnstructuredGrid();
00051 
00052   vtkPointLocator *Locator;
00053 
00054   virtual int RequestData(vtkInformation *, vtkInformationVector **,
00055                           vtkInformationVector *);
00056   virtual int FillInputPortInformation(int port, vtkInformation *info);
00057 
00058 private:
00059 
00060   vtkCleanUnstructuredGrid(const vtkCleanUnstructuredGrid&); // Not implemented
00061   void operator=(const vtkCleanUnstructuredGrid&); // Not implemented
00062 };
00063 #endif

Generated on Tue May 30 12:31:45 2006 for ParaView by doxygen 1.3.5