VTK
9.6.2
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
IO
ExportPDF
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
22
VTK_ABI_NAMESPACE_BEGIN
23
class
vtkContextActor
;
24
class
vtkRenderer
;
25
26
class
VTKIOEXPORTPDF_EXPORT
vtkPDFExporter
:
public
vtkExporter
27
{
28
public
:
29