#ifndef __VOP_CustomContext_h__
#define __VOP_CustomContext_h__
namespace HDK_Sample {
{
public:
};
{
public:
{ return &myOperatorFilter; }
protected:
const char *name,
private:
private:
SOP_CustomVopOperatorFilter myOperatorFilter;
};
{
public:
const char *
inputLabel(
unsigned idx)
const override;
protected:
const char *name,
int idx) const override;
int idx) const override;
unsigned idx,
private:
static void nodeEventHandler(
void *callee,
void handleParmChanged(int parm_index);
private:
};
}
#endif // __VOP_CustomContext_h__