| 49 | { |
| 50 | public: |
| 51 | CMiniBiteOpt() |
| 52 | : ParOpt( this ) |
| 53 | { |
| 54 | addSel( MethodSel, "MethodSel" ); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Function updates dimensionality of *this object. Function does nothing |
nothing calls this directly
no outgoing calls
no test coverage detected