MeVisLab Scripting Reference
|
#include <mlCSOVoxelSetGroupWrapper.h>
Inherits QObject.
Public Slots | |
void | addCSOVoxelSetId (int id) |
MLCSOVoxelSetWrapper * | csoVoxelSetAt (unsigned int index) const |
QList< double > | getBoundingBoxV1 () const |
QList< double > | getBoundingBoxV2 () const |
int | getCSOVoxelSetIdAt (unsigned int index) const |
MLCSOVoxelSetListWrapper * | getCSOVoxelSetListWrapper () const |
QString | getDescription () const |
QString | getLabel () const |
int | getNumCSOVoxelSet () const |
int | getUniqueId () const |
void | setDescription (const QString &desc) |
void | setLabel (const QString &label) |
void | setUniqueId (int uid) |
A class that wraps CSOVoxelSetGroup objects for use in Scripting.
|
slot |
Adds the CSO with the given id to this group.
|
slot |
Returns a pointer to the CSOVoxelSet at the given index. Beware: no index check.
|
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 id of an associated CSOVoxelSet at the given index. Beware: no index check.
|
slot |
Returns a pointer to the embracing CSOVoxelSetList of this Group.
|
slot |
Returns the group description.
|
slot |
Returns the group label.
|
slot |
Returns the number of CSOVoxelSets in this group.
|
slot |
Returns the id of this group.
|
slot |
Sets the group description.
|
slot |
Sets the group label.
|
slot |
Sets unique id.