Skip to content
Snippets Groups Projects
Commit 700f5d1e authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkGLTFReader: suppress warnings from including `vtkGLTFReader.h`

The header has a method which returns a deprecated type. MSVC warns
about such usage, so suppress it.
parent 35c93c98
Branches
No related tags found
No related merge requests found
Showing with 34 additions and 0 deletions
......@@ -4,6 +4,9 @@
* This tests reading a file using a PDAL reader.
*/
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkAppendPolyData.h"
#include "vtkCamera.h"
#include "vtkCesium3DTilesReader.h"
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkAlgorithm.h"
#include "vtkAppendPolyData.h"
#include "vtkCamera.h"
......
......@@ -6,6 +6,9 @@
// this program tests the CityGML Reader and setting of textures to
// individual datasets of the multiblock tree.
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkActor.h"
#include "vtkCamera.h"
#include "vtkCesiumB3DMReader.h"
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkCesium3DTilesReader.h"
#include "vtkAppendPolyData.h"
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkCesiumB3DMReader.h"
#include "vtkAlgorithm.h"
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include <vtkActor.h>
#include <vtkCamera.h>
#include <vtkCompositePolyDataMapper.h>
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include <vtkActor.h>
#include <vtkCamera.h>
#include <vtkCompositePolyDataMapper.h>
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include <vtkActor.h>
#include <vtkCompositePolyDataMapper.h>
#include <vtkGLTFReader.h>
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkGLTFReader.h"
int TestGLTFReaderGeometryNoBin(int argc, char* argv[])
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkGLTFReader.h"
#include "vtkNew.h"
#include "vtkTestUtilities.h"
......
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
// SPDX-License-Identifier: BSD-3-Clause
// VTK_DEPRECATED_IN_9_4_0()
#define VTK_DEPRECATION_LEVEL 0
#include "vtkOpenXRModel.h"
#include "vtkDataArray.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment