GetLabelName

函数功能

根据索引获取类名称。

函数原型

1
std::string ModelPostProcessorBase::GetLabelName(int index);

参数说明

参数名

输入/输出

说明

index

输入

类索引。

返回参数说明

数据结构

说明

std::string

类名称。