File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
visualization/include/pcl/visualization Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3636#include " vtkRenderingUIModule.h" // For export macro
3737#include < X11/Xlib.h> // Needed for X types in the public interface
3838
39- namespace pcl {
4039class vtkCallbackCommand ;
40+
41+ namespace pcl {
4142class vtkXRenderWindowInteractorInternals ;
4243
4344class VTKRENDERINGUI_EXPORT vtkXRenderWindowInteractor : public vtkRenderWindowInteractor
Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ template <typename T> class vtkSmartPointer;
4747class vtkObject ;
4848class vtkRenderWindow ;
4949class vtkRenderWindowInteractor ;
50- class vtkCallbackCommand ;
5150class vtkRendererCollection ;
52- class PCLVisualizerInteractorStyle ;
51+ class vtkCallbackCommand ;
5352
5453namespace pcl
5554{
5655 namespace visualization
5756 {
5857 class MouseEvent ;
5958 class KeyboardEvent ;
59+ class PCLVisualizerInteractorStyle ;
6060
6161 class PCL_EXPORTS Window
6262 {
You can’t perform that action at this time.
0 commit comments