ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkBoxWidgetRestricted.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 <vtkBoxWidget.h>
11 
12 #include "qPCL.h"
13 
21 class QPCL_ENGINE_LIB_API vtkBoxWidgetRestricted : public vtkBoxWidget {
22 public:
24 
26 
27  virtual void Rotate(
28  int X, int Y, double *p1, double *p2, double *vpn) override;
29 };
void * X
Definition: SmallVector.cpp:45
The vtkBoxWidgetRestricted class vtkBoxWidgetRestricted restricts the rotation with Z axis.
vtkTypeMacro(vtkBoxWidgetRestricted, vtkBoxWidget)
static vtkBoxWidgetRestricted * New()
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15