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

Servers/Filters/vtkIntegrateFlowThroughSurface.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkIntegrateFlowThroughSurface.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 =========================================================================*/
00024 #ifndef __vtkIntegrateFlowThroughSurface_h
00025 #define __vtkIntegrateFlowThroughSurface_h
00026 
00027 #include "vtkUnstructuredGridAlgorithm.h"
00028 
00029 class vtkIdList;
00030 class vtkDataSetAttributes;
00031 
00032 class VTK_EXPORT vtkIntegrateFlowThroughSurface : public vtkUnstructuredGridAlgorithm
00033 {
00034 public:
00035   vtkTypeRevisionMacro(vtkIntegrateFlowThroughSurface,vtkUnstructuredGridAlgorithm);
00036   void PrintSelf(ostream& os, vtkIndent indent);
00037   static vtkIntegrateFlowThroughSurface *New();
00038   
00039 protected:
00040   vtkIntegrateFlowThroughSurface();
00041   ~vtkIntegrateFlowThroughSurface();
00042 
00043   // Usual data generation method
00044   // Usual data generation method
00045   virtual int RequestData(vtkInformation *, 
00046                           vtkInformationVector **, 
00047                           vtkInformationVector *);
00048   virtual int RequestUpdateExtent(vtkInformation*,
00049                                   vtkInformationVector**,
00050                                   vtkInformationVector*);
00051 
00052   virtual int FillInputPortInformation(int port, vtkInformation* info);
00053 
00054   // Create a default executive.
00055   virtual vtkExecutive* CreateDefaultExecutive();
00056 
00057   vtkDataSet* GenerateSurfaceVectors(vtkDataSet* input,
00058                                      vtkInformationVector **inputVector);
00059 
00060 private:
00061   vtkIntegrateFlowThroughSurface(const vtkIntegrateFlowThroughSurface&); // Not implemented.
00062   void operator=(const vtkIntegrateFlowThroughSurface&);  // Not implemented.
00063 };
00064 
00065 #endif

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