VTK
|
Utility class for vtkXMLReader and subclasses. More...
#include <vtkXMLFileReadTester.h>
Public Types | |
typedef vtkXMLParser | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLFileReadTester * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | TestReadFile () |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual char * | GetFileDataType () |
virtual char * | GetFileVersion () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXMLFileReadTester * | SafeDownCast (vtkObjectBase *o) |
static vtkXMLFileReadTester * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkXMLFileReadTester () | |
~vtkXMLFileReadTester () | |
void | StartElement (const char *name, const char **atts) |
int | ParsingComplete () |
void | ReportStrayAttribute (const char *, const char *, const char *) |
void | ReportMissingAttribute (const char *, const char *) |
void | ReportBadAttribute (const char *, const char *, const char *) |
void | ReportUnknownElement (const char *) |
void | ReportXmlParseError () |
virtual void | SetFileDataType (const char *) |
virtual void | SetFileVersion (const char *) |
Protected Attributes | |
char * | FileName |
char * | FileDataType |
char * | FileVersion |
int | Done |
Utility class for vtkXMLReader and subclasses.
vtkXMLFileReadTester reads the smallest part of a file necessary to determine whether it is a VTK XML file. If so, it extracts the file type and version number.
Definition at line 29 of file vtkXMLFileReadTester.h.
Reimplemented from vtkXMLParser.
Definition at line 32 of file vtkXMLFileReadTester.h.
vtkXMLFileReadTester::vtkXMLFileReadTester | ( | ) | [protected] |
vtkXMLFileReadTester::~vtkXMLFileReadTester | ( | ) | [protected] |
static int vtkXMLFileReadTester::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 vtkXMLParser.
virtual int vtkXMLFileReadTester::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 vtkXMLParser.
static vtkXMLFileReadTester* vtkXMLFileReadTester::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLParser.
virtual vtkObjectBase* vtkXMLFileReadTester::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLParser.
Reimplemented from vtkXMLParser.
void vtkXMLFileReadTester::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 vtkXMLParser.
static vtkXMLFileReadTester* vtkXMLFileReadTester::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkXMLParser.
Try to read the file given by FileName. Returns 1 if the file is a VTK XML file, and 0 otherwise.
virtual void vtkXMLFileReadTester::SetFileName | ( | const char * | ) | [virtual] |
Get/Set the name of the file tested by TestReadFile().
Reimplemented from vtkXMLParser.
virtual char* vtkXMLFileReadTester::GetFileName | ( | ) | [virtual] |
Get/Set the name of the file tested by TestReadFile().
Reimplemented from vtkXMLParser.
virtual char* vtkXMLFileReadTester::GetFileDataType | ( | ) | [virtual] |
Get the data type of the XML file tested. If the file could not be read, returns NULL.
virtual char* vtkXMLFileReadTester::GetFileVersion | ( | ) | [virtual] |
Get the file version of the XML file tested. If the file could not be read, returns NULL.
void vtkXMLFileReadTester::StartElement | ( | const char * | name, |
const char ** | atts | ||
) | [protected, virtual] |
Reimplemented from vtkXMLParser.
int vtkXMLFileReadTester::ParsingComplete | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
void vtkXMLFileReadTester::ReportStrayAttribute | ( | const char * | , |
const char * | , | ||
const char * | |||
) | [inline, protected, virtual] |
Reimplemented from vtkXMLParser.
Definition at line 64 of file vtkXMLFileReadTester.h.
void vtkXMLFileReadTester::ReportMissingAttribute | ( | const char * | , |
const char * | |||
) | [inline, protected, virtual] |
Reimplemented from vtkXMLParser.
Definition at line 65 of file vtkXMLFileReadTester.h.
void vtkXMLFileReadTester::ReportBadAttribute | ( | const char * | , |
const char * | , | ||
const char * | |||
) | [inline, protected, virtual] |
Reimplemented from vtkXMLParser.
Definition at line 66 of file vtkXMLFileReadTester.h.
void vtkXMLFileReadTester::ReportUnknownElement | ( | const char * | ) | [inline, protected, virtual] |
Reimplemented from vtkXMLParser.
Definition at line 67 of file vtkXMLFileReadTester.h.
void vtkXMLFileReadTester::ReportXmlParseError | ( | ) | [inline, protected, virtual] |
Reimplemented from vtkXMLParser.
Definition at line 68 of file vtkXMLFileReadTester.h.
virtual void vtkXMLFileReadTester::SetFileDataType | ( | const char * | ) | [protected, virtual] |
virtual void vtkXMLFileReadTester::SetFileVersion | ( | const char * | ) | [protected, virtual] |
char* vtkXMLFileReadTester::FileName [protected] |
Reimplemented from vtkXMLParser.
Definition at line 70 of file vtkXMLFileReadTester.h.
char* vtkXMLFileReadTester::FileDataType [protected] |
Definition at line 71 of file vtkXMLFileReadTester.h.
char* vtkXMLFileReadTester::FileVersion [protected] |
Definition at line 72 of file vtkXMLFileReadTester.h.
int vtkXMLFileReadTester::Done [protected] |
Definition at line 73 of file vtkXMLFileReadTester.h.