#include <vtkX3DExporterFIWriter.h>
Definition at line 24 of file vtkX3DExporterFIWriter.h.
Public Types | |
typedef vtkX3DExporterWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CloseFile () |
virtual int | OpenFile (const char *file) |
virtual void | Flush () |
void | StartDocument () |
void | EndDocument () |
void | StartNode (int elementID) |
void | EndNode () |
void | SetField (int attributeID, const char *, bool mfstring=false) |
void | SetField (int attributeID, int) |
void | SetField (int attributeID, float) |
void | SetField (int attributeID, double) |
void | SetField (int attributeID, bool) |
void | SetField (int attributeID, int type, const double *a) |
void | SetField (int attributeID, int type, vtkDataArray *a) |
void | SetField (int attributeID, const double *values, size_t size) |
void | SetField (int attributeID, int type, vtkCellArray *a) |
void | SetField (int attributeID, const int *values, size_t size, bool image=false) |
int | GetEncodingMethod () |
virtual void | SetFastest (int) |
virtual void | FastestOn () |
virtual void | FastestOff () |
virtual int | GetFastest () |
Static Public Member Functions | |
static vtkX3DExporterFIWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkX3DExporterFIWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkX3DExporterFIWriter () | |
~vtkX3DExporterFIWriter () |
vtkX3DExporterFIWriter::vtkX3DExporterFIWriter | ( | ) | [protected] |
vtkX3DExporterFIWriter::~vtkX3DExporterFIWriter | ( | ) | [protected] |
static vtkX3DExporterFIWriter* vtkX3DExporterFIWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkX3DExporterFIWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkX3DExporterWriter.
static int vtkX3DExporterFIWriter::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 vtkX3DExporterWriter.
virtual int vtkX3DExporterFIWriter::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 vtkX3DExporterWriter.
static vtkX3DExporterFIWriter* vtkX3DExporterFIWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::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 vtkX3DExporterWriter.
virtual void vtkX3DExporterFIWriter::CloseFile | ( | ) | [virtual] |
Implements vtkX3DExporterWriter.
virtual int vtkX3DExporterFIWriter::OpenFile | ( | const char * | file | ) | [virtual] |
Implements vtkX3DExporterWriter.
virtual void vtkX3DExporterFIWriter::Flush | ( | ) | [virtual] |
Reimplemented from vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::StartDocument | ( | ) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::EndDocument | ( | ) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::StartNode | ( | int | elementID | ) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::EndNode | ( | ) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
const char * | , | |||
bool | mfstring = false | |||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
int | ||||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
float | ||||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
double | ||||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
bool | ||||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
int | type, | |||
const double * | a | |||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
int | type, | |||
vtkDataArray * | a | |||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
const double * | values, | |||
size_t | size | |||
) | [virtual] |
Implements vtkX3DExporterWriter.
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
int | type, | |||
vtkCellArray * | a | |||
) |
void vtkX3DExporterFIWriter::SetField | ( | int | attributeID, | |
const int * | values, | |||
size_t | size, | |||
bool | image = false | |||
) | [virtual] |
Implements vtkX3DExporterWriter.
int vtkX3DExporterFIWriter::GetEncodingMethod | ( | ) |
virtual void vtkX3DExporterFIWriter::SetFastest | ( | int | ) | [virtual] |
virtual void vtkX3DExporterFIWriter::FastestOn | ( | ) | [virtual] |
virtual void vtkX3DExporterFIWriter::FastestOff | ( | ) | [virtual] |
virtual int vtkX3DExporterFIWriter::GetFastest | ( | ) | [virtual] |