#include <cybpixeltexturec.h>
Inheritance diagram for CybPixelTextureC:
Public Methods | |
| CybPixelTextureC (CybWorldC *) | |
| virtual | ~CybPixelTextureC () |
| CybPixelTextureC (const CybPixelTextureC &) | |
| CybPixelTextureC & | operator= (const CybPixelTextureC &) |
| virtual void | Load_image (char *&, const char *, long &) |
| virtual void | FinishInit () |
| virtual int | AddSrc (CybNodeC *pN, const StringC &a1, const StringC &a2) |
| virtual void | SetEvent (long, const void *, BaseI *) |
| virtual long | BufEvent (long, const void *, BaseI *) |
| virtual long | GetEventBufMaxDataSize () |
| virtual long | GetEventBufMinDataSize () |
| virtual short | CopyEventBuf (AnyC &, long) |
| virtual short | SetEventBuf (AnyC &, BaseI *) |
Protected Methods | |
| virtual void | PrepareImage () |
| void | CreateNewCopy (CybNodeC *pN) |
Protected Attributes | |
| SFImage * | m_pImage |
| long | m_imageGLWidthBuf |
| long | m_imageGLHeightBuf |
| short | m_channelsBuf |
| unsigned char * | m_glPixelBuf |
| long | m_imageGLWidth |
| long | m_imageGLHeight |
| short | m_channels |
| unsigned char * | m_glPixel |
| long | m_copyEventBufState |
| long | m_subTexChanged |
| long | m_subTexOffSetX |
| long | m_subTexOffSetY |
| long | m_subTexWidth |
| long | m_subTexHeight |
| long | m_maxTexDim |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. Reimplemented in CybPFPixelTextureC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. Reimplemented in CybGLPixelTextureC. |
|
||||||||||||
|
Reimplemented from CybNodeC. Reimplemented in CybGLPixelTextureC. |
|
|
Definition at line 74 of file cybpixeltexturec.h. |
|
|
Definition at line 69 of file cybpixeltexturec.h. |
|
|
Definition at line 77 of file cybpixeltexturec.h. |
|
|
Definition at line 75 of file cybpixeltexturec.h. |
|
|
Definition at line 70 of file cybpixeltexturec.h. |
|
|
Definition at line 73 of file cybpixeltexturec.h. |
|
|
Definition at line 67 of file cybpixeltexturec.h. |
|
|
Definition at line 72 of file cybpixeltexturec.h. |
|
|
Definition at line 66 of file cybpixeltexturec.h. |
|
|
Definition at line 85 of file cybpixeltexturec.h. |
|
|
Definition at line 64 of file cybpixeltexturec.h. |
|
|
Definition at line 79 of file cybpixeltexturec.h. |
|
|
Definition at line 83 of file cybpixeltexturec.h. |
|
|
Definition at line 80 of file cybpixeltexturec.h. |
|
|
Definition at line 81 of file cybpixeltexturec.h. |
|
|
Definition at line 82 of file cybpixeltexturec.h. |
1.3-rc2