9 #ifndef __HOM_ChannelGraph_h__
10 #define __HOM_ChannelGraph_h__
49 virtual int __hash__() = 0;
54 std::vector< HOM_ElemPtr<HOM_BaseKeyframe> >
55 > selectedKeyframes() = 0;
57 virtual std::vector< HOM_ElemPtr<HOM_ChannelGraphSelection> >
selection() = 0;
58 virtual void setSelection(
const std::vector<HOM_ChannelGraphSelection*> &
s) = 0;
64 virtual std::vector<double> retimeMarkers() = 0;
68 virtual void insertRetimeMarker(
double time) = 0;
69 virtual void deleteRetimeMarker(
int index) = 0;
71 virtual void deleteSelectedRetimeMarkers() = 0;
72 virtual void clearRetimeMarkers() = 0;
75 virtual void moveSelectedRetimeMarkers(
double delta,
bool with_keys) = 0;
78 #endif // __HOM_ChannelGraph_h__
GT_API const UT_StringHolder selection
#define HOM_DESTRUCT_OBJECT(pointer)
GT_API const UT_StringHolder time
string __repr__(VtArray< T > const &self)
virtual ~HOM_ChannelGraph()
UT_Optional< HOM_IntInterval > HOM_OptionalIntInterval
#define HOM_CONSTRUCT_OBJECT(pointer)
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
HOM_ChannelGraph(const HOM_ChannelGraph &pane)
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.