RenderMan API  23.0
RixLPEInfo Class Referenceabstract

#include <RixInterfaces.h>

Inheritance diagram for RixLPEInfo:
RixInterface

Public Member Functions

virtual int GetLpeIdByName (bool discrete, bool specular, bool reflect, bool user, unsigned char lobeId, char const *name) const =0
 
virtual int GetNumPotentialDiffuseLobes () const =0
 
virtual int GetNumPotentialSpecularLobes () const =0
 
virtual int GetNumPotentialUserLobes () const =0
 
- Public Member Functions inherited from RixInterface
virtual int GetVersion () const
 

Protected Member Functions

 RixLPEInfo ()
 
- Protected Member Functions inherited from RixInterface
 RixInterface (int version)
 Interfaces should not be constructed by users. More...
 
virtual ~RixInterface ()
 Interfaces should not be deleted by users. More...
 

Additional Inherited Members

- Public Types inherited from RixInterface
enum  Type {
  k_Float, k_Integer, k_StringV, k_Color,
  k_Normal, k_Vector, k_Point, k_HPoint,
  k_MPoint, k_Matrix
}
 
- Protected Attributes inherited from RixInterface
int m_version
 Version number of this interface. More...
 

Detailed Description

An interface to find out information related to light path expressions (LPEs).

Definition at line 977 of file RixInterfaces.h.

Constructor & Destructor Documentation

◆ RixLPEInfo()

RixLPEInfo::RixLPEInfo ( )
inlineprotected

Definition at line 1000 of file RixInterfaces.h.

Member Function Documentation

◆ GetLpeIdByName()

virtual int RixLPEInfo::GetLpeIdByName ( bool  discrete,
bool  specular,
bool  reflect,
bool  user,
unsigned char  lobeId,
char const *  name 
) const
pure virtual

GetLpeIdByName returns the integer lobe index given the lobe name and booleans indicating whether it is a discrete/specular/reflect lobe.

◆ GetNumPotentialDiffuseLobes()

virtual int RixLPEInfo::GetNumPotentialDiffuseLobes ( ) const
pure virtual

Return the maximum potential number of diffuse and specular lobe indices.

◆ GetNumPotentialSpecularLobes()

virtual int RixLPEInfo::GetNumPotentialSpecularLobes ( ) const
pure virtual

◆ GetNumPotentialUserLobes()

virtual int RixLPEInfo::GetNumPotentialUserLobes ( ) const
pure virtual

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