realroot_doc 0.1.1
|
#include <fatarcs.hpp>
Definition at line 23 of file fatarcs.hpp.
Definition at line 25 of file fatarcs.hpp.
Definition at line 26 of file fatarcs.hpp.
typedef std::vector<C> vec_t |
Definition at line 27 of file fatarcs.hpp.
domain | ( | ) | [inline] |
Definition at line 34 of file fatarcs.hpp.
{ };
domain | ( | int | n | ) | [inline] |
Definition at line 35 of file fatarcs.hpp.
Definition at line 36 of file fatarcs.hpp.
{ I<<intxy<<intxy; };
Definition at line 37 of file fatarcs.hpp.
{ I<<intx<<inty; };
vec_t center | ( | ) | [inline] |
Seq<C> delta | ( | ) | [inline] |
Definition at line 76 of file fatarcs.hpp.
Referenced by minmax_box().
C diam | ( | ) | [inline] |
Definition at line 47 of file fatarcs.hpp.
Referenced by solver_mv_fatarcs< C >::solver().
C dim | ( | ) | [inline] |
Definition at line 40 of file fatarcs.hpp.
Referenced by solver_mv_fatarcs< C >::solver().
vec_t llc | ( | ) | [inline] |
void print | ( | int | digits | ) | [inline] |
Definition at line 83 of file fatarcs.hpp.
{ std::cout.precision(digits); std::cout<<"["<< TODOUBLE(I[0].m)<<", "<< TODOUBLE(I[0].M)<<"]x["<< TODOUBLE(I[1].m)<<", "<< TODOUBLE(I[1].M)<<"],"<<std::endl; // std::cout << "box midpt: (" <<(llc()[0]+urc()[0])/C(2)<<","<<(llc()[1]+urc()[1])/C(2)<<")"<<std::endl; std::cout << "diam: " <<diam()<<std::endl; };
void split | ( | domain< C > * | ch | ) | [inline] |
Definition at line 91 of file fatarcs.hpp.
Referenced by solver_mv_fatarcs< C >::solver().
vec_t urc | ( | ) | [inline] |
Definition at line 31 of file fatarcs.hpp.
Referenced by box_rep< C >::box_rep(), and minmax_box().