42 #ifndef vtkSVGExporter_h 43 #define vtkSVGExporter_h 45 #include "vtkIOExportModule.h" 61 vtkSetStringMacro(Title)
62 vtkGetStringMacro(Title)
66 vtkSetStringMacro(Description)
67 vtkGetStringMacro(Description)
71 vtkSetStringMacro(FileName)
72 vtkGetStringMacro(FileName)
90 vtkSetMacro(TextAsPath,
bool)
91 vtkGetMacro(TextAsPath,
bool)
92 vtkBooleanMacro(TextAsPath,
bool)
100 vtkSetMacro(DrawBackground,
bool)
101 vtkGetMacro(DrawBackground,
bool)
102 vtkBooleanMacro(DrawBackground,
bool)
120 vtkSetMacro(SubdivisionThreshold,
float)
121 vtkGetMacro(SubdivisionThreshold,
float)
131 void PrepareDocument();
132 void RenderContextActors();
155 #endif // vtkSVGExporter_h
abstract class to write a scene to a file
vtkXMLDataElement * PageNode
virtual void WriteData()=0
Represents an XML element and those nested inside.
vtkContextDevice2D implementation for use with vtkSVGExporter.
abstract specification for renderers
float SubdivisionThreshold
a simple class to control print indentation
vtkXMLDataElement * DefinitionNode
vtkXMLDataElement * RootNode
provides a vtkProp derived object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSVGContextDevice2D * Device
Exports vtkContext2D scenes to SVG.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.