ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVEnsembleDataReaderInformation Class Reference

Information obeject to collect file information from vtkEnsembleDataReader. More...

#include <vtkPVEnsembleDataReaderInformation.h>

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

Public Types

typedef vtkPVInformation Superclass
 
- Public Types inherited from vtkPVInformation
typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void CopyFromObject (vtkObject *)
 Transfer information about a single object into this object. More...
 
virtual unsigned int GetFileCount ()
 Get number of files contained in the ensemble. More...
 
virtual vtkStdString GetFilePath (const unsigned int)
 Get the file path for the input row index. More...
 
virtual void CopyToStream (vtkClientServerStream *)
 Manage a serialized version of the information. More...
 
virtual void CopyFromStream (const vtkClientServerStream *)
 Manage a serialized version of the information. More...
 
- Public Member Functions inherited from vtkPVInformation
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void AddInformation (vtkPVInformation *)
 Merge another information object. More...
 
virtual void CopyParametersToStream (vtkMultiProcessStream &)
 Serialize/Deserialize the parameters that control how/what information is gathered. More...
 
virtual void CopyParametersFromStream (vtkMultiProcessStream &)
 Serialize/Deserialize the parameters that control how/what information is gathered. More...
 
virtual int GetRootOnly ()
 Set/get whether to gather information only from the root. More...
 

Static Public Member Functions

static vtkPVEnsembleDataReaderInformationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVEnsembleDataReaderInformationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVInformation
static int IsTypeOf (const char *type)
 
static vtkPVInformationSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVEnsembleDataReaderInformation ()
 
 ~vtkPVEnsembleDataReaderInformation ()
 
- Protected Member Functions inherited from vtkPVInformation
 vtkPVInformation ()
 
 ~vtkPVInformation ()
 
virtual void SetRootOnly (int)
 
 vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION
 
void operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION
 

Additional Inherited Members

- Protected Attributes inherited from vtkPVInformation
int RootOnly
 

Detailed Description

Information obeject to collect file information from vtkEnsembleDataReader.

Gather information about data files from vtkEnsembleDataReader.

Definition at line 29 of file vtkPVEnsembleDataReaderInformation.h.

Member Typedef Documentation

◆ Superclass

Definition at line 34 of file vtkPVEnsembleDataReaderInformation.h.

Constructor & Destructor Documentation

◆ vtkPVEnsembleDataReaderInformation()

vtkPVEnsembleDataReaderInformation::vtkPVEnsembleDataReaderInformation ( )
protected

◆ ~vtkPVEnsembleDataReaderInformation()

vtkPVEnsembleDataReaderInformation::~vtkPVEnsembleDataReaderInformation ( )
protected

Member Function Documentation

◆ New()

static vtkPVEnsembleDataReaderInformation* vtkPVEnsembleDataReaderInformation::New ( )
static

◆ GetClassName()

virtual const char* vtkPVEnsembleDataReaderInformation::GetClassName ( )
virtual

Reimplemented from vtkPVInformation.

◆ IsTypeOf()

static int vtkPVEnsembleDataReaderInformation::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVEnsembleDataReaderInformation::IsA ( const char *  type)
virtual

Reimplemented from vtkPVInformation.

◆ SafeDownCast()

static vtkPVEnsembleDataReaderInformation* vtkPVEnsembleDataReaderInformation::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVEnsembleDataReaderInformation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ CopyFromObject()

virtual void vtkPVEnsembleDataReaderInformation::CopyFromObject ( vtkObject *  )
virtual

Transfer information about a single object into this object.

Reimplemented from vtkPVInformation.

◆ CopyToStream()

virtual void vtkPVEnsembleDataReaderInformation::CopyToStream ( vtkClientServerStream )
virtual

Manage a serialized version of the information.

Implements vtkPVInformation.

◆ CopyFromStream()

virtual void vtkPVEnsembleDataReaderInformation::CopyFromStream ( const vtkClientServerStream )
virtual

Manage a serialized version of the information.

Reimplemented from vtkPVInformation.

◆ GetFileCount()

virtual unsigned int vtkPVEnsembleDataReaderInformation::GetFileCount ( )
virtual

Get number of files contained in the ensemble.

◆ GetFilePath()

virtual vtkStdString vtkPVEnsembleDataReaderInformation::GetFilePath ( const unsigned  int)
virtual

Get the file path for the input row index.


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