VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkEnSightMasterServerReader Class Reference

reader for compund EnSight files More...

#include <vtkEnSightMasterServerReader.h>

Inheritance diagram for vtkEnSightMasterServerReader:
Inheritance graph
[legend]
Collaboration diagram for vtkEnSightMasterServerReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkGenericEnSightReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkEnSightMasterServerReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int DetermineFileName (int piece)
int CanReadFile (const char *fname)
virtual char * GetPieceCaseFileName ()
virtual void SetCurrentPiece (int)
virtual int GetCurrentPiece ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkEnSightMasterServerReader
SafeDownCast (vtkObjectBase *o)
static
vtkEnSightMasterServerReader
New ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkEnSightMasterServerReader ()
 ~vtkEnSightMasterServerReader ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetPieceCaseFileName (const char *)

Protected Attributes

char * PieceCaseFileName
int MaxNumberOfPieces
int CurrentPiece

Detailed Description

reader for compund EnSight files

Tests:
vtkEnSightMasterServerReader (Tests)

Definition at line 30 of file vtkEnSightMasterServerReader.h.


Member Typedef Documentation

Reimplemented from vtkGenericEnSightReader.

Definition at line 33 of file vtkEnSightMasterServerReader.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkEnSightMasterServerReader::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkGenericEnSightReader.

virtual int vtkEnSightMasterServerReader::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkGenericEnSightReader.

Reimplemented from vtkGenericEnSightReader.

virtual vtkObjectBase* vtkEnSightMasterServerReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkGenericEnSightReader.

Reimplemented from vtkGenericEnSightReader.

void vtkEnSightMasterServerReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkGenericEnSightReader.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkGenericEnSightReader.

Determine which file should be read for piece

Get the file name that will be read.

virtual void vtkEnSightMasterServerReader::SetCurrentPiece ( int  ) [virtual]

Set or get the current piece.

Set or get the current piece.

int vtkEnSightMasterServerReader::CanReadFile ( const char *  casefilename)

Returns true if the file pointed to by casefilename appears to be a valid EnSight case file.

Reimplemented from vtkGenericEnSightReader.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkGenericEnSightReader.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkGenericEnSightReader.

virtual void vtkEnSightMasterServerReader::SetPieceCaseFileName ( const char *  ) [protected, virtual]

Member Data Documentation

Definition at line 63 of file vtkEnSightMasterServerReader.h.

Definition at line 65 of file vtkEnSightMasterServerReader.h.

Definition at line 66 of file vtkEnSightMasterServerReader.h.


The documentation for this class was generated from the following file: