RenderMan API  23.0
RixBakeContext Class Referenceabstract

#include <RixPattern.h>

Inheritance diagram for RixBakeContext:
RixContext

Public Member Functions

virtual void * Allocate (size_t size) const =0
 Allocate space for the duration of a bake node evaluation. More...
 
- Public Member Functions inherited from RixContext
virtual RixInterfaceGetRixInterface (RixInterfaceId id) const =0
 
virtual ~RixContext ()
 Destructor is for internal use only. More...
 

Protected Member Functions

 RixBakeContext ()
 
virtual ~RixBakeContext ()
 

Detailed Description

The RixBakeContext is used to query information about the context of the bake node in a networked shading graph and allocate memory.

Definition at line 164 of file RixPattern.h.

Constructor & Destructor Documentation

◆ RixBakeContext()

RixBakeContext::RixBakeContext ( )
inlineprotected

Definition at line 171 of file RixPattern.h.

◆ ~RixBakeContext()

virtual RixBakeContext::~RixBakeContext ( )
inlineprotectedvirtual

Definition at line 172 of file RixPattern.h.

Member Function Documentation

◆ Allocate()

virtual void* RixBakeContext::Allocate ( size_t  size) const
pure virtual

Allocate space for the duration of a bake node evaluation.


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