HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HioGlslfxConfig::Parameter Class Reference

#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
 

Detailed Description

A class representing a parameter.

Definition at line 65 of file glslfxConfig.h.

Constructor & Destructor Documentation

HioGlslfxConfig::Parameter::Parameter ( std::string const name,
VtValue const defaultValue,
std::string const docString = "",
Role const role = RoleNone 
)
inline

Definition at line 67 of file glslfxConfig.h.

Member Data Documentation

VtValue HioGlslfxConfig::Parameter::defaultValue

Definition at line 77 of file glslfxConfig.h.

std::string HioGlslfxConfig::Parameter::docString

Definition at line 78 of file glslfxConfig.h.

std::string HioGlslfxConfig::Parameter::name

Definition at line 76 of file glslfxConfig.h.

Role HioGlslfxConfig::Parameter::role

Definition at line 79 of file glslfxConfig.h.


The documentation for this class was generated from the following file: