ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVInformationKeys.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include "qPCL.h" // needed for export macro
11 
12 class vtkInformationStringKey;
13 class vtkInformationDoubleVectorKey;
14 
16 public:
21  static vtkInformationStringKey* TIME_LABEL_ANNOTATION();
22 
24 
28  static vtkInformationDoubleVectorKey* WHOLE_BOUNDING_BOX();
29 };
31 
32 // VTK-HeaderTest-Exclude: vtkPVInformationKeys.h
static vtkInformationDoubleVectorKey * WHOLE_BOUNDING_BOX()
static vtkInformationStringKey * TIME_LABEL_ANNOTATION()
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15