16 #ifndef GEOMTOOLS_LINE_3D_H 17 #define GEOMTOOLS_LINE_3D_H 1 62 void set_first(
double x_,
double y_,
double z_);
71 void set_last(
double x_,
double y_,
double z_);
90 line_3d(
double x0_,
double y0_,
double z0_,
91 double x1_,
double y1_,
double z1_);
100 virtual void tree_dump(std::ostream & out_ = std::clog,
101 const std::string & title_ =
"",
102 const std::string & indent_ =
"",
103 bool inherit_ =
false)
const;
178 uint32_t options_ = 0)
const;
195 #include <boost/serialization/export.hpp> 199 #include <boost/serialization/version.hpp> 202 #endif // GEOMTOOLS_LINE_3D_H
#define DATATOOLS_SERIALIZATION_DECLARATION()
Definition: i_serializable.h:266