![]() |
|
A class representing a parameter. More...
#include <glslfxConfig.h>
Public Member Functions | |
| Parameter (std::string const &name, VtValue const &defaultValue, std::string const &docString="", Role const &role=RoleNone) | |
Public Attributes | |
| std::string | name |
| VtValue | defaultValue |
| std::string | docString |
| Role | role |
A class representing a parameter.
Definition at line 48 of file glslfxConfig.h.
|
inline |
Definition at line 50 of file glslfxConfig.h.
| VtValue defaultValue |
Definition at line 60 of file glslfxConfig.h.
| std::string docString |
Definition at line 61 of file glslfxConfig.h.
| std::string name |
Definition at line 59 of file glslfxConfig.h.
| Role role |
Definition at line 62 of file glslfxConfig.h.