RenderManAPI
24.0
|
An interface to lookup and match custom light path expressions (LPEs). More...
#include <RixInterfaces.h>
Inherits RixInterface.
Public Types | |
enum | Type { k_Float, k_Integer, k_StringV, k_Color, k_Normal, k_Vector, k_Point, k_HPoint, k_MPoint, k_Matrix } |
Public Member Functions | |
virtual int | LookupLPE (char const *lpeExpr)=0 |
virtual int | LookupLPEByName (char const *lpeName)=0 |
virtual bool | MatchesLPE (int customLpe, RixLPEState *lpeState, RtColorRGB &thruput)=0 |
virtual void | RegisterScatterCallback (RixLPECallback callbackFunc, void *userData=NULL)=0 |
virtual void | InvokeScatterCallbacks (RixLPEState *lpeState, RixShadingContext const *sCtx, int sCtxIndex, RtColorRGB const &thruput, RtColorRGB const *lightTrans, bool firstContribution)=0 |
virtual int | GetVersion () const |
Get the version number of this interface. More... | |
Protected Member Functions | |
RixCustomLPE () | |
Protected Attributes | |
int | m_version |
Version number of this interface. More... | |
An interface to lookup and match custom light path expressions (LPEs).
|
inherited |
|
inlineprotected |
|
inlinevirtualinherited |
Get the version number of this interface.
Different interfaces might have different version numbers in a given release.
References RixInterface::m_version.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protectedinherited |
Version number of this interface.
Referenced by RixInterface::GetVersion().