VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkRTXMLPolyDataReader Class Reference

Read RealTime VTK XML PolyData files. More...

#include <vtkRTXMLPolyDataReader.h>

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

List of all members.

Public Types

typedef vtkXMLPolyDataReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkRTXMLPolyDataReaderNewInstance () 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 vtkRTXMLPolyDataReaderSafeDownCast (vtkObjectBase *o)
static vtkRTXMLPolyDataReaderNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkRTXMLPolyDataReader ()
 ~vtkRTXMLPolyDataReader ()
void InitializeToCurrentDir ()
int IsProcessed (const char *)
char * GetDataFileFullPathName (const char *)
virtual void SetDataLocation (const char *)

Protected Attributes

char * DataLocation
vtkRTXMLPolyDataReaderInternals * Internal

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkXMLPolyDataReader.

Definition at line 33 of file vtkRTXMLPolyDataReader.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

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

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.

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.

int vtkRTXMLPolyDataReader::IsProcessed ( const char *  ) [protected]
char* vtkRTXMLPolyDataReader::GetDataFileFullPathName ( const char *  ) [protected]

Member Data Documentation

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.


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