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 
26 
27 class vtkCollection;
28 
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent);
34 
36 
38  int DetermineFileName(int piece);
39 
41 
42  vtkGetStringMacro(PieceCaseFileName);
44 
46 
47  vtkSetMacro(CurrentPiece, int);
48  vtkGetMacro(CurrentPiece, int);
50 
51  int CanReadFile(const char *fname);
52 
53 protected:
56 
61 
62  vtkSetStringMacro(PieceCaseFileName);
63  char* PieceCaseFileName;
66 
67 private:
69  void operator=(const vtkEnSightMasterServerReader&); // Not implemented.
70 };
71 
72 #endif