#include <cybnormalc.h>
Inheritance diagram for CybNormalC:


Public Methods | |
| CybNormalC (CybWorldC *) | |
| CybNormalC (VectorC *, long, CybWorldC *) | |
| virtual | ~CybNormalC () |
| CybNormalC (const CybNormalC &) | |
| CybNormalC & | operator= (const CybNormalC &) |
| 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 *) |
| void | SetNormal (long, const VectorC &) |
| long | GetLength () |
| float * | GetNormal_fv (long i) |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
Protected Attributes | |
| float * | m_normal |
| float * | m_normalBuf |
| long | m_length |
| long | m_lengthBuf |
| long | m_copyEventBufState |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 57 of file cybnormalc.h.
00057 {return m_length/3;}
|
|
|
Definition at line 58 of file cybnormalc.h.
00058 {return m_normal+3*i;}
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
|
|
|
Definition at line 74 of file cybnormalc.h. |
|
|
Definition at line 72 of file cybnormalc.h. |
|
|
Definition at line 73 of file cybnormalc.h. |
|
|
Definition at line 70 of file cybnormalc.h. |
|
|
Definition at line 71 of file cybnormalc.h. |
1.3-rc2