#include <lugre_beam.h>

Public Member Functions | |
| cBeamFilter () | |
| virtual | ~cBeamFilter () |
| virtual cBeamPoint & | CurPoint (cBeamPoint &p, const int iLine, const int iPoint) |
| virtual cBeamPoint & | NextPoint (cBeamPoint &p, const int iLine, const int iPoint) |
| virtual cBeamPoint & | PrevPoint (cBeamPoint &p, const int iLine, const int iPoint) |
Static Public Attributes | |
| static cBeamFilter | IDENTITY |
Definition at line 39 of file lugre_beam.h.
| Lugre::cBeamFilter::cBeamFilter | ( | ) |
Definition at line 12 of file lugre_beam.cpp.
| Lugre::cBeamFilter::~cBeamFilter | ( | ) | [virtual] |
Definition at line 13 of file lugre_beam.cpp.
| cBeamPoint & Lugre::cBeamFilter::CurPoint | ( | cBeamPoint & | p, | |
| const int | iLine, | |||
| const int | iPoint | |||
| ) | [virtual] |
| cBeamPoint & Lugre::cBeamFilter::NextPoint | ( | cBeamPoint & | p, | |
| const int | iLine, | |||
| const int | iPoint | |||
| ) | [virtual] |
| cBeamPoint & Lugre::cBeamFilter::PrevPoint | ( | cBeamPoint & | p, | |
| const int | iLine, | |||
| const int | iPoint | |||
| ) | [virtual] |
cBeamFilter Lugre::cBeamFilter::IDENTITY [static] |
Definition at line 45 of file lugre_beam.h.
Referenced by Lugre::cSimpleBeam::_notifyCurrentCamera().
1.5.6