#ifndef __SOP_Surface_h__
#define __SOP_Surface_h__
namespace HDK_Sample {
{
public:
protected:
const char *
inputLabel(
unsigned idx)
const override;
private:
bool BUILDPOLYSOUP(
fpreal t) {
return evalInt(
"buildpolysoup", 0, t) != 0; }
};
}
#endif