#include <RixInterfaces.h>
Inherits RixInterface.
|
virtual void | EmitVector (RtVector3 v, RtColorRGB c)=0 |
|
virtual void | EmitPoint (RtPoint3 p, RtColorRGB c)=0 |
|
virtual void | EmitPointNormal (RtPoint3 p, RtNormal3 n, RtColorRGB c)=0 |
|
virtual void | EmitLine (RtPoint3 p1, RtPoint3 p2, RtColorRGB c)=0 |
|
virtual void | EmitBound (RtPoint3 pmin, RtPoint3 pmax, RtColorRGB c)=0 |
|
virtual void | Clear ()=0 |
|
virtual void | Flush ()=0 |
|
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 |
|
RixGeoDebugger::RixGeoDebugger |
( |
) | |
|
|
inlineprotected |
virtual void RixGeoDebugger::Clear |
( |
) | |
|
|
pure virtual |
virtual void RixGeoDebugger::EmitBound |
( |
RtPoint3 |
pmin, |
|
|
RtPoint3 |
pmax, |
|
|
RtColorRGB |
c |
|
) |
| |
|
pure virtual |
virtual void RixGeoDebugger::EmitLine |
( |
RtPoint3 |
p1, |
|
|
RtPoint3 |
p2, |
|
|
RtColorRGB |
c |
|
) |
| |
|
pure virtual |
virtual void RixGeoDebugger::EmitPoint |
( |
RtPoint3 |
p, |
|
|
RtColorRGB |
c |
|
) |
| |
|
pure virtual |
virtual void RixGeoDebugger::EmitPointNormal |
( |
RtPoint3 |
p, |
|
|
RtNormal3 |
n, |
|
|
RtColorRGB |
c |
|
) |
| |
|
pure virtual |
virtual void RixGeoDebugger::EmitVector |
( |
RtVector3 |
v, |
|
|
RtColorRGB |
c |
|
) |
| |
|
pure virtual |
virtual void RixGeoDebugger::Flush |
( |
) | |
|
|
pure virtual |
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: