![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Octree level editor dialog. More...
#include <ecvOctreeSpinBox.h>


Public Member Functions | |
| ccOctreeSpinBox (QWidget *parent=0) | |
| Default constructor. More... | |
| void | setCloud (ccGenericPointCloud *cloud) |
| void | setOctree (cloudViewer::DgmOctree *octree) |
| Inits the dialog with an octree. More... | |
Protected Slots | |
| void | onValueChange (int) |
| Called each time the spinbox value changes. More... | |
Protected Attributes | |
| double | m_octreeBoxWidth |
| Corresponding octree base size. More... | |
Octree level editor dialog.
Definition at line 22 of file ecvOctreeSpinBox.h.
|
explicit |
Default constructor.
|
protectedslot |
Called each time the spinbox value changes.
| void ccOctreeSpinBox::setCloud | ( | ccGenericPointCloud * | cloud | ) |
Inits the dialog with a cloud (on which the octree has been or will be computed) Alternative to ccOctreeSpinBox::setOctree
| void ccOctreeSpinBox::setOctree | ( | cloudViewer::DgmOctree * | octree | ) |
Inits the dialog with an octree.
Alternative to ccOctreeSpinBox::setCloud
|
protected |
Corresponding octree base size.
Definition at line 47 of file ecvOctreeSpinBox.h.