#ifndef __SOP_DualStar_h__
#define __SOP_DualStar_h__
namespace HDK_Sample {
{
public:
protected:
int outputidx,
) override;
private:
int NEGRADIUS() {
return evalInt (
"nradius", 0, 0); }
int ORIENT() {
return evalInt (
"orient", 0, 0); }
};
}
#endif