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
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:37
reader for compund EnSight files
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkGenericEnSightReader * New()
create and manipulate unsorted lists of objects
Definition: vtkCollection.h:51
Store zero or more vtkInformation instances.
#define VTK_IO_EXPORT
class to read any type of EnSight files
void PrintSelf(ostream &os, vtkIndent indent)
static int CanReadFile(const char *casefilename)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)