Katana Plug-in APIs 0.1
Public Member Functions

Foundry::Katana::RenderOutputUtils::ShadingNodeDescription Class Reference

ShadingNodeDescription. More...

#include <ShadingNodeDescription.h>

List of all members.

Public Member Functions

bool isValid () const
std::string getName () const
std::string getType () const
unsigned int getNumberOfParameterNames () const
std::string getParameterName (unsigned int index) const
FnAttribute::Attribute getParameter (const std::string &name) const
unsigned int getNumberOfConnectionNames () const
std::string getConnectionName (unsigned int index) const
ShadingNodeConnectionDescription getConnection (const std::string &name) const

Detailed Description

ShadingNodeDescription.


Member Function Documentation

ShadingNodeConnectionDescription Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getConnection ( const std::string &  name) const

getConnection

std::string Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getConnectionName ( unsigned int  index) const

getConnectionName

std::string Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getName ( ) const

getName

unsigned int Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getNumberOfConnectionNames ( ) const

getNumberOfConnectionNames

unsigned int Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getNumberOfParameterNames ( ) const

getNumberOfParameterNames

FnAttribute::Attribute Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getParameter ( const std::string &  name) const

getParameter

std::string Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getParameterName ( unsigned int  index) const

getParameterName

std::string Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::getType ( ) const

getType

bool Foundry::Katana::RenderOutputUtils::ShadingNodeDescription::isValid ( ) const [inline]

isValid


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator