#include <vtkX3DExporterFIWriter.h>
List of all members.
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 () |
Detailed Description
Definition at line 24 of file vtkX3DExporterFIWriter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkX3DExporterFIWriter::vtkX3DExporterFIWriter |
( |
|
) |
[protected] |
vtkX3DExporterFIWriter::~vtkX3DExporterFIWriter |
( |
|
) |
[protected] |
Member Function Documentation
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] |
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.
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] |
virtual int vtkX3DExporterFIWriter::OpenFile |
( |
const char * |
file |
) |
[virtual] |
virtual void vtkX3DExporterFIWriter::Flush |
( |
|
) |
[virtual] |
void vtkX3DExporterFIWriter::StartDocument |
( |
|
) |
[virtual] |
void vtkX3DExporterFIWriter::EndDocument |
( |
|
) |
[virtual] |
void vtkX3DExporterFIWriter::StartNode |
( |
int |
elementID |
) |
[virtual] |
void vtkX3DExporterFIWriter::EndNode |
( |
|
) |
[virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
const char * |
, |
|
|
bool |
mfstring = false | |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
int |
| |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
float |
| |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
double |
| |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
bool |
| |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
int |
type, |
|
|
const double * |
a | |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
int |
type, |
|
|
vtkDataArray * |
a | |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
const double * |
values, |
|
|
size_t |
size | |
|
) |
| | [virtual] |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
int |
type, |
|
|
vtkCellArray * |
a | |
|
) |
| | |
void vtkX3DExporterFIWriter::SetField |
( |
int |
attributeID, |
|
|
const int * |
values, |
|
|
size_t |
size, |
|
|
bool |
image = false | |
|
) |
| | [virtual] |
int vtkX3DExporterFIWriter::GetEncodingMethod |
( |
|
) |
|
virtual void vtkX3DExporterFIWriter::SetFastest |
( |
int |
|
) |
[virtual] |
virtual void vtkX3DExporterFIWriter::FastestOn |
( |
|
) |
[virtual] |
virtual void vtkX3DExporterFIWriter::FastestOff |
( |
|
) |
[virtual] |
virtual int vtkX3DExporterFIWriter::GetFastest |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following file: