15 #ifndef GEOMTOOLS_SIMPLE_BOXED_MODEL_H 16 #define GEOMTOOLS_SIMPLE_BOXED_MODEL_H 1 33 void set_x (
double x_);
35 void set_y (
double y_);
37 void set_z (
double z_);
39 double get_x ()
const;
41 double get_y ()
const;
43 double get_z ()
const;
59 virtual void tree_dump (std::ostream & out_ = std::clog,
60 const std::string & title_ =
"",
61 const std::string & indent_ =
"",
62 bool inherit_ =
false)
const;
71 std::string _material_name_;
84 #endif // GEOMTOOLS_SIMPLE_BOXED_MODEL_H
#define GEOMTOOLS_MODEL_REGISTRATION_INTERFACE(ModelClassName)
Definition: model_macros.h:30