9 #ifndef __HOM_ViewportVisualizer_h__
10 #define __HOM_ViewportVisualizer_h__
41 virtual void setName(
const char *
name) = 0;
44 virtual void setLabel(
const char *
label) = 0;
47 virtual void setIcon(
const char *
icon) = 0;
63 SWIGOUT(%newobject categoryNode;)
64 virtual HOM_Node *categoryNode() = 0;
69 virtual bool isShownInToolbar() = 0;
70 virtual void showInToolbar(
bool on) = 0;
72 virtual bool isActiveWhenUnselected() = 0;
73 virtual void setIsActiveWhenUnselected(
bool on) = 0;
74 virtual bool isActiveWhenSelected() = 0;
75 virtual void setIsActiveWhenSelected(
bool on) = 0;
76 virtual bool isActiveWhenGhosted() = 0;
77 virtual void setIsActiveWhenGhosted(
bool on) = 0;
78 virtual bool isActiveWhenDisplayed() = 0;
79 virtual void setIsActiveWhenDisplayed(
bool on) = 0;
80 virtual bool isActiveWhenCurrent() = 0;
81 virtual void setIsActiveWhenCurrent(
bool on) = 0;
82 virtual bool isActiveWhenTemplated() = 0;
83 virtual void setIsActiveWhenTemplated(
bool on) = 0;
85 virtual std::vector<std::string> parmNames() = 0;
86 virtual double evalParmAsFloat(
const char *parm_name) = 0;
87 virtual int evalParmAsInt(
const char *parm_name) = 0;
88 virtual std::string evalParmAsString(
const char *parm_name) = 0;
89 SWIGOUT(%newobject evalParmAsRamp;)
90 virtual HOM_Ramp *evalParmAsRamp(
const char *parm_name) = 0;
95 InterpreterObject evalParm(
const char *parm_name)
97 return HOMevalViewportVisualizerParm(*
self, parm_name);
102 virtual void setParm(
const char *parm_name,
double float_value) = 0;
103 virtual void setParm(
const char *parm_name,
int64 int_value) = 0;
104 virtual void setParm(
const char *parm_name,
const char *
string_value) = 0;
105 virtual void setParm(
const char *parm_name,
HOM_Ramp *ramp_value) = 0;
108 virtual int parmDataTypeEnumId(
const char *parm_name) = 0;
110 virtual void destroy() = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
GLuint GLsizei const GLchar * label
GLsizei const GLchar *const * string
string __repr__(VtArray< T > const &self)
virtual ~HOM_ViewportVisualizer()
void ignore(T const &) VULKAN_HPP_NOEXCEPT
#define HOM_CONSTRUCT_OBJECT(pointer)
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
GLuint const GLchar * name
virtual std::string icon()=0
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.