45 #ifndef vtkSVGExporter_h 46 #define vtkSVGExporter_h 49 #include "vtkIOExportModule.h" 64 vtkSetStringMacro(Title) vtkGetStringMacro(Title)
68 vtkSetStringMacro(Description) vtkGetStringMacro(Description)
72 vtkSetStringMacro(FileName) 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();
154 #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...