Read SPCTH Spy Plot history file format.
More...
#include <vtkSpyPlotHistoryReader.h>
Inherits vtkTableAlgorithm.
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.
§ Superclass
§ vtkSpyPlotHistoryReader()
vtkSpyPlotHistoryReader::vtkSpyPlotHistoryReader |
( |
| ) |
|
|
protected |
§ ~vtkSpyPlotHistoryReader()
vtkSpyPlotHistoryReader::~vtkSpyPlotHistoryReader |
( |
| ) |
|
|
protected |
§ New()
§ 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()
§ 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 |
§ FileName
char* vtkSpyPlotHistoryReader::FileName |
|
protected |
§ CommentCharacter
char* vtkSpyPlotHistoryReader::CommentCharacter |
|
protected |
§ Delimeter
char* vtkSpyPlotHistoryReader::Delimeter |
|
protected |
The documentation for this class was generated from the following file: