STL文件序列化读取

//实体类 class CSTLSolid { public: //constructor and destructor CSTLSolid() { m_bInitialized=FALSE; m_pIntersections=NULL; } ~CSTLSolid(void) {delete []m_pIntersections;} // Implementation vo
相关文章
相关标签/搜索