11 #include <ui_planeEditDlg.h>
28 public Ui::PlaneEditDlg {
Hierarchical CLOUDVIEWER Object.
Point/triangle picking hub.
Point/triangle picking listener interface.
Dialog to create (or edit the parameters) of a plane.
virtual void onItemPicked(const PickedItem &pi)
Inherited from ccPickingListener.
ccPickingHub * m_pickingHub
Picking hub.
void initWithPlane(ccPlane *plane)
Links this dialog with an existing plane.
virtual ~ccPlaneEditDlg()
Destructor.
void saveParamsAndAccept()
void pickPointAsCenter(bool)
void updatePlane(ccPlane *plane)
Updates a plane with the current parameters.
ccPlane * m_associatedPlane
Associated plane (if any)
void onDipDirModified(bool)
void onNormalChanged(double)
void onDipDirChanged(double)
ccPlaneEditDlg(ccPickingHub *pickingHub, QWidget *parent)
Default constructor.