RixGeoDebugger Class Reference
RixGeoDebugger Class Referenceabstract
Inheritance diagram for RixGeoDebugger:
Public Member Functions | |
| virtual void | EmitVector (RtVector3 v, RtカラーRGB c)=0 |
| virtual void | EmitPoint (RtPoint3 p, RtカラーRGB c)=0 |
| virtual void | EmitPointNormal (RtPoint3 p, RtNormal3 n, RtカラーRGB c)=0 |
| virtual void | EmitLine (RtPoint3 p1, RtPoint3 p2, RtカラーRGB c)=0 |
| virtual void | EmitBound (RtPoint3 pmin, RtPoint3 pmax, RtカラーRGB c)=0 |
| virtual void | Clear ()=0 |
| virtual void | Flush ()=0 |
Public Member Functions inherited from RixInterface | |
| virtual int | GetVersion () const |
Additional Inherited Members | |
Protected Member Functions inherited from RixInterface | |
| RixInterface (int version) | |
| Interfaces should not be constructed by users. | |
| virtual | ~RixInterface () |
| Interfaces should not be deleted by users. | |
Protected Attributes inherited from RixInterface | |
| int | m_version |
| Version number of this interface. | |
The documentation for this class was generated from the following file:
Public Member Functions inherited from