30 #ifndef vtkX3DExporter_h
31 #define vtkX3DExporter_h
34 #include "vtkIOExportModule.h"
57 vtkSetFilePathMacro(FileName);
58 vtkGetFilePathMacro(FileName);
65 vtkSetMacro(Speed,
double);
66 vtkGetMacro(Speed,
double);
102 vtkGetMacro(OutputStringLength,
vtkIdType);
103 vtkGetStringMacro(OutputString);
106 return reinterpret_cast<unsigned char*
>(this->OutputString);
115 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