|
Gaudi Framework, version v22r1 |
| Home | Generated: Mon Feb 28 2011 |
The grammar for 3D-point. More...
#include <GrammarsForVectors.h>


Classes | |
| struct | definition |
Public Types | |
| typedef POINT | ResultT |
| the actual type of result | |
| typedef ClosureGrammar< POINT > | ClosureT |
Public Member Functions | |
| void | matchX (double value) const |
| callback. Action when we match inner value | |
| void | matchY (double value) const |
| void | matchZ (double value) const |
The grammar for 3D-point.
Definition at line 33 of file GrammarsForVectors.h.
| typedef ClosureGrammar<POINT> Gaudi::Parsers::Pnt3DGrammar< ScalarGrammarT, POINT >::ClosureT |
Definition at line 43 of file GrammarsForVectors.h.
| typedef POINT Gaudi::Parsers::Pnt3DGrammar< ScalarGrammarT, POINT >::ResultT |
the actual type of result
Definition at line 42 of file GrammarsForVectors.h.
| void Gaudi::Parsers::Pnt3DGrammar< ScalarGrammarT, POINT >::matchX | ( | double | value ) | const [inline] |
callback. Action when we match inner value
Definition at line 48 of file GrammarsForVectors.h.
{ this->val().SetX ( value ) ; }
| void Gaudi::Parsers::Pnt3DGrammar< ScalarGrammarT, POINT >::matchY | ( | double | value ) | const [inline] |
Definition at line 49 of file GrammarsForVectors.h.
{ this->val().SetY ( value ) ; }
| void Gaudi::Parsers::Pnt3DGrammar< ScalarGrammarT, POINT >::matchZ | ( | double | value ) | const [inline] |
Definition at line 50 of file GrammarsForVectors.h.
{ this->val().SetZ ( value ) ; }