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

GUI/Client/vtkPVInputRequirement.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVInputRequirement.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 =========================================================================*/
00025 #ifndef __vtkPVInputRequirement_h
00026 #define __vtkPVInputRequirement_h
00027 
00028 class vtkPVDataSetAttributesInformation;
00029 class vtkPVSource;
00030 class vtkPVXMLElement;
00031 class vtkPVXMLPackageParser;
00032 
00033 #include "vtkObject.h"
00034 
00035 class VTK_EXPORT vtkPVInputRequirement : public vtkObject
00036 {
00037 public:
00038   static vtkPVInputRequirement* New();
00039   vtkTypeRevisionMacro(vtkPVInputRequirement, vtkObject);
00040   void PrintSelf(ostream& os, vtkIndent indent);
00041 
00045   virtual int GetIsValidInput(vtkPVSource *input, vtkPVSource *pvs);
00046 
00048 
00050   virtual int GetIsValidField(int field, 
00051                               vtkPVDataSetAttributesInformation* info);
00053 
00055 
00057   virtual int ReadXMLAttributes(vtkPVXMLElement* element,
00058                                 vtkPVXMLPackageParser* parser);
00060 
00061 protected:
00062   vtkPVInputRequirement() {};
00063   ~vtkPVInputRequirement() {};
00064 
00065   vtkPVInputRequirement(const vtkPVInputRequirement&); // Not implemented
00066   void operator=(const vtkPVInputRequirement&); // Not implemented
00067 };
00068 
00069 #endif

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