64#ifndef vtkSVGExporter_h
65#define vtkSVGExporter_h
68#include "vtkIOExportModule.h"
83 vtkSetStringMacro(Title);
84 vtkGetStringMacro(Title);
88 vtkSetStringMacro(Description);
89 vtkGetStringMacro(Description);
112 vtkSetMacro(TextAsPath,
bool);
113 vtkGetMacro(TextAsPath,
bool);
114 vtkBooleanMacro(TextAsPath,
bool);
122 vtkSetMacro(DrawBackground,
bool);
123 vtkGetMacro(DrawBackground,
bool);
124 vtkBooleanMacro(DrawBackground,
bool);
142 vtkSetMacro(SubdivisionThreshold,
float);
143 vtkGetMacro(SubdivisionThreshold,
float);
provides a vtkProp derived object.
abstract class to write a scene to a file
a simple class to control print indentation
abstract specification for renderers
vtkContextDevice2D implementation for use with vtkSVGExporter.
Exports vtkContext2D scenes to SVG.
vtkGetFilePathMacro(FileName)
The name of the exported file.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkXMLDataElement * RootNode
vtkXMLDataElement * DefinitionNode
static vtkSVGExporter * New()
float SubdivisionThreshold
vtkSVGContextDevice2D * Device
void RenderContextActors()
void RenderBackground(vtkRenderer *ren)
vtkSetFilePathMacro(FileName)
The name of the exported file.
void WriteData() override
vtkXMLDataElement * PageNode
void RenderContextActor(vtkContextActor *actor, vtkRenderer *renderer)
~vtkSVGExporter() override
Represents an XML element and those nested inside.