| 39 | "@internal"); |
| 40 | |
| 41 | GuiFilterCtrl::GuiFilterCtrl() |
| 42 | { |
| 43 | mControlPointRequest = 7; |
| 44 | mFilter.setSize(7); |
| 45 | mShowIdentity = true; |
| 46 | mIdentity.set( 0.0f, 1.0f ); |
| 47 | identity(); |
| 48 | mCurKnot = -1; |
| 49 | } |
| 50 | |
| 51 | void GuiFilterCtrl::initPersistFields() |
| 52 | { |