vtkRTXMLPolyDataReader Class Reference

#include <vtkRTXMLPolyDataReader.h>

Inheritance diagram for vtkRTXMLPolyDataReader:

Inheritance graph
[legend]
Collaboration diagram for vtkRTXMLPolyDataReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

Read RealTime VTK XML PolyData files.

vtkRTXMLPolyDataReader reads the VTK XML PolyData file format in real time.

Definition at line 29 of file vtkRTXMLPolyDataReader.h.


Public Types

typedef vtkXMLPolyDataReader Superclass

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

char * DataLocation
vtkRTXMLPolyDataReaderInternals * Internal

Member Typedef Documentation

Reimplemented from vtkXMLPolyDataReader.

Definition at line 32 of file vtkRTXMLPolyDataReader.h.


Constructor & Destructor Documentation

vtkRTXMLPolyDataReader::vtkRTXMLPolyDataReader (  )  [protected]

vtkRTXMLPolyDataReader::~vtkRTXMLPolyDataReader (  )  [protected]


Member Function Documentation

virtual const char* vtkRTXMLPolyDataReader::GetClassName (  )  [virtual]

Reimplemented from vtkXMLPolyDataReader.

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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkXMLPolyDataReader.

static vtkRTXMLPolyDataReader* vtkRTXMLPolyDataReader::SafeDownCast ( vtkObject o  )  [static]

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]


Member Data Documentation

the DataLocation should be set and ResetReader() should be called after SetDataLocation

Definition at line 75 of file vtkRTXMLPolyDataReader.h.

vtkRTXMLPolyDataReaderInternals* vtkRTXMLPolyDataReader::Internal [protected]

the DataLocation should be set and ResetReader() should be called after SetDataLocation

Definition at line 76 of file vtkRTXMLPolyDataReader.h.


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

Generated on Sat Dec 27 13:48:13 2008 for VTK by  doxygen 1.5.6