35 #ifndef IE_CORE_TIMEPERIOD_H
36 #define IE_CORE_TIMEPERIOD_H
40 #include "boost/date_time/posix_time/posix_time.hpp"
42 #include "IECore/Export.h"
48 class IECORE_API
TimePeriod :
public boost::posix_time::time_period
52 TimePeriod(
const boost::posix_time::time_period &tp );
53 TimePeriod(
const boost::posix_time::ptime &p,
const boost::posix_time::time_duration &td );
54 TimePeriod(
const boost::posix_time::ptime &p1,
const boost::posix_time::ptime &p2 );
60 #endif // IE_CORE_TIMEPERIOD_H
A default constructable boost::posix_time::time_period, for use as parameter to IECore::TypedData tem...
Definition: TimePeriod.h:48
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43