27 #ifndef vtkX3DExporter_h 28 #define vtkX3DExporter_h 31 #include "vtkIOExportModule.h" 54 vtkSetStringMacro(FileName);
55 vtkGetStringMacro(FileName);
62 vtkSetMacro(Speed,
double);
63 vtkGetMacro(Speed,
double);
99 vtkGetMacro(OutputStringLength,
vtkIdType);
100 vtkGetStringMacro(OutputString);
103 return reinterpret_cast<unsigned char*
>(this->OutputString);
112 char* RegisterAndGetOutputString();
vtkTypeBool WriteToOutputString
abstract class to write a scene to a file
represents an object (geometry & properties) in a rendered scene
virtual void WriteData()=0
a actor that draws 2D data
vtkIdType OutputStringLength
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
unsigned char * GetBinaryOutputString()
When WriteToOutputString in on, then a string is allocated, written to, and can be retrieved with the...
virtual void WriteAdditionalNodes(vtkX3DExporterWriter *vtkNotUsed(writer))
a simple class to control print indentation
a virtual light for 3D rendering
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of unsigned char
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points