#include <cybisectlinechannelc.h>
Inheritance diagram for CybIsectLineChannelC:


Public Methods | |
| CybIsectLineChannelC () | |
| ArrayC< IsectInfoS > | GetIsects () |
| void | SetIsectLine (VectorC, VectorC) |
| virtual Matrix4C | PopTransformMatrix () |
| virtual void | PushTransformMatrix () |
| virtual void | MultTransformMatrix (const Matrix4C &) |
| virtual short | TestBInfo (const CybBInfoC &) |
| virtual void | Process (CybGroupC *, short flag) |
| virtual void | GetIsectLine (VectorC &startP, VectorC &endP) |
| void | AddIsect (const IsectInfoS &) |
| void | PushTouchSensor (CybTouchSensorC *pTS) |
| void | PopTouchSensor () |
| void | PushDragSensors (ArrayC< CybDragSensorC * > *pDragSensors) |
| void | PopDragSensors () |
Protected Attributes | |
| VectorC | m_startPoint |
| VectorC | m_endPoint |
| VectorC | m_startPointT |
| VectorC | m_endPointT |
| ArrayC< IsectInfoS > | m_isects |
| ArrayC< CybTouchSensorC * > | m_tsStack |
| ArrayC< ArrayC< CybDragSensorC * > * > | m_tsDragSensorStack |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 28 of file cybisectlinechannelc.h.
00028 {return m_isects;}
|
|
|
Reimplemented from CybChannelC. |
|
|
Definition at line 42 of file cybisectlinechannelc.h.
00042 { ArrayC<CybDragSensorC*>* pDS; m_tsDragSensorStack.pop_back(pDS); }
|
|
|
Definition at line 39 of file cybisectlinechannelc.h.
00039 {CybTouchSensorC* pTS; m_tsStack.pop_back(pTS);}
|
|
|
Reimplemented from CybChannelC. |
|
||||||||||||
|
Reimplemented from CybChannelC. |
|
|
Definition at line 41 of file cybisectlinechannelc.h.
00041 { m_tsDragSensorStack.push_back(pDragSensors); }
|
|
|
Definition at line 38 of file cybisectlinechannelc.h.
|
|
|
Reimplemented from CybChannelC. |
|
||||||||||||
|
|
|
|
Reimplemented from CybChannelC. |
|
|
Definition at line 49 of file cybisectlinechannelc.h. |
|
|
Definition at line 51 of file cybisectlinechannelc.h. |
|
|
Definition at line 52 of file cybisectlinechannelc.h. |
|
|
Definition at line 48 of file cybisectlinechannelc.h. |
|
|
Definition at line 50 of file cybisectlinechannelc.h. |
|
|
Definition at line 54 of file cybisectlinechannelc.h. |
|
|
Definition at line 53 of file cybisectlinechannelc.h. |
1.3-rc2