16 #ifndef GEOMTOOLS_QUADRANGLE_H 17 #define GEOMTOOLS_QUADRANGLE_H 1 24 #include <boost/scoped_ptr.hpp> 59 double tolerance_ = 0.0);
128 virtual void tree_dump(std::ostream & out_ = std::clog,
129 const std::string & title_ =
"",
130 const std::string & indent_ =
"",
131 bool inherit_=
false)
const;
174 uint32_t options_ = 0)
const;
196 boost::scoped_ptr<triangle> _t012_;
197 boost::scoped_ptr<triangle> _t023_;
206 #endif // GEOMTOOLS_QUADRANGLE_H
#define GEOMTOOLS_OBJECT_3D_REGISTRATION_INTERFACE(ModelClassName)
Definition: i_object_3d.h:260