using namespace HDK_Sample;
void
{
"hdk_arrayattrib",
"Array Attribute",
1,
1));
}
};
{
};
{
}
{
mySopFlags.setManagesDataIDs(true);
}
SOP_ArrayAttrib::~SOP_ArrayAttrib()
{
}
{
aname,
-1, -1);
if (!attrib)
{
aname,
1);
}
if (!attrib)
{
buf.
sprintf(
"Failed to create array attributes \"%s\"",
(const char *) aname);
}
if (!aif)
{
buf.
sprintf(
"Attribute \"%s\" not a numeric array!",
(const char *) aname);
}
{
aif->
get(attrib, ptoff, data);
aif->
set(attrib, ptoff, data);
}
}