BIMHome v1.0.0
BIMHome接口文档说明
Public 成员函数 | Private 属性 | 所有成员列表
Texture类 参考

纹理类 更多...

#include <Material.h>

Public 成员函数

std::string getValue () const
 获取纹理路径
 
bool operator!= (const Texture &t) const
 重载!=运算符,比较两个纹理对象是否不相等
 
Textureoperator= (const Texture &t)
 重载=运算符,赋值操作
 
bool operator== (const Texture &t) const
 重载==运算符,比较两个纹理对象是否相等
 
void setValue (const std::string &path)
 设置纹理路径
 
 Texture (std::string path="")
 
 ~Texture ()
 

Private 属性

std::string _texturePath
 纹理路径
 

详细描述

纹理类

提供纹理路径的设置和获取功能,支持比较和赋值操作。


该类的文档由以下文件生成: