#include <cybpfchannelc.h>
Inheritance diagram for CybPFChannelC:


Public Methods | |
| CybPFChannelC (double vw, double vh, int buffer, GLWndC *, pfPipe *) | |
| void * | operator new (size_t) |
| void | operator delete (void *, size_t) |
| GLWndC * | GetGLWnd () const |
| virtual void | SetViewplanePos (const VectorC &) |
| virtual void | SetViewplaneNorm (const VectorC &) |
| virtual void | SetProjectionpoint (const VectorC &v) |
| virtual void | SetViewplaneRol (double rol) |
| virtual void | SetScreenSize (double x, double y) |
| virtual void | SetFar (const double &f) |
| virtual void | SetNear (const double &n) |
| virtual void | ClearBuffers () |
| virtual void | Process (CybGroupC *, short) |
| virtual void | SetWorld (CybWorldC *pW) |
| pfChannel * | GetPFChannel () const |
Protected Methods | |
| virtual void | travDraw () |
| virtual void | travCull () |
| virtual void | travApp () |
Protected Attributes | |
| GLWndC * | m_pGLWnd |
| double | m_dScale |
| pfChannel * | m_pChannel |
| pfPipe * | m_pPipe |
| int | m_glBuffer |
Private Methods | |
| void | InitChannel () |
| void | UpdateFrustum () |
Static Private Methods | |
| void | DrawFunc (pfChannel *chan, void *data) |
| void | CullFunc (pfChannel *chan, void *data) |
| void | AppFunc (pfChannel *chan, void *data) |
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Implements CybGraphicChannelC. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 19 of file cybpfchannelc.h. References GLWndC, and m_pGLWnd.
00019 {return m_pGLWnd;}
|
|
|
Definition at line 38 of file cybpfchannelc.h. References m_pChannel.
00038 {return m_pChannel;}
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from CybChannelC. |
|
|
Reimplemented from CybGraphicChannelC. Definition at line 26 of file cybpfchannelc.h. References CybGraphicChannelC::m_far.
00026 {m_far=f;}
|
|
|
Reimplemented from CybGraphicChannelC. Definition at line 27 of file cybpfchannelc.h. References CybGraphicChannelC::m_near.
00027 {m_near=n;}
|
|
|
Reimplemented from CybGraphicChannelC. |
|
||||||||||||
|
Reimplemented from CybGraphicChannelC. |
|
|
Reimplemented from CybGraphicChannelC. |
|
|
Reimplemented from CybGraphicChannelC. |
|
|
Reimplemented from CybGraphicChannelC. |
|
|
Reimplemented from CybChannelC. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 54 of file cybpfchannelc.h. |
|
|
Definition at line 59 of file cybpfchannelc.h. |
|
|
Definition at line 57 of file cybpfchannelc.h. Referenced by GetPFChannel(). |
|
|
Definition at line 52 of file cybpfchannelc.h. Referenced by GetGLWnd(). |
|
|
Definition at line 58 of file cybpfchannelc.h. |
1.3-rc2