ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSpyPlotHistoryReader Class Reference

Read SPCTH Spy Plot history file format. More...

#include <vtkSpyPlotHistoryReader.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual void SetCommentCharacter (const char *)
virtual char * GetCommentCharacter ()
virtual void SetDelimeter (const char *)
virtual char * GetDelimeter ()

Static Public Member Functions

static vtkSpyPlotHistoryReaderNew ()
static int IsTypeOf (const char *type)
static vtkSpyPlotHistoryReaderSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSpyPlotHistoryReader ()
 ~vtkSpyPlotHistoryReader ()
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void FillCache ()
void ConstructTableColumns (vtkTable *table)

Protected Attributes

char * FileName
char * CommentCharacter
char * Delimeter

Detailed Description

Read SPCTH Spy Plot history file format.

vtkSpyPlotHistoryReader is a reader that reads SPCTH Spy Plot history file format files. Each row in the history files represents a time step and columns represent points and properties for the points

Definition at line 29 of file vtkSpyPlotHistoryReader.h.


Constructor & Destructor Documentation

vtkSpyPlotHistoryReader::vtkSpyPlotHistoryReader ( ) [protected]
vtkSpyPlotHistoryReader::~vtkSpyPlotHistoryReader ( ) [protected]

Member Function Documentation

static vtkSpyPlotHistoryReader* vtkSpyPlotHistoryReader::New ( ) [static]

Reimplemented from vtkTableAlgorithm.

virtual const char* vtkSpyPlotHistoryReader::GetClassName ( ) [virtual]

Reimplemented from vtkTableAlgorithm.

static int vtkSpyPlotHistoryReader::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkTableAlgorithm.

virtual int vtkSpyPlotHistoryReader::IsA ( const char *  type) [virtual]

Reimplemented from vtkTableAlgorithm.

static vtkSpyPlotHistoryReader* vtkSpyPlotHistoryReader::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkTableAlgorithm.

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

Reimplemented from vtkTableAlgorithm.

virtual void vtkSpyPlotHistoryReader::SetFileName ( const char *  ) [virtual]

Get and set the file name. It is either the name of the case file or the name of the single binary file.

virtual char* vtkSpyPlotHistoryReader::GetFileName ( ) [virtual]

Get and set the file name. It is either the name of the case file or the name of the single binary file.

virtual void vtkSpyPlotHistoryReader::SetCommentCharacter ( const char *  ) [virtual]

Get and set the comment character for the file

virtual char* vtkSpyPlotHistoryReader::GetCommentCharacter ( ) [virtual]

Get and set the comment character for the file

virtual void vtkSpyPlotHistoryReader::SetDelimeter ( const char *  ) [virtual]

Get and set the delimeter character for the file

virtual char* vtkSpyPlotHistoryReader::GetDelimeter ( ) [virtual]

Get and set the delimeter character for the file

virtual int vtkSpyPlotHistoryReader::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkTableAlgorithm.

virtual int vtkSpyPlotHistoryReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkTableAlgorithm.

void vtkSpyPlotHistoryReader::FillCache ( ) [protected]
void vtkSpyPlotHistoryReader::ConstructTableColumns ( vtkTable table) [protected]

Member Data Documentation

Definition at line 75 of file vtkSpyPlotHistoryReader.h.

Definition at line 76 of file vtkSpyPlotHistoryReader.h.

Definition at line 77 of file vtkSpyPlotHistoryReader.h.


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