9 #ifndef __HOM_EdgeGroup_h__
10 #define __HOM_EdgeGroup_h__
38 virtual int __hash__() = 0;
47 virtual HOM_IterableList<HOM_Edge> *iterEdges() = 0;
49 virtual std::vector<HOM_ElemPtr<HOM_Edge> > edges() = 0;
55 virtual void add(
const std::vector<HOM_Edge *> &edges) = 0;
59 virtual void remove(
HOM_Edge &edge) = 0;
61 virtual void remove(
const std::vector<HOM_Edge *> &edges) = 0;
65 virtual void clear() = 0;
67 virtual void destroy() = 0;
69 virtual int64 edgeCount() = 0;
74 virtual void incrementDataId() = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
GLsizei const GLchar *const * string
string __repr__(VtArray< T > const &self)
#define HOM_CONSTRUCT_OBJECT(pointer)
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
HOM_EdgeGroup(const HOM_EdgeGroup &)
GLuint const GLchar * name
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
ImageBuf OIIO_API add(Image_or_Const A, Image_or_Const B, ROI roi={}, int nthreads=0)
bool OIIO_UTIL_API contains(string_view a, string_view b)
Does 'a' contain the string 'b' within it?
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.