5 #ifndef _S_OBJECTNORMALIZED_H
6 # define _S_OBJECTNORMALIZED_H
8 # ifdef WITH_BOOST_1_36
11 # include <boost/serialization/base_object.hpp>
36 template<
class Archive>
39 ar & boost::serialization::base_object<S_Object>(*
this);
Definition: S_ObjectNormalized.h:16
SCH_API S_ObjectNormalized(void)
virtual SCH_API Point3 support(const Vector3 &v) const
put the vector NORMALIZED it in objects coordinates, then calls l_support. DO NOT OVERLOAD IT UNLESS ...
Definition: S_ObjectNormalized.hxx:1
void serialize(Archive &ar, const unsigned int)
Definition: S_ObjectNormalized.h:37
virtual SCH_API ~S_ObjectNormalized(void)
Definition: S_Object.h:72
#define SCH_API
Definition: sch_api.h:13