#include "iaobjectvis_export.h"
#include <QString>
◆ iAObjectType
Types of objects currently supported by the object visualization framework.
| Enumerator |
|---|
| InvalidObjectType | |
| Fibers | |
| Voids | |
| Other | |
◆ iAObjectVisType
| Enumerator |
|---|
| UseVolume | |
| Line | |
| Cylinder | |
| Ellipsoid | |
| None | |
| Count | |
◆ MapObjectTypeToString()
| iAobjectvis_API QString MapObjectTypeToString |
( |
int | objectType | ) |
|
Map a value from iAObjectType to a string representation for display to the user.
◆ MapStr2VisType()
◆ MapStringToObjectType()
| iAobjectvis_API iAObjectType MapStringToObjectType |
( |
QString const & | objectTypeName | ) |
|
Map a string value to the corresponding iAObjectType.
◆ MapVisType2Str()
Map an object visualization type to string.