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