#ifndef __GUI_PrimFramework__
#define __GUI_PrimFramework__
namespace HDK_Sample
{
    
{
public:
             GUI_PrimFrameworkHook();
            ~GUI_PrimFrameworkHook() override;
};
{
public:
                        ~GUI_PrimFramework() override;
    const char         *className() const override
                            { return "GUI_PrimFramework"; }
                                        int geo_type,
                                            bool first_init) override;
    
    bool                updateOnViewChange(
                        { return false; }
    
                        {}
    bool                needsGLStateCheck(
                        { return false; }
                        { return false; }
    
                            { return true; }
    
    
                                   unsigned int pick_type,
                                   bool has_pick_map) override;
private:
};
} 
#endif