30#ifndef vtkX3DExporter_h
31#define vtkX3DExporter_h
33#include "vtkIOExportModule.h"
56 vtkSetStringMacro(FileName);
65 vtkGetMacro(Speed,
double);
72 vtkSetClampMacro(Binary,
int, 0, 1);
74 vtkGetMacro(Binary,
int);
81 vtkSetClampMacro(Fastest,
int, 0, 1);
83 vtkGetMacro(Fastest,
int);
91 vtkGetMacro(WriteToOutputString,
int);
101 vtkGetMacro(OutputStringLength,
int);
105 return reinterpret_cast<unsigned char *
>(this->OutputString);
a actor that draws 2D data
represents an object (geometry & properties) in a rendered scene
abstract superclass for arrays of numeric data
abstract class to write a scene to a file
a simple class to control print indentation
a virtual light for 3D rendering
represent and manipulate 3D points
abstract specification for renderers
dynamic, self-adjusting array of unsigned char
int HasHeadLight(vtkRenderer *ren)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void WriteData()
Write data to output.
unsigned char * GetBinaryOutputString()
char * RegisterAndGetOutputString()
This convenience method returns the string, sets the IVAR to NULL, so that the user is responsible fo...
void WriteALight(vtkLight *aLight, vtkX3DExporterWriter *writer)
void WriteATexture(vtkActor *anActor, vtkX3DExporterWriter *writer)
void WriteAnAppearance(vtkActor *anActor, bool writeEmissiveColor, vtkX3DExporterWriter *writer)
void WriteAnActor(vtkActor *anActor, vtkX3DExporterWriter *writer, int index)
static vtkX3DExporter * New()
void WriteATextActor2D(vtkActor2D *anTextActor2D, vtkX3DExporterWriter *writer)
void WritePointData(vtkPoints *points, vtkDataArray *normals, vtkDataArray *tcoords, vtkUnsignedCharArray *colors, vtkX3DExporterWriter *writer, int index)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.