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

Servers/ServerManager/vtkPVBatchOptions.h

Go to the documentation of this file.
00001 /*=========================================================================
00002   
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVBatchOptions.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 __vtkPVBatchOptions_h
00025 #define __vtkPVBatchOptions_h
00026 
00027 #include "vtkPVOptions.h"
00028 
00029 class VTK_EXPORT vtkPVBatchOptions : public vtkPVOptions
00030 {
00031 public:
00032   static vtkPVBatchOptions* New();
00033   vtkTypeRevisionMacro(vtkPVBatchOptions,vtkPVOptions);
00034   void PrintSelf(ostream& os, vtkIndent indent);
00035 
00036   vtkGetStringMacro(BatchScriptName);
00037 
00038 protected:
00040   vtkPVBatchOptions();
00041 
00043   virtual ~vtkPVBatchOptions();
00044 
00046   virtual void Initialize();
00047 
00049   virtual int PostProcess(int argc, const char* const* argv);
00050 
00053   virtual int WrongArgument(const char* argument);
00054 
00055   // Options:
00056   vtkSetStringMacro(BatchScriptName);
00057   char* BatchScriptName;
00058 
00059   int RequireBatchScript;
00060 
00061 private:
00062   vtkPVBatchOptions(const vtkPVBatchOptions&); // Not implemented
00063   void operator=(const vtkPVBatchOptions&); // Not implemented
00064 };
00065 
00066 #endif // #ifndef __vtkPVBatchOptions_h
00067 
00068 

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