9 #ifndef __HOM_IndexPairPropertyTable_h__
10 #define __HOM_IndexPairPropertyTable_h__
40 virtual int numIndices() = 0;
42 virtual std::vector<std::string> propertyNames() = 0;
43 virtual HOM_EnumValue *propertyDataType(
const char *prop_name) = 0;
44 virtual int propertySize(
const char *prop_name) = 0;
46 virtual double floatPropertyValueAtIndex(
const char *prop_name,
int idx) = 0;
47 virtual std::vector<double> floatListPropertyValueAtIndex(
const char *prop_name,
int idx) = 0;
49 virtual int intPropertyValueAtIndex(
const char *prop_name,
int idx) = 0;
50 virtual std::vector<int> intListPropertyValueAtIndex(
const char *prop_name,
int idx) = 0;
52 virtual std::string stringPropertyValueAtIndex(
const char *prop_name,
int idx) = 0;
53 virtual std::vector<std::string> stringListPropertyValueAtIndex(
const char *prop_name,
int idx) = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
HOM_IndexPairPropertyTable(const HOM_IndexPairPropertyTable &)
virtual ~HOM_IndexPairPropertyTable()
GLsizei const GLchar *const * string
string __repr__(VtArray< T > const &self)
#define HOM_CONSTRUCT_OBJECT(pointer)
HOM_IndexPairPropertyTable()
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
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.