#include <cybchannelc.h>
Inheritance diagram for CybChannelC:


Public Methods | |
| CybChannelC () | |
| virtual | ~CybChannelC () |
| const Matrix4C & | GetTransformMatrix () |
| virtual void | SetWorld (CybWorldC *pW) |
| virtual Matrix4C | PopTransformMatrix () |
| virtual void | PushTransformMatrix () |
| virtual void | MultTransformMatrix (const Matrix4C &) |
| virtual void | ClearTransformStack () |
| virtual void | IncScaleCounter () |
| virtual void | DecScaleCounter () |
| virtual int | GetScaleCounter () const |
| virtual void | IncLevelCounter () |
| virtual void | DecLevelCounter () |
| virtual short | TestBInfo (const CybBInfoC &) |
| virtual void | Process (CybGroupC *, short flag) |
| virtual void | Reset () |
| long | GetRessourceID () const |
| void | SetRessourceID (long n) |
Protected Attributes | |
| ArrayC< Matrix4C > | m_transformStack |
| long | m_scaleCounter |
| long | m_levelCounter |
| long | m_id |
| long | m_lastBLevel |
| CybWorldC * | m_pWorld |
| long | m_lRessourceID |
|
|
|
|
|
Definition at line 25 of file cybchannelc.h.
00025 {}
|
|
|
|
|
|
Definition at line 38 of file cybchannelc.h.
00038 {m_levelCounter--;}
|
|
|
Definition at line 35 of file cybchannelc.h.
00035 {m_scaleCounter--;}
|
|
|
Definition at line 45 of file cybchannelc.h.
00045 {return m_lRessourceID;}
|
|
|
Definition at line 36 of file cybchannelc.h.
00036 {return m_scaleCounter;}
|
|
|
|
|
|
Definition at line 37 of file cybchannelc.h.
00037 {m_levelCounter++;}
|
|
|
Definition at line 34 of file cybchannelc.h.
00034 {m_scaleCounter++;}
|
|
|
Reimplemented in CybIsectLineChannelC, and CybGLChannelC. |
|
|
Reimplemented in CybIsectLineChannelC, and CybGLChannelC. |
|
||||||||||||
|
Reimplemented in CybIsectLineChannelC, CybGLChannelC, CybGLSelectVolumeC, and CybPFChannelC. |
|
|
Reimplemented in CybIsectLineChannelC, and CybGLChannelC. |
|
|
Reimplemented in CybGLChannelC. Definition at line 43 of file cybchannelc.h.
00043 {}
|
|
|
Definition at line 46 of file cybchannelc.h.
00046 {m_lRessourceID =n;}
|
|
|
Reimplemented in CybPFChannelC. Definition at line 28 of file cybchannelc.h.
00028 {m_pWorld = pW;}
|
|
|
Reimplemented in CybGraphicChannelC, and CybIsectLineChannelC. Definition at line 40 of file cybchannelc.h.
00040 {return 1;}
|
|
|
Definition at line 52 of file cybchannelc.h. |
|
|
Definition at line 53 of file cybchannelc.h. |
|
|
Definition at line 51 of file cybchannelc.h. |
|
|
Definition at line 57 of file cybchannelc.h. |
|
|
Definition at line 55 of file cybchannelc.h. |
|
|
Definition at line 50 of file cybchannelc.h. |
|
|
Definition at line 49 of file cybchannelc.h. |
1.3-rc2