|
open_iA 2025.6
|
#include "iaobjectvis_export.h"#include <QString>Enumerations | |
| enum | iAObjectType { InvalidObjectType = -1 , Fibers , Voids , Other } |
| Types of objects currently supported by the object visualization framework. More... | |
| enum class | iAObjectVisType { UseVolume , Line , Cylinder , Ellipsoid , None , Count } |
Functions | |
| iAobjectvis_API QString | MapObjectTypeToString (int objectType) |
| Map a value from iAObjectType to a string representation for display to the user. | |
| iAobjectvis_API iAObjectVisType | MapStr2VisType (QString const &name) |
| iAobjectvis_API iAObjectType | MapStringToObjectType (QString const &objectTypeName) |
| Map a string value to the corresponding iAObjectType. | |
| iAobjectvis_API QString | MapVisType2Str (iAObjectVisType visType) |
| Map an object visualization type to string. | |
| enum iAObjectType |
|
strong |
| iAobjectvis_API QString MapObjectTypeToString | ( | int | objectType | ) |
Map a value from iAObjectType to a string representation for display to the user.
| iAobjectvis_API iAObjectVisType MapStr2VisType | ( | QString const & | name | ) |
| iAobjectvis_API iAObjectType MapStringToObjectType | ( | QString const & | objectTypeName | ) |
Map a string value to the corresponding iAObjectType.
| iAobjectvis_API QString MapVisType2Str | ( | iAObjectVisType | visType | ) |
Map an object visualization type to string.