VTK
vtkEnSightMasterServerReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkEnSightMasterServerReader.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
22 #ifndef vtkEnSightMasterServerReader_h
23 #define vtkEnSightMasterServerReader_h
24 
25 #include "vtkIOEnSightModule.h" // For export macro
27 
28 class vtkCollection;
29 
31 {
32 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
37 
39  int DetermineFileName(int piece);
40 
42 
43  vtkGetStringMacro(PieceCaseFileName);
45 
47 
48  vtkSetMacro(CurrentPiece, int);
49  vtkGetMacro(CurrentPiece, int);
51 
52  int CanReadFile(const char *fname);
53 
54 protected:
57 
62 
63  vtkSetStringMacro(PieceCaseFileName);
67 
68 private:
70  void operator=(const vtkEnSightMasterServerReader&); // Not implemented.
71 };
72 
73 #endif
vtkGenericEnSightReader.h
VTKIOENSIGHT_EXPORT
#define VTKIOENSIGHT_EXPORT
Definition: vtkIOEnSightModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkEnSightMasterServerReader::~vtkEnSightMasterServerReader
~vtkEnSightMasterServerReader()
vtkEnSightMasterServerReader::DetermineFileName
int DetermineFileName(int piece)
vtkEnSightMasterServerReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkEnSightMasterServerReader
reader for compund EnSight files
Definition: vtkEnSightMasterServerReader.h:31
vtkIOEnSightModule.h
vtkCollection
create and manipulate unsorted lists of objects
Definition: vtkCollection.h:53
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkGenericEnSightReader
class to read any type of EnSight files
Definition: vtkGenericEnSightReader.h:55
vtkEnSightMasterServerReader::New
static vtkEnSightMasterServerReader * New()
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkEnSightMasterServerReader::PieceCaseFileName
char * PieceCaseFileName
Definition: vtkEnSightMasterServerReader.h:63
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkEnSightMasterServerReader::MaxNumberOfPieces
int MaxNumberOfPieces
Definition: vtkEnSightMasterServerReader.h:65
vtkEnSightMasterServerReader::CanReadFile
int CanReadFile(const char *fname)
vtkEnSightMasterServerReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkEnSightMasterServerReader::vtkEnSightMasterServerReader
vtkEnSightMasterServerReader()
vtkEnSightMasterServerReader::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkEnSightMasterServerReader::CurrentPiece
int CurrentPiece
Definition: vtkEnSightMasterServerReader.h:66