STL文件序列化讀取

//實體類 class CSTLSolid { public: //constructor and destructor CSTLSolid() { m_bInitialized=FALSE; m_pIntersections=NULL; } ~CSTLSolid(void) {delete []m_pIntersections;} // Implementation vo
相關文章
相關標籤/搜索