qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ccOctreeSpinBox Class Reference

Octree level editor dialog. More...

#include <ccOctreeSpinBox.h>

Inheritance diagram for ccOctreeSpinBox:
Inheritance graph
[legend]
Collaboration diagram for ccOctreeSpinBox:
Collaboration graph
[legend]

Public Member Functions

 ccOctreeSpinBox (QWidget *parent=nullptr)
 Default constructor.
 
void setCloud (ccGenericPointCloud *cloud)
 Inits the dialog with a cloud (on which the octree has been or will be computed) More...
 
void setOctree (CCCoreLib::DgmOctree *octree)
 Inits the dialog with an octree. More...
 

Protected Member Functions

void onValueChange (int)
 Called each time the spinbox value changes.
 

Protected Attributes

double m_octreeBoxWidth
 Corresponding octree base size.
 

Detailed Description

Octree level editor dialog.

Member Function Documentation

◆ 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 ( CCCoreLib::DgmOctree *  octree)

Inits the dialog with an octree.

Alternative to ccOctreeSpinBox::setCloud


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