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

vtkHierarchicalDataLevelFilter.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkHierarchicalDataLevelFilter.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm 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 =========================================================================*/
00022 #ifndef __vtkHierarchicalDataLevelFilter_h
00023 #define __vtkHierarchicalDataLevelFilter_h
00024 
00025 #include "vtkHierarchicalDataSetAlgorithm.h"
00026 
00027 class VTK_GRAPHICS_EXPORT vtkHierarchicalDataLevelFilter : public vtkHierarchicalDataSetAlgorithm 
00028 {
00029 public:
00030   vtkTypeRevisionMacro(vtkHierarchicalDataLevelFilter,vtkHierarchicalDataSetAlgorithm);
00031   void PrintSelf(ostream& os, vtkIndent indent);
00032 
00035   static vtkHierarchicalDataLevelFilter *New();
00036 
00037 protected:
00038   vtkHierarchicalDataLevelFilter();
00039   ~vtkHierarchicalDataLevelFilter();
00040 
00041   int RequestData(vtkInformation *, 
00042                   vtkInformationVector **, 
00043                   vtkInformationVector *);
00044 
00045 private:
00046   vtkHierarchicalDataLevelFilter(const vtkHierarchicalDataLevelFilter&);  // Not implemented.
00047   void operator=(const vtkHierarchicalDataLevelFilter&);  // Not implemented.
00048 };
00049 
00050 #endif
00051 
00052 

Generated on Mon Jan 21 23:07:25 2008 for VTK by  doxygen 1.4.3-20050530