ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccOctreeSpinBox Class Reference

Octree level editor dialog. More...

#include <ecvOctreeSpinBox.h>

Inheritance diagram for ccOctreeSpinBox:
Collaboration diagram for ccOctreeSpinBox:

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...
 

Detailed Description

Octree level editor dialog.

Definition at line 22 of file ecvOctreeSpinBox.h.

Constructor & Destructor Documentation

◆ ccOctreeSpinBox()

ccOctreeSpinBox::ccOctreeSpinBox ( QWidget *  parent = 0)
explicit

Default constructor.

Member Function Documentation

◆ onValueChange

void ccOctreeSpinBox::onValueChange ( int  )
protectedslot

Called each time the spinbox value changes.

◆ setCloud()

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

◆ setOctree()

void ccOctreeSpinBox::setOctree ( cloudViewer::DgmOctree octree)

Inits the dialog with an octree.

Alternative to ccOctreeSpinBox::setCloud

Member Data Documentation

◆ m_octreeBoxWidth

double ccOctreeSpinBox::m_octreeBoxWidth
protected

Corresponding octree base size.

Definition at line 47 of file ecvOctreeSpinBox.h.


The documentation for this class was generated from the following file: