18 #ifndef vtkX3DExporter_h
19 #define vtkX3DExporter_h
22 #include "vtkIOExportModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetFilePathMacro(FileName);
47 vtkGetFilePathMacro(FileName);
54 vtkSetMacro(Speed,
double);
55 vtkGetMacro(Speed,
double);
91 vtkGetMacro(OutputStringLength,
vtkIdType);
92 vtkGetStringMacro(OutputString);
95 return reinterpret_cast<unsigned char*
>(this->OutputString);
104 char* RegisterAndGetOutputString();
145 VTK_ABI_NAMESPACE_END
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