vtkPVInformationKeys.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkPVInformationKeys_h
10 #define vtkPVInformationKeys_h
11 
12 #include "vtkPVVTKExtensionsCoreModule.h" // needed for export macro
13 
16 
18 {
19 public:
23  static vtkInformationStringKey* TIME_LABEL_ANNOTATION();
24 
26 
30  static vtkInformationDoubleVectorKey* WHOLE_BOUNDING_BOX();
31 };
33 
34 #endif // vtkPVInformationKeys_h
35 // VTK-HeaderTest-Exclude: vtkPVInformationKeys.h
#define VTKPVVTKEXTENSIONSCORE_EXPORT