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

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

#include <vtkSpyPlotHistoryReader.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetFileName (const char *)
 Get and set the file name. More...
 
virtual char * GetFileName ()
 Get and set the file name. More...
 
virtual void SetCommentCharacter (const char *)
 Get and set the comment character for the file. More...
 
virtual char * GetCommentCharacter ()
 Get and set the comment character for the file. More...
 
virtual void SetDelimeter (const char *)
 Get and set the delimeter character for the file. More...
 
virtual char * GetDelimeter ()
 Get and set the delimeter character for the file. More...
 

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 31 of file vtkSpyPlotHistoryReader.h.

Member Typedef Documentation

◆ Superclass

typedef vtkTableAlgorithm vtkSpyPlotHistoryReader::Superclass

Definition at line 35 of file vtkSpyPlotHistoryReader.h.

Constructor & Destructor Documentation

◆ vtkSpyPlotHistoryReader()

vtkSpyPlotHistoryReader::vtkSpyPlotHistoryReader ( )
protected

◆ ~vtkSpyPlotHistoryReader()

vtkSpyPlotHistoryReader::~vtkSpyPlotHistoryReader ( )
protected

Member Function Documentation

◆ New()

static vtkSpyPlotHistoryReader* vtkSpyPlotHistoryReader::New ( )
static

◆ GetClassName()

virtual const char* vtkSpyPlotHistoryReader::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ SetFileName()

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.

◆ GetFileName()

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.

◆ SetCommentCharacter()

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

Get and set the comment character for the file.

◆ GetCommentCharacter()

virtual char* vtkSpyPlotHistoryReader::GetCommentCharacter ( )
virtual

Get and set the comment character for the file.

◆ SetDelimeter()

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

Get and set the delimeter character for the file.

◆ GetDelimeter()

virtual char* vtkSpyPlotHistoryReader::GetDelimeter ( )
virtual

Get and set the delimeter character for the file.

◆ RequestInformation()

virtual int vtkSpyPlotHistoryReader::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

◆ RequestData()

virtual int vtkSpyPlotHistoryReader::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

◆ FillCache()

void vtkSpyPlotHistoryReader::FillCache ( )
protected

◆ ConstructTableColumns()

void vtkSpyPlotHistoryReader::ConstructTableColumns ( vtkTable *  table)
protected

Member Data Documentation

◆ FileName

char* vtkSpyPlotHistoryReader::FileName
protected

Definition at line 80 of file vtkSpyPlotHistoryReader.h.

◆ CommentCharacter

char* vtkSpyPlotHistoryReader::CommentCharacter
protected

Definition at line 81 of file vtkSpyPlotHistoryReader.h.

◆ Delimeter

char* vtkSpyPlotHistoryReader::Delimeter
protected

Definition at line 82 of file vtkSpyPlotHistoryReader.h.


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