MeVisLab Scripting Reference
|
#include <mlCSOVoxelSetListWrapper.h>
Inherits QObject.
Public Slots | |
MLCSOVoxelSetWrapper * | addCSOVoxelSet (QString label) |
MLCSOVoxelSetGroupWrapper * | addCSOVoxelSetGroup (QString label) |
MLCSOVoxelSetWrapper * | csoVoxelSetAt (int idx) |
MLCSOVoxelSetGroupWrapper * | csoVoxelSetGroupAt (int idx) |
MLCSOVoxelSetGroupWrapper * | csoVoxelSetGroupWithId (int id) |
MLCSOVoxelSetWrapper * | csoVoxelSetWithId (int id) |
void | destroy () |
QList< double > | getBoundingBoxV1 () const |
QList< double > | getBoundingBoxV2 () const |
int | getNumCSOVoxelSet () const |
int | getNumCSOVoxelSetGroup () const |
A class that wraps CSOVoxelSetList objects for use in Scripting.
|
slot |
Adds a new CSOVoxelSet
to the list and returns its wrapper.
|
slot |
Adds a new CSOVoxelSetGroup
to the list and returns its wrapper.
|
slot |
Get CSOVoxelSet
object at a given index.
|
slot |
Get CSOVoxelSetGroup
object at a given index.
|
slot |
Get CSOVoxelSetGroup
object by id.
|
slot |
Get CSOVoxelSet
object by id.
|
slot |
Deletes internal structures.
|
slot |
Returns the minimum corner of the voxel bounding box of all member CSOVoxelSets.
|
slot |
Returns the maximum corner of the voxel bounding box of all member CSOVoxelSets.
|
slot |
Get number of CSOVoxelSet
objects.
|
slot |
Get number of CSOVoxelSetGroup
objects.