ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
pcl_image_canvas_source_2d.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 <pcl/pcl_macros.h>
11 #include <vtkImageCanvasSource2D.h>
12 class vtkImageData;
13 
14 namespace pcl {
15 namespace visualization {
19 class PCL_EXPORTS PCLImageCanvasSource2D : public vtkImageCanvasSource2D {
20 public:
22 
23  void DrawImage(vtkImageData* image);
24 };
25 } // namespace visualization
26 } // namespace pcl
std::shared_ptr< core::Tensor > image
PCLImageCanvasSource2D represents our own custom version of vtkImageCanvasSource2D,...
static PCLImageCanvasSource2D * New()