|
| | StickSetEditor (Geometry::FaultStickSet &) |
| |
| | ~StickSetEditor () |
| |
| bool | mayTranslate2D (GeomPosID) const |
| |
| Coord3 | translation2DNormal (GeomPosID) const |
| |
| | ElementEditor (Geometry::Element &element) |
| |
| virtual | ~ElementEditor () |
| |
| const Element & | getElement () const |
| |
| Element & | getElement () |
| |
| virtual void | getEditIDs (TypeSet< GeomPosID > &) const |
| |
| virtual Coord3 | getPosition (GeomPosID) const |
| |
| virtual bool | setPosition (GeomPosID, const Coord3 &) |
| |
| virtual bool | mayTranslate1D (GeomPosID) const |
| |
| virtual Coord3 | translation1DDirection (GeomPosID) const |
| |
| virtual bool | mayTranslate3D (GeomPosID) const |
| |
| virtual bool | maySetNormal (GeomPosID) const |
| |
| virtual Coord3 | getNormal (GeomPosID) const |
| |
| virtual bool | setNormal (GeomPosID, const Coord3 &) |
| |
| virtual bool | maySetDirection (GeomPosID) const |
| |
| virtual Coord3 | getDirectionPlaneNormal (GeomPosID) const |
| |
| virtual Coord3 | getDirection (GeomPosID) const |
| |
| virtual bool | setDirection (GeomPosID, const Coord3 &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |