|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <Block2D.h>
Public 成员函数 | |
| Block2D () | |
| Block2D (const std::vector< Base::Geometry2D * > &geoList) | |
| 构造二维块 | |
| std::vector< Geometry2D * > | getGeometry2DList () const |
| virtual | ~Block2D () |
Public 成员函数 继承自 Geometry2D | |
| Geometry2D * | clone (void) const |
| virtual Geometry2D * | copy (void) const =0 |
| Geometry2D () | |
| Geometry2DType | getType () const |
| virtual | ~Geometry2D () |
Private 属性 | |
| std::vector< Geometry2D * > | mGeoLists |
额外继承的成员函数 | |
Protected 属性 继承自 Geometry2D | |
| Geometry2DType | mType |