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