RenderMan API  23.0
RixContext Class Referenceabstract

#include <RixInterfaces.h>

Inheritance diagram for RixContext:
RixBakeContext RixDisplayFilterContext RixIntegratorContext RixLightContext RixLightFilterContext RixProjectionContext RixSampleFilterContext RixShadingContext

Public Member Functions

virtual RixInterfaceGetRixInterface (RixInterfaceId id) const =0
 
virtual ~RixContext ()
 Destructor is for internal use only. More...
 

Detailed Description

Rix interfaces are obtained from an RixContext. Not all interfaces are available from a given RixContext. For example, the global RixContext does not permit access to RixLocalData. In some library-only configurations you may be able to get ahold of an interface directly.

Definition at line 170 of file RixInterfaces.h.

Constructor & Destructor Documentation

◆ ~RixContext()

virtual RixContext::~RixContext ( )
inlinevirtual

Destructor is for internal use only.

Definition at line 178 of file RixInterfaces.h.

Member Function Documentation

◆ GetRixInterface()

virtual RixInterface* RixContext::GetRixInterface ( RixInterfaceId  id) const
pure virtual

Get the specified interface from this context. The generic interface that is returned must be cast to the appropriate type before use.


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