![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ScalarDialog.h>


Public Slots | |
| void | pickPoint_first (bool) |
| void | pickPoint_second (bool) |
Public Member Functions | |
| ScalarDialog (ccPickingHub *pickingHub, QWidget *parent=nullptr) | |
| virtual void | onItemPicked (const PickedItem &pi) |
| Inherited from ccPickingListener. More... | |
Public Member Functions inherited from ccPickingListener | |
| virtual | ~ccPickingListener ()=default |
Protected Attributes | |
| QWidget * | m_pickingWin |
| Picking window (if any) More... | |
| ccPickingHub * | m_pickingHub |
| Picking hub. More... | |
Definition at line 38 of file ScalarDialog.h.
|
explicit |
Definition at line 20 of file ScalarDialog.cpp.
References pickPoint_first(), and pickPoint_second().
|
virtual |
Inherited from ccPickingListener.
Implements ccPickingListener.
Definition at line 92 of file ScalarDialog.cpp.
References ccPickingHub::activeWindow(), ccPickingListener::PickedItem::entity, cloudViewer::GenericCloud::getPointScalarValue(), ccDrawableObject::hasScalarFields(), ccObject::isKindOf(), ccPickingListener::PickedItem::itemIndex, m_pickingHub, m_pickingWin, CV_TYPES::POINT_CLOUD, and CVLog::Print().
|
slot |
Definition at line 48 of file ScalarDialog.cpp.
References ccPickingHub::addListener(), CVLog::Error(), m_pickingHub, and ccPickingHub::removeListener().
Referenced by ScalarDialog().
|
slot |
Definition at line 70 of file ScalarDialog.cpp.
References ccPickingHub::addListener(), CVLog::Error(), m_pickingHub, and ccPickingHub::removeListener().
Referenced by ScalarDialog().
|
protected |
Picking hub.
Definition at line 57 of file ScalarDialog.h.
Referenced by onItemPicked(), pickPoint_first(), and pickPoint_second().
|
protected |