9 #ifndef __HOM_Track_h__
10 #define __HOM_Track_h__
42 virtual std::string
name() = 0;
45 virtual double eval() = 0;
46 virtual double evalAtTime(
double time) = 0;
47 virtual double evalAtFrame(
double frame) = 0;
48 virtual double evalAtSample(
double sample) = 0;
50 virtual std::vector<double> evalAtTimeRange(
double start,
double end) = 0;
51 virtual std::vector<double> evalAtFrameRange(
double start,
double end) = 0;
52 virtual std::vector<double> evalAtSampleRange(
double start,
double end) = 0;
56 virtual std::vector<double> allSamples() = 0;
58 virtual void *_asVoidPointer() = 0;
61 virtual double evalAtSampleIndex(
int index) = 0;
66 virtual HOM_Parm *overrideParm()
const = 0;
67 virtual bool isOverrideActive()
const = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
virtual HOM_ChopNode * chopNode() const =0
GT_API const UT_StringHolder time
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