#include <vtkXGMLReader.h>
Definition at line 44 of file vtkXGMLReader.h.
Public Types | |
typedef vtkUndirectedGraphAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual char * | GetFileName () |
virtual void | SetFileName (const char *) |
Static Public Member Functions | |
static vtkXGMLReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkXGMLReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXGMLReader () | |
~vtkXGMLReader () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
vtkXGMLReader::vtkXGMLReader | ( | ) | [protected] |
vtkXGMLReader::~vtkXGMLReader | ( | ) | [protected] |
static vtkXGMLReader* vtkXGMLReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkUndirectedGraphAlgorithm.
virtual const char* vtkXGMLReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkUndirectedGraphAlgorithm.
static int vtkXGMLReader::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 vtkUndirectedGraphAlgorithm.
virtual int vtkXGMLReader::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 vtkUndirectedGraphAlgorithm.
static vtkXGMLReader* vtkXGMLReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkUndirectedGraphAlgorithm.
void vtkXGMLReader::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 vtkUndirectedGraphAlgorithm.
virtual char* vtkXGMLReader::GetFileName | ( | ) | [virtual] |
The XGML file name.
virtual void vtkXGMLReader::SetFileName | ( | const char * | ) | [virtual] |
The XGML file name.
virtual int vtkXGMLReader::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkUndirectedGraphAlgorithm.