ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
boxwidgetobserver.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 <vtkSmartPointer.h>
11
12
#include "
abstractwidgetobserver.h
"
13
14
class
vtkPlanes;
15
namespace
VtkUtils
{
16
17
class
QPCL_ENGINE_LIB_API
BoxWidgetObserver
:
public
AbstractWidgetObserver
{
18
Q_OBJECT
19
public
:
20
explicit
BoxWidgetObserver
(QObject* parent =
nullptr
);
21
22
signals
:
23
void
planesChanged
(vtkPlanes* planes);
24
25
protected
:
26
void
Execute
(vtkObject* caller,
unsigned
long
eventId,
void
* callData);
27
28
vtkSmartPointer<vtkPlanes>
m_planes
;
29
};
30
31
}
// namespace VtkUtils
Execute
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters ¶ms, UIntPack< FEMSigs... >)
Definition:
PoissonReconLib.cpp:374
signals
#define signals
Definition:
PythonPlugin.cpp:26
abstractwidgetobserver.h
VtkUtils::AbstractWidgetObserver
Definition:
abstractwidgetobserver.h:20
VtkUtils::BoxWidgetObserver
Definition:
boxwidgetobserver.h:17
VtkUtils::BoxWidgetObserver::planesChanged
void planesChanged(vtkPlanes *planes)
VtkUtils::BoxWidgetObserver::m_planes
vtkSmartPointer< vtkPlanes > m_planes
Definition:
boxwidgetobserver.h:28
vtkSmartPointer< vtkPlanes >
VtkUtils
Definition:
VtkMultiTextureRenderer.cpp:46
QPCL_ENGINE_LIB_API
#define QPCL_ENGINE_LIB_API
Definition:
qPCL.h:15
libs
PCLEngine
VtkUtils
boxwidgetobserver.h
Generated on Tue Feb 3 2026 07:12:29 for ACloudViewer by
1.9.1