#include <cybviewpointsensorc.h>
Inheritance diagram for CybViewpointSensorC:


Public Methods | |
| CybViewpointSensorC (CybWorldC *) | |
| CybViewpointSensorC (const CybViewpointSensorC &) | |
| CybViewpointSensorC & | operator= (const CybViewpointSensorC &) |
| void | SetWriteAccessTo (short s) |
| virtual void | RouteData () |
| void | SetViewpointPos (const VectorC &v, short) |
| void | SetViewpointNorm (const VectorC &v, short) |
| void | SetViewpointRol (const double &rol, short) |
| VectorC | GetViewpointPos () |
| VectorC | GetViewpointNorm () |
| double | GetViewpointRol () |
| VectorC | GetViewpointPosA () |
| VectorC | GetViewpointNormA () |
| double | GetViewpointRolA () |
| virtual void | SetInterfaceData (AnyC &) |
| virtual void | CopyInterfaceData (AnyC &, long maxLen) |
| virtual long | GetInterfaceDataMinLength () |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
Protected Attributes | |
| VectorC | m_viewpointPos |
| VectorC | m_viewpointNorm |
| double | m_viewpointRol |
| VectorC | m_viewpointPosBuf |
| VectorC | m_viewpointNormBuf |
| double | m_viewpointRolBuf |
| short | m_access |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from InterfaceC. |
|
|
Definition at line 54 of file cybviewpointsensorc.h.
00054 {return m_viewpointNorm;}
|
|
|
|
|
|
Definition at line 53 of file cybviewpointsensorc.h.
00053 {return m_viewpointPos;}
|
|
|
|
|
|
Definition at line 55 of file cybviewpointsensorc.h.
00055 {return m_viewpointRol;}
|
|
|
|
|
|
|
|
|
Implements CybSensorC. |
|
|
Reimplemented from InterfaceC. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 46 of file cybviewpointsensorc.h.
00046 {m_access=s;}
|
|
|
Definition at line 74 of file cybviewpointsensorc.h. |
|
|
Definition at line 69 of file cybviewpointsensorc.h. |
|
|
Definition at line 72 of file cybviewpointsensorc.h. |
|
|
Definition at line 68 of file cybviewpointsensorc.h. |
|
|
Definition at line 71 of file cybviewpointsensorc.h. |
|
|
Definition at line 70 of file cybviewpointsensorc.h. |
|
|
Definition at line 73 of file cybviewpointsensorc.h. |
1.3-rc2