14 #ifndef GEOMTOOLS_RIGHT_CIRCULAR_CONICAL_FRUSTRUM_H 15 #define GEOMTOOLS_RIGHT_CIRCULAR_CONICAL_FRUSTRUM_H 1 29 class right_circular_conical_nappe;
162 double outer_bottom_radius_,
163 double inner_top_radius_,
164 double outer_top_radius_,
169 double outer_bottom_radius_,
170 double inner_top_radius_,
171 double outer_top_radius_,
174 double delta_angle_);
180 virtual void tree_dump (std::ostream & out_ = std::clog,
181 const std::string & title_ =
"",
182 const std::string & indent_ =
"",
183 bool inherit_ =
false)
const;
269 virtual void reset();
290 uint32_t options_ = 0)
const;
302 double _inner_bottom_radius_;
303 double _outer_bottom_radius_;
304 double _inner_top_radius_;
305 double _outer_top_radius_;
319 #endif // GEOMTOOLS_RIGHT_CIRCULAR_CONICAL_FRUSTRUM_H
#define GEOMTOOLS_OBJECT_3D_REGISTRATION_INTERFACE(ModelClassName)
Definition: i_object_3d.h:260