#include <Riley.h>
Inherits RixInterface.
|
virtual riley::Riley * | CreateRiley (RtUString rendervariant, RtParamList const ¶ms)=0 |
| Creates a new instance of the Riley class. More...
|
|
virtual void | DestroyRiley (riley::Riley *rl)=0 |
|
virtual void | GetOptionOverrides (RtParamList &options) const =0 |
| Return a RtParamList containing expected option overrides. More...
|
|
virtual int | GetVersion () const |
| Get the version number of this interface. More...
|
|
Enumerator |
---|
k_Float |
|
k_Integer |
|
k_StringV |
|
k_Color |
|
k_Normal |
|
k_Vector |
|
k_Point |
|
k_HPoint |
|
k_MPoint |
|
k_Matrix |
|
RixRileyManager::RixRileyManager |
( |
) | |
|
|
inlineprotected |
virtual riley::Riley* RixRileyManager::CreateRiley |
( |
RtUString |
rendervariant, |
|
|
RtParamList const & |
params |
|
) |
| |
|
pure virtual |
Creates a new instance of the Riley
class.
For now, each call to CreateRiley()
must be followed by a call to DestroyRiley()
, before another CreateRiley() call can be made.
- Parameters
-
[in] | rendervariant | The Riley implementation to use. |
[in] | params | Optional parameters to the Riley variant. |
virtual void RixRileyManager::DestroyRiley |
( |
riley::Riley * |
rl) | |
|
|
pure virtual |
virtual void RixRileyManager::GetOptionOverrides |
( |
RtParamList & |
options) | |
const |
|
pure virtual |
Return a RtParamList containing expected option overrides.
It is the responsibility of the Riley client to decide if these overrides are given to Riley::SetOptions() or not.
virtual int RixInterface::GetVersion |
( |
) | |
const |
|
inlinevirtualinherited |
Get the version number of this interface.
Different interfaces might have different version numbers in a given release.
References RixInterface::m_version.
int RixInterface::m_version |
|
protectedinherited |
The documentation for this class was generated from the following file: