| 
    HDK
    
   | 
 
This is the complete list of members for Shader, including all inherited members.
| _attributeMap | Shader | protected | 
| _graph | Shader | protected | 
| _name | Shader | protected | 
| _stages | Shader | protected | 
| _stagesMap | Shader | protected | 
| createStage(const string &name, ConstSyntaxPtr syntax) | Shader | protected | 
| getAttribute(const string &attrib) const | Shader | inline | 
| getGraph() const | Shader | inline | 
| getGraph() | Shader | inline | 
| getName() const | Shader | inline | 
| getSourceCode(const string &stage=Stage::PIXEL) const | Shader | inline | 
| getStage(size_t index) | Shader | |
| getStage(size_t index) const | Shader | |
| getStage(const string &name) | Shader | |
| getStage(const string &name) const | Shader | |
| hasAttribute(const string &attrib) const | Shader | inline | 
| hasClassification(unsigned int c) const | Shader | inline | 
| hasStage(const string &name) | Shader | |
| numStages() const | Shader | inline | 
| setAttribute(const string &attrib, ValuePtr value) | Shader | inline | 
| setAttribute(const string &attrib) | Shader | inline | 
| setSourceCode(const string &code, const string &stage=Stage::PIXEL) | Shader | inline | 
| Shader(const string &name, ShaderGraphPtr graph) | Shader | |
| ShaderGenerator class | Shader | friend | 
| ~Shader() | Shader | inlinevirtual |