VTK  9.5.2
vtkInformation.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
21
22#ifndef vtkInformation_h
23#define vtkInformation_h
24
25#include "vtkCommonCoreModule.h" // For export macro
26#include "vtkObject.h"
27#include "vtkWrappingHints.h" // For VTK_MARSHALMANUAL
28
29#include <string> // for std::string compat
30
31VTK_ABI_NAMESPACE_BEGIN
32class vtkDataObject;
33class vtkExecutive;
47class vtkInformationKeyToInformationFriendship;
58class vtkVariant;
59
60class VTKCOMMONCORE_EXPORT