Public Slots | |
| QVariant | addCSOVoxelSet (QString label) |
| QVariant | addCSOVoxelSetGroup (QString label) |
| QVariant | csoVoxelSetAt (int idx) |
| QVariant | csoVoxelSetGroupAt (int idx) |
| QVariant | csoVoxelSetGroupWithId (int id) |
| QVariant | csoVoxelSetWithId (int id) |
| void | destroy () |
| int | getNumCSOVoxelSet () const |
| int | getNumCSOVoxelSetGroup () const |
| QVariant MLCSOVoxelSetListWrapper::addCSOVoxelSet | ( | QString | label | ) | [slot] |
Adds a new CSOVoxelSet to the list and returns its wrapper.
| QVariant MLCSOVoxelSetListWrapper::addCSOVoxelSetGroup | ( | QString | label | ) | [slot] |
Adds a new CSOVoxelSetGroup to the list and returns its wrapper.
| QVariant MLCSOVoxelSetListWrapper::csoVoxelSetAt | ( | int | idx | ) | [slot] |
Get CSOVoxelSet object at a given index.
| QVariant MLCSOVoxelSetListWrapper::csoVoxelSetGroupAt | ( | int | idx | ) | [slot] |
Get CSOVoxelSetGroup object at a given index.
| QVariant MLCSOVoxelSetListWrapper::csoVoxelSetGroupWithId | ( | int | id | ) | [slot] |
Get CSOVoxelSetGroup object by id.
| QVariant MLCSOVoxelSetListWrapper::csoVoxelSetWithId | ( | int | id | ) | [slot] |
Get CSOVoxelSet object by id.
| void MLCSOVoxelSetListWrapper::destroy | ( | ) | [slot] |
Deletes internal structures.
| int MLCSOVoxelSetListWrapper::getNumCSOVoxelSet | ( | ) | const [slot] |
Get number of CSOVoxelSet objects.
| int MLCSOVoxelSetListWrapper::getNumCSOVoxelSetGroup | ( | ) | const [slot] |
Get number of CSOVoxelSetGroup objects.
1.5.8