VTK
|
Read RealTime VTK XML PolyData files. More...
#include <vtkRTXMLPolyDataReader.h>
Public Types | |
typedef vtkXMLPolyDataReader | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkRTXMLPolyDataReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetLocation (const char *dataLocation) |
virtual char * | GetDataLocation () |
virtual void | UpdateToNextFile () |
virtual int | NewDataAvailable () |
virtual void | ResetReader () |
const char * | GetNextFileName () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkRTXMLPolyDataReader * | SafeDownCast (vtkObjectBase *o) |
static vtkRTXMLPolyDataReader * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkRTXMLPolyDataReader () | |
~vtkRTXMLPolyDataReader () | |
void | InitializeToCurrentDir () |
int | IsProcessed (const char *) |
char * | GetDataFileFullPathName (const char *) |
virtual void | SetDataLocation (const char *) |
Protected Attributes | |
char * | DataLocation |
vtkRTXMLPolyDataReaderInternals * | Internal |
Read RealTime VTK XML PolyData files.
vtkRTXMLPolyDataReader reads the VTK XML PolyData file format in real time.
Definition at line 30 of file vtkRTXMLPolyDataReader.h.
Reimplemented from vtkXMLPolyDataReader.
Definition at line 33 of file vtkRTXMLPolyDataReader.h.
vtkRTXMLPolyDataReader::vtkRTXMLPolyDataReader | ( | ) | [protected] |
vtkRTXMLPolyDataReader::~vtkRTXMLPolyDataReader | ( | ) | [protected] |
static int vtkRTXMLPolyDataReader::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPolyDataReader.
virtual int vtkRTXMLPolyDataReader::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkXMLPolyDataReader.
static vtkRTXMLPolyDataReader* vtkRTXMLPolyDataReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLPolyDataReader.
virtual vtkObjectBase* vtkRTXMLPolyDataReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLPolyDataReader.
Reimplemented from vtkXMLPolyDataReader.
void vtkRTXMLPolyDataReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkXMLPolyDataReader.
static vtkRTXMLPolyDataReader* vtkRTXMLPolyDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLPolyDataReader.
void vtkRTXMLPolyDataReader::SetLocation | ( | const char * | dataLocation | ) |
virtual char* vtkRTXMLPolyDataReader::GetDataLocation | ( | ) | [virtual] |
virtual void vtkRTXMLPolyDataReader::UpdateToNextFile | ( | ) | [virtual] |
Reader will read in the next available data file The filename is this->NextFileName maintained internally
virtual int vtkRTXMLPolyDataReader::NewDataAvailable | ( | ) | [virtual] |
check if there is new data file available in the given DataLocation
virtual void vtkRTXMLPolyDataReader::ResetReader | ( | ) | [virtual] |
ResetReader check the data directory specified in this->DataLocation, and reset the Internal data structure specifically: this->Internal->ProcessedFileList for monitoring the arriving new data files if SetDataLocation(char*) is set by the user, this ResetReader() should also be invoked.
const char* vtkRTXMLPolyDataReader::GetNextFileName | ( | ) |
Return the name of the next available data file assume NewDataAvailable() return VTK_OK
virtual void vtkRTXMLPolyDataReader::SetDataLocation | ( | const char * | ) | [protected, virtual] |
Get/Set the location of the input data files.
void vtkRTXMLPolyDataReader::InitializeToCurrentDir | ( | ) | [protected] |
int vtkRTXMLPolyDataReader::IsProcessed | ( | const char * | ) | [protected] |
char* vtkRTXMLPolyDataReader::GetDataFileFullPathName | ( | const char * | ) | [protected] |
char* vtkRTXMLPolyDataReader::DataLocation [protected] |
the DataLocation should be set and ResetReader() should be called after SetDataLocation
Definition at line 76 of file vtkRTXMLPolyDataReader.h.
vtkRTXMLPolyDataReaderInternals* vtkRTXMLPolyDataReader::Internal [protected] |
the DataLocation should be set and ResetReader() should be called after SetDataLocation
Definition at line 77 of file vtkRTXMLPolyDataReader.h.