48#ifndef vtkSVGExporter_h
49#define vtkSVGExporter_h
52#include "vtkIOExportModule.h"
67 vtkSetStringMacro(Title);
68 vtkGetStringMacro(Title);
72 vtkSetStringMacro(Description);
73 vtkGetStringMacro(Description);
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);
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.