Skip to content

Commit

Permalink
Merge pull request #3939 from SunBlack/VTK_EXCLUDE_STRSTREAM_HEADERS
Browse files Browse the repository at this point in the history
Remove use of VTK_EXCLUDE_STRSTREAM_HEADERS (unavailable since VTK 6.0.0)
  • Loading branch information
kunaltyagi authored Apr 19, 2020
2 parents 146f95c + 9a4a879 commit 09f2c58
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions gpu/kinfu/tools/kinfu_app_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ using ScopeTimeT = pcl::ScopeTime;
#include "pcl/common/common.h"
#include "pcl/common/transforms.h"
#include <pcl/console/print.h>
// define the following in order to eliminate the deprecated headers warning
#define VTK_EXCLUDE_STRSTREAM_HEADERS
#include <pcl/io/vtk_lib_io.h>
//
#include <pcl/simulation/camera.h>
Expand Down
2 changes: 0 additions & 2 deletions gpu/kinfu_large_scale/tools/kinfu_app_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ using ScopeTimeT = pcl::ScopeTime;
#include "pcl/common/common.h"
#include "pcl/common/transforms.h"
#include <pcl/console/print.h>
// define the following in order to eliminate the deprecated headers warning
#define VTK_EXCLUDE_STRSTREAM_HEADERS
#include <pcl/io/vtk_lib_io.h>
//
#include <pcl/simulation/camera.h>
Expand Down
2 changes: 0 additions & 2 deletions simulation/tools/sim_test_performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <pcl/simulation/scene.h>
#include <pcl/surface/gp3.h>

// define the following in order to eliminate the deprecated headers warning
#define VTK_EXCLUDE_STRSTREAM_HEADERS
#include <pcl/io/vtk_lib_io.h>

#ifdef _WIN32
Expand Down
2 changes: 0 additions & 2 deletions simulation/tools/sim_test_simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include <pcl/surface/gp3.h>
#include <pcl/visualization/cloud_viewer.h> // Pop-up viewer

// define the following in order to eliminate the deprecated headers warning
#define VTK_EXCLUDE_STRSTREAM_HEADERS
#include <pcl/io/vtk_lib_io.h>

#include <Eigen/Dense>
Expand Down
2 changes: 0 additions & 2 deletions simulation/tools/sim_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
#include <pcl/visualization/point_cloud_handlers.h>
#include <pcl/visualization/point_picking_event.h>

// define the following in order to eliminate the deprecated headers warning
#define VTK_EXCLUDE_STRSTREAM_HEADERS
#include <pcl/io/vtk_lib_io.h>

#include <Eigen/Dense>
Expand Down
2 changes: 0 additions & 2 deletions simulation/tools/simulation_io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include <pcl/simulation/range_likelihood.h>
#include <pcl/simulation/scene.h>

// define the following in order to eliminate the deprecated headers warning
#define VTK_EXCLUDE_STRSTREAM_HEADERS
#include <pcl/io/vtk_lib_io.h>

#include <GL/glew.h>
Expand Down

0 comments on commit 09f2c58

Please sign in to comment.