|
ParaView
|
Read SPCTH Spy Plot history file format. More...
#include <vtkSpyPlotHistoryReader.h>


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 vtkSpyPlotHistoryReader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSpyPlotHistoryReader * | SafeDownCast (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 |
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.
| vtkSpyPlotHistoryReader::vtkSpyPlotHistoryReader | ( | ) | [protected] |
| vtkSpyPlotHistoryReader::~vtkSpyPlotHistoryReader | ( | ) | [protected] |
| 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] |
char* vtkSpyPlotHistoryReader::FileName [protected] |
Definition at line 75 of file vtkSpyPlotHistoryReader.h.
char* vtkSpyPlotHistoryReader::CommentCharacter [protected] |
Definition at line 76 of file vtkSpyPlotHistoryReader.h.
char* vtkSpyPlotHistoryReader::Delimeter [protected] |
Definition at line 77 of file vtkSpyPlotHistoryReader.h.
1.7.5.1