摘要: Abstract. C++ lets us redefine the meaning of the operators when applied to objects. It also lets us define conversion operations for class types. Class-type conversions are used like the built-in conversions to implicitly convert an object of one type to another type when needed. A conversion operator provides a way for you to define how an object can be converted automatically to a different type. The paper gives some conversion operators examples in OpenCascade. Key words. OpenCascade, Con 阅读全文
posted @ 2014-04-12 19:29 opencascade 阅读(1069) 评论(0) 推荐(0) 编辑