40#ifndef vtkScivisExporter_h
41#define vtkScivisExporter_h
45#include "vtkViewsScivisModule.h"
48VTK_ABI_NAMESPACE_BEGIN
65 vtkGetMacro(Magnification,
int);
77 vtkSetMacro(TransparentBackground,
bool);
78 vtkGetMacro(TransparentBackground,
bool);
79 vtkBooleanMacro(TransparentBackground,
bool);
120 bool TransparentBackground;
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkImageData > CaptureImage()
The same picture, handed back rather than written.
bool SaveScreenshot(const char *filename)
Write a picture of the scene, as .png, .jpg, .tif or .bmp.
bool ExportScene(const char *filename)
Write the geometry in the scene, as .gltf, .obj, .vrml/.wrl or .x3d.
friend class vtkScivisView
~vtkScivisExporter() override
static vtkScivisExporter * New()
A ready-made rendering assembly for scientific visualization.
Hold a reference to a vtkObjectBase instance.
a weak reference to a vtkObject.