#include <vtkX3DExporterWriter.h>
Definition at line 30 of file vtkX3DExporterWriter.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | OpenFile (const char *file)=0 |
virtual void | CloseFile ()=0 |
virtual void | Flush () |
virtual void | StartDocument ()=0 |
virtual void | EndDocument ()=0 |
virtual void | StartNode (int nodeID)=0 |
virtual void | EndNode ()=0 |
virtual void | SetField (int attributeID, const char *value, bool mfstring=false)=0 |
virtual void | SetField (int attributeID, int)=0 |
virtual void | SetField (int attributeID, float)=0 |
virtual void | SetField (int attributeID, double)=0 |
virtual void | SetField (int attributeID, bool)=0 |
virtual void | SetField (int attributeID, int type, const double *a)=0 |
virtual void | SetField (int attributeID, int type, vtkDataArray *a)=0 |
virtual void | SetField (int attributeID, const double *values, size_t size)=0 |
virtual void | SetField (int attributeID, const int *values, size_t size, bool image=false)=0 |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkX3DExporterWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkX3DExporterWriter () | |
~vtkX3DExporterWriter () |
Reimplemented from vtkObject.
Reimplemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
Definition at line 33 of file vtkX3DExporterWriter.h.
vtkX3DExporterWriter::vtkX3DExporterWriter | ( | ) | [protected] |
vtkX3DExporterWriter::~vtkX3DExporterWriter | ( | ) | [protected] |
virtual const char* vtkX3DExporterWriter::GetClassName | ( | ) | [virtual] |
static int vtkX3DExporterWriter::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 vtkObject.
Reimplemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual int vtkX3DExporterWriter::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 vtkObject.
Reimplemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
static vtkX3DExporterWriter* vtkX3DExporterWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
void vtkX3DExporterWriter::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 vtkObject.
Reimplemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual int vtkX3DExporterWriter::OpenFile | ( | const char * | file | ) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::CloseFile | ( | ) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::Flush | ( | ) | [inline, virtual] |
Reimplemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
Definition at line 45 of file vtkX3DExporterWriter.h.
virtual void vtkX3DExporterWriter::StartDocument | ( | ) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::EndDocument | ( | ) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::StartNode | ( | int | nodeID | ) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::EndNode | ( | ) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
const char * | value, | |||
bool | mfstring = false | |||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
int | ||||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
float | ||||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
double | ||||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
bool | ||||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
int | type, | |||
const double * | a | |||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
int | type, | |||
vtkDataArray * | a | |||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
const double * | values, | |||
size_t | size | |||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.
virtual void vtkX3DExporterWriter::SetField | ( | int | attributeID, | |
const int * | values, | |||
size_t | size, | |||
bool | image = false | |||
) | [pure virtual] |
Implemented in vtkX3DExporterFIWriter, and vtkX3DExporterXMLWriter.