48 #ifndef vtkSVGExporter_h
49 #define vtkSVGExporter_h
52 #include "vtkIOExportModule.h"
67 vtkSetStringMacro(Title);
68 vtkGetStringMacro(Title);
72 vtkSetStringMacro(Description);
73 vtkGetStringMacro(Description);
77 vtkSetFilePathMacro(FileName);
78 vtkGetFilePathMacro(FileName);
96 vtkSetMacro(TextAsPath,
bool);
97 vtkGetMacro(TextAsPath,
bool);
98 vtkBooleanMacro(TextAsPath,
bool);
106 vtkSetMacro(DrawBackground,
bool);
107 vtkGetMacro(DrawBackground,
bool);
108 vtkBooleanMacro(DrawBackground,
bool);
126 vtkSetMacro(SubdivisionThreshold,
float);
127 vtkGetMacro(SubdivisionThreshold,
float);
137 void PrepareDocument();
138 void RenderContextActors();
160 #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...