42 #ifndef vtkSVGExporter_h 43 #define vtkSVGExporter_h 45 #include "vtkIOExportModule.h" 61 vtkSetStringMacro(Title)
66 vtkSetStringMacro(Description)
71 vtkSetStringMacro(FileName)
91 vtkGetMacro(TextAsPath,
bool)
101 vtkGetMacro(DrawBackground,
bool)
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSVGContextDevice2D * Device
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Exports vtkContext2D scenes to SVG.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...