Exemplo n.º 1
0
 void set_conic(bool b) { has_conic(b);}
Exemplo n.º 2
0
 SEG_Writer() : Writer() {
     has_arc(false);
     has_cubic(false);
     has_conic(false);
 }
Exemplo n.º 3
0
 bool get_conic() const {return has_conic();}