36#ifndef vtkSVGExporter_h
37#define vtkSVGExporter_h
40#include "vtkIOExportModule.h"
42VTK_ABI_NAMESPACE_BEGIN
56 vtkSetStringMacro(Title);
57 vtkGetStringMacro(Title);
61 vtkSetStringMacro(Description);
62 vtkGetStringMacro(Description);
85 vtkSetMacro(TextAsPath,
bool);
86 vtkGetMacro(TextAsPath,
bool);
87 vtkBooleanMacro(TextAsPath,
bool);
95 vtkSetMacro(DrawBackground,
bool);
96 vtkGetMacro(DrawBackground,
bool);
97 vtkBooleanMacro(DrawBackground,
bool);
115 vtkSetMacro(SubdivisionThreshold,
float);
116 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.