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