9 #ifndef __HOM_Track_h__
10 #define __HOM_Track_h__
44 virtual double eval() = 0;
45 virtual double evalAtTime(
double time) = 0;
46 virtual double evalAtFrame(
double frame) = 0;
47 virtual double evalAtSample(
double sample) = 0;
49 virtual std::vector<double> evalAtTimeRange(
double start,
double end) = 0;
50 virtual std::vector<double> evalAtFrameRange(
double start,
double end) = 0;
51 virtual std::vector<double> evalAtSampleRange(
double start,
double end) = 0;
55 virtual std::vector<double> allSamples() = 0;
57 virtual void *_asVoidPointer() = 0;
60 virtual double evalAtSampleIndex(
int index) = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
virtual HOM_ChopNode * chopNode() const =0
GT_API const UT_StringHolder time
GLsizei const GLchar *const * string
string __repr__(VtArray< T > const &self)
HOM_Track(const HOM_Track &)
#define HOM_CONSTRUCT_OBJECT(pointer)
HUSD_API bool eval(VtValue &val, T &ret_val)
GLuint const GLchar * name
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
IMF_EXPORT int numSamples(int s, int a, int b)
IMATH_INTERNAL_NAMESPACE_HEADER_ENTER IMATH_HOSTDEVICE IMATH_CONSTEXPR14 T clip(const T &p, const Box< T > &box) IMATH_NOEXCEPT