|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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();
 
  
represent and manipulate 3D points
a virtual light for 3D rendering
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
unsigned char * GetBinaryOutputString()
dynamic, self-adjusting array of unsigned char
virtual void WriteData()=0
abstract superclass for arrays of numeric data
vtkTypeBool WriteToOutputString
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
vtkIdType OutputStringLength
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void WriteAdditionalNodes(vtkX3DExporterWriter *vtkNotUsed(writer))
a actor that draws 2D data
abstract class to write a scene to a file
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips