示例#1
0
 void set_cubic(bool b) { has_cubic(b);}
 SEG_Writer() : Writer() {
     has_arc(false);
     has_cubic(false);
     has_conic(false);
 }
示例#3
0
 bool get_cubic() const {return has_cubic();}