#include <cybtexturecoordinatec.h>
Inheritance diagram for CybTextureCoordinateC:


Public Methods | |
| CybTextureCoordinateC (CybWorldC *) | |
| virtual | ~CybTextureCoordinateC () |
| CybTextureCoordinateC (const CybTextureCoordinateC &) | |
| CybTextureCoordinateC & | operator= (const CybTextureCoordinateC &) |
| float * | GetTexCoord_fv (long i) |
| SFVec2f | GetTexCoord (long i) |
| long | GetLength () |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| 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 | GetEventBufMinDataSize () |
| virtual long | GetEventBufMaxDataSize () |
| virtual short | CopyEventBuf (AnyC &, long) |
| virtual short | SetEventBuf (AnyC &, BaseI *) |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
Protected Attributes | |
| long | m_length |
| float * | m_texcoord |
| long | m_lengthBuf |
| float * | m_texcoordBuf |
| long | m_copyEventBufState |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 47 of file cybtexturecoordinatec.h.
00047 {return m_length/2;}
|
|
|
Definition at line 46 of file cybtexturecoordinatec.h. References SFVec2f.
00046 {return SFVec2f(m_texcoord[2*i],m_texcoord[2*i+1]);}
|
|
|
Definition at line 45 of file cybtexturecoordinatec.h.
00045 {return m_texcoord+2*i;}
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Definition at line 64 of file cybtexturecoordinatec.h. |
|
|
Definition at line 60 of file cybtexturecoordinatec.h. |
|
|
Definition at line 62 of file cybtexturecoordinatec.h. |
|
|
Definition at line 61 of file cybtexturecoordinatec.h. |
|
|
Definition at line 63 of file cybtexturecoordinatec.h. |
1.3-rc2