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

Servers/Filters/vtkUpdateSuppressorPipeline.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkUpdateSuppressorPipeline.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 __vtkUpdateSuppressorPipeline_h
00023 #define __vtkUpdateSuppressorPipeline_h
00024 
00025 #include "vtkCompositeDataPipeline.h"
00026 
00027 class VTK_EXPORT vtkUpdateSuppressorPipeline : public vtkCompositeDataPipeline
00028 {
00029 public:
00030   static vtkUpdateSuppressorPipeline* New();
00031   vtkTypeRevisionMacro(vtkUpdateSuppressorPipeline, vtkCompositeDataPipeline);
00032   void PrintSelf(ostream& os, vtkIndent indent);
00033 
00035 
00037   virtual int ProcessRequest(vtkInformation* request,
00038                              int forward,
00039                              vtkInformationVector** inInfo,
00040                              vtkInformationVector* outInfo);
00042 
00043 protected:
00044   vtkUpdateSuppressorPipeline();
00045   ~vtkUpdateSuppressorPipeline();
00046 
00047 private:
00048   vtkUpdateSuppressorPipeline(const vtkUpdateSuppressorPipeline&);  // Not implemented.
00049   void operator=(const vtkUpdateSuppressorPipeline&);  // Not implemented.
00050 };
00051 
00052 #endif

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