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

#include <Hatch.h>

类 Hatch 继承关系图:
Geometry

Public 成员函数

virtual Geometrycopy (void) const
 
std::vector< std::string > getElements ()
 获取几何对象元素
 
std::vector< Geometry * > getGeoList () const
 获取地理数据
 
std::string getHatchType ()
 获取填充类型
 
 Hatch ()
 
 Hatch (const std::vector< std::string > &mDimElements)
 设置三维填充的存储数组
 
void setElements (const std::vector< std::string > &elements)
 设置几何对象元素
 
void setGeoList (const std::vector< Geometry * > &geoList)
 设置地理数据
 
void setHatchType (std::string hatchType)
 设置填充类型
 
virtual ~Hatch ()
 
- Public 成员函数 继承自 Geometry
Geometryclone (void) const
 
 Geometry ()
 
virtual double getLength () const
 
GeometryType getType () const
 
virtual ~Geometry ()
 

Private 属性

std::vector< std::string > mHatchElements
 
std::vector< Geometry * > mHatchGeometry
 
std::string mHatchType
 

额外继承的成员函数

- Protected 属性 继承自 Geometry
GeometryType mType
 

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