VTK  9.6.2
vtkPDFExporter.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
15
16#ifndef vtkPDFExporter_h
17#define vtkPDFExporter_h
18
19#include "vtkExporter.h"
20#include "vtkIOExportPDFModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
23class vtkContextActor;
24class vtkRenderer;
25
26class VTKIOEXPORTPDF_EXPORT vtkPDFExporter : public vtkExporter
27{
28public: