GetLabelName
Function Usage
Obtains the class name based on the index.
Prototype
std::string GetLabelName(int index);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
index |
Input |
Class index. |
Return Parameter Description
Data Structure |
Description |
|---|---|
std::string |
Class name. |
Parent topic: ModelPostProcessorBase