#include <vtkX3DExporter.h>
List of all members.
Public Types |
typedef vtkExporter | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
|
|
virtual void | SetSpeed (double) |
virtual double | GetSpeed () |
|
|
virtual void | SetBinary (int) |
virtual void | BinaryOn () |
virtual void | BinaryOff () |
virtual int | GetBinary () |
|
|
virtual void | SetFastest (int) |
virtual void | FastestOn () |
virtual void | FastestOff () |
virtual int | GetFastest () |
Static Public Member Functions |
static vtkX3DExporter * | New () |
static int | IsTypeOf (const char *type) |
static vtkX3DExporter * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| vtkX3DExporter () |
| ~vtkX3DExporter () |
void | WriteData () |
void | WriteALight (vtkLight *aLight, vtkX3DExporterWriter *writer) |
void | WriteAnActor (vtkActor *anActor, vtkX3DExporterWriter *writer, int index) |
void | WritePointData (vtkPoints *points, vtkDataArray *normals, vtkDataArray *tcoords, vtkUnsignedCharArray *colors, vtkX3DExporterWriter *writer, int index) |
void | WriteATextActor2D (vtkActor2D *anTextActor2D, vtkX3DExporterWriter *writer) |
void | WriteATexture (vtkActor *anActor, vtkX3DExporterWriter *writer) |
void | WriteAnAppearance (vtkActor *anActor, bool writeEmissiveColor, vtkX3DExporterWriter *writer) |
int | HasHeadLight (vtkRenderer *ren) |
Protected Attributes |
char * | FileName |
double | Speed |
int | Binary |
int | Fastest |
Detailed Description
Definition at line 40 of file vtkX3DExporter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkX3DExporter::vtkX3DExporter |
( |
|
) |
[protected] |
vtkX3DExporter::~vtkX3DExporter |
( |
|
) |
[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* vtkX3DExporter::GetClassName |
( |
|
) |
[virtual] |
static int vtkX3DExporter::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 vtkExporter.
virtual int vtkX3DExporter::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 vtkExporter.
void vtkX3DExporter::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 vtkExporter.
virtual void vtkX3DExporter::SetFileName |
( |
const char * |
|
) |
[virtual] |
Set/Get the output file name.
virtual char* vtkX3DExporter::GetFileName |
( |
|
) |
[virtual] |
Set/Get the output file name.
virtual void vtkX3DExporter::SetSpeed |
( |
double |
|
) |
[virtual] |
Specify the Speed of navigation. Default is 4.
virtual double vtkX3DExporter::GetSpeed |
( |
|
) |
[virtual] |
Specify the Speed of navigation. Default is 4.
virtual void vtkX3DExporter::SetBinary |
( |
int |
|
) |
[virtual] |
virtual void vtkX3DExporter::BinaryOn |
( |
|
) |
[virtual] |
virtual void vtkX3DExporter::BinaryOff |
( |
|
) |
[virtual] |
virtual int vtkX3DExporter::GetBinary |
( |
|
) |
[virtual] |
virtual void vtkX3DExporter::SetFastest |
( |
int |
|
) |
[virtual] |
In binary mode use fastest instead of best compression
virtual void vtkX3DExporter::FastestOn |
( |
|
) |
[virtual] |
In binary mode use fastest instead of best compression
virtual void vtkX3DExporter::FastestOff |
( |
|
) |
[virtual] |
In binary mode use fastest instead of best compression
virtual int vtkX3DExporter::GetFastest |
( |
|
) |
[virtual] |
In binary mode use fastest instead of best compression
void vtkX3DExporter::WriteData |
( |
|
) |
[protected, virtual] |
int vtkX3DExporter::HasHeadLight |
( |
vtkRenderer * |
ren |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: