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

#include <ShaderGraph.h>

Public Member Functions

 ShaderGraphEdge (ShaderOutput *up, ShaderInput *down)
 
bool operator== (const ShaderGraphEdge &rhs) const
 
bool operator!= (const ShaderGraphEdge &rhs) const
 
bool operator< (const ShaderGraphEdge &rhs) const
 

Public Attributes

ShaderOutputupstream
 
ShaderInputdownstream
 

Detailed Description

An edge returned during shader graph traversal.

Definition at line 204 of file ShaderGraph.h.

Constructor & Destructor Documentation

ShaderGraphEdge::ShaderGraphEdge ( ShaderOutput up,
ShaderInput down 
)
inline

Definition at line 207 of file ShaderGraph.h.

Member Function Documentation

bool ShaderGraphEdge::operator!= ( const ShaderGraphEdge rhs) const
inline

Definition at line 218 of file ShaderGraph.h.

bool ShaderGraphEdge::operator< ( const ShaderGraphEdge rhs) const
inline

Definition at line 223 of file ShaderGraph.h.

bool ShaderGraphEdge::operator== ( const ShaderGraphEdge rhs) const
inline

Definition at line 213 of file ShaderGraph.h.

Member Data Documentation

ShaderInput* ShaderGraphEdge::downstream

Definition at line 229 of file ShaderGraph.h.

ShaderOutput* ShaderGraphEdge::upstream

Definition at line 228 of file ShaderGraph.h.


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