#include <algebraic_surface.hpp>
Definition at line 39 of file algebraic_surface.hpp.
typedef bounding_box<C,Ref> BoundingBox |
Definition at line 45 of file algebraic_surface.hpp.
typedef algebraic_set<C,Ref>::Polynomial Polynomial |
Definition at line 43 of file algebraic_surface.hpp.
Definition at line 46 of file algebraic_surface.hpp.
algebraic_surface | ( | void | ) | [inline] |
Definition at line 48 of file algebraic_surface.hpp.
algebraic_surface | ( | char * | s | ) | [inline] |
Definition at line 66 of file algebraic_surface.hpp.
References algebraic_surface< C, V >::set_equation().
00066 : Surface() 00067 { 00068 this->set_equation(Polynomial(s)); 00069 }
algebraic_surface | ( | const Polynomial & | p | ) | [inline] |
Definition at line 72 of file algebraic_surface.hpp.
References algebraic_surface< C, V >::set_equation().
00072 : Surface() 00073 { 00074 this->set_equation(p); 00075 }
~algebraic_surface | ( | void | ) | [inline] |
Definition at line 53 of file algebraic_surface.hpp.
Polynomial equation | ( | ) | const [inline] |
Definition at line 57 of file algebraic_surface.hpp.
Referenced by bcell3d_algebraic_surface< C, V >::bcell3d_algebraic_surface(), and cell3d_algebraic_surface< C, V >::cell3d_algebraic_surface().
typedef REF_OF | ( | V | ) |
Polynomial set_equation | ( | const Polynomial & | p | ) | [inline] |
Definition at line 55 of file algebraic_surface.hpp.
Referenced by algebraic_surface< C, V >::algebraic_surface().