45 #ifndef vtkSVGExporter_h 46 #define vtkSVGExporter_h 48 #include "vtkIOExportModule.h" 64 vtkSetStringMacro(Title)
65 vtkGetStringMacro(Title)
69 vtkSetStringMacro(Description)
70 vtkGetStringMacro(Description)
74 vtkSetStringMacro(FileName)
75 vtkGetStringMacro(FileName)
93 vtkSetMacro(TextAsPath,
bool)
94 vtkGetMacro(TextAsPath,
bool)
95 vtkBooleanMacro(TextAsPath,
bool)
103 vtkSetMacro(DrawBackground,
bool)
104 vtkGetMacro(DrawBackground,
bool)
105 vtkBooleanMacro(DrawBackground,
bool)
123 vtkSetMacro(SubdivisionThreshold,
float)
124 vtkGetMacro(SubdivisionThreshold,
float)
134 void PrepareDocument();
135 void RenderContextActors();
158 #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.