|
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 |
Returns the CSOVoxelSet object at a given index.
|
slot |
Returns the CSOVoxelSetGroup object at a given index.
|
slot |
Returns the CSOVoxelSetGroup object by ID.
|
slot |
Returns the 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 |
Returns the number of CSOVoxelSet objects.
|
slot |
Returns the number of CSOVoxelSetGroup objects.