15 #ifndef GEOMTOOLS_I_PLACEMENT_H 16 #define GEOMTOOLS_I_PLACEMENT_H 1 25 #include <boost/cstdint.hpp> 26 #include <boost/serialization/access.hpp> 78 virtual size_t compute_index_map(std::vector<uint32_t> & map_,
int item_)
const = 0;
90 virtual void tree_dump(std::ostream & out_ = std::clog,
91 const std::string & title_ =
"",
92 const std::string & indent_ =
"",
93 bool inherit_ =
false)
const;
114 #endif // GEOMTOOLS_I_PLACEMENT_H #define DR_CLASS_INIT(Introspectable)
Inform Camp that class Introspectable exists and trigger the automatic registration of dedicated refl...
Definition: reflection_interface.h:149
#define DATATOOLS_SERIALIZATION_DECLARATION()
Definition: i_serializable.h:266
#define DR_CLASS_RTTI()
Declare Camp RTTI within class declaration.
Definition: reflection_interface.h:46