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

Servers/Filters/vtkPVConnectivityFilter.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVConnectivityFilter.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 =========================================================================*/
00024 #ifndef __vtkPVConnectivityFilter_h
00025 #define __vtkPVConnectivityFilter_h
00026 
00027 #include "vtkConnectivityFilter.h"
00028 
00029 class VTK_EXPORT vtkPVConnectivityFilter : public vtkConnectivityFilter
00030 {
00031 public:
00032   vtkTypeRevisionMacro(vtkPVConnectivityFilter, vtkConnectivityFilter);
00033   void PrintSelf(ostream& os, vtkIndent indent);
00034   
00035   static vtkPVConnectivityFilter *New();
00036   
00037 protected:
00038   vtkPVConnectivityFilter();
00039   ~vtkPVConnectivityFilter() {};
00040 
00041   virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
00042   
00043 private:
00044   vtkPVConnectivityFilter(const vtkPVConnectivityFilter&);  // Not implemented
00045   void operator=(const vtkPVConnectivityFilter&);  // Not implemented
00046 };
00047 
00048 #endif

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