|
| | FaultStickSetEditor (EM::FaultStickSet &) |
| |
| void | setSceneIdx (int idx) |
| |
| void | setEditIDs (const TypeSet< EM::PosID > *editpids) |
| |
| void | getEditIDs (TypeSet< EM::PosID > &) const |
| |
| void | setLastClicked (const EM::PosID &) |
| |
| void | setSowingPivot (const Coord3) |
| |
| void | setZScale (float) |
| |
| void | setScaleVector (const Coord3 &v) |
| | x'=x, y'=v1*x*+v2*y, z'=v3*z More...
|
| |
| void | getInteractionInfo (EM::PosID &insertpid, const DBKey *pickeddbkey, const char *pickednm, Pos::GeomID pickedgeomid, const Coord3 &pos, const Coord3 *posnorm=0) const |
| |
| bool | removeSelection (const Selector< Coord3 > &) |
| |
| const EM::PosID | getNearestStick (const Coord3 &pos, Pos::GeomID pickedgeomid, const Coord3 *normal) const |
| |
| | ObjectEditor (EM::EMObject &) |
| |
| const EM::EMObject & | emObject () const |
| |
| virtual void | startEdit (const EM::PosID &) |
| |
| virtual bool | setPosition (const Coord3 &) |
| |
| virtual void | finishEdit () |
| |
| bool | canSnapAfterEdit (const EM::PosID &) const |
| |
| bool | getSnapAfterEdit () const |
| |
| void | setSnapAfterEdit (bool yn) |
| |
| void | addUser () |
| |
| void | removeUser () |
| |
| int | nrUsers () const |
| |
| virtual const BufferStringSet * | getAlongMovingStyleNames () const |
| |
| virtual int | getAlongMovingStyle () const |
| |
| virtual void | setAlongMovingStyle (int index) |
| |
| virtual bool | addEditID (const EM::PosID &) |
| |
| virtual bool | removeEditID (const EM::PosID &) |
| |
| virtual Coord3 | getPosition (const EM::PosID &) const |
| |
| virtual bool | mayTranslate1D (const EM::PosID &) const |
| |
| virtual Coord3 | translation1DDirection (const EM::PosID &) const |
| |
| virtual bool | mayTranslate2D (const EM::PosID &) const |
| |
| virtual Coord3 | translation2DNormal (const EM::PosID &) const |
| |
| virtual bool | mayTranslate3D (const EM::PosID &) const |
| |
| virtual bool | maySetNormal (const EM::PosID &) const |
| |
| virtual Coord3 | getNormal (const EM::PosID &) const |
| |
| virtual bool | maySetDirection (const EM::PosID &) const |
| |
| virtual Coord3 | getDirectionPlaneNormal (const EM::PosID &) const |
| |
| virtual Coord3 | getDirection (const EM::PosID &) const |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| virtual bool | isCapsule () const |
| |
| void | stopReceivingNotifications () const |
| |
|
| float | distToStick (int sticknr, const EM::SectionID &sid, const DBKey *pickeddbkey, const char *pickednm, Pos::GeomID pickedgeomid, const Coord3 &pos, const Coord3 *posnorm) const |
| |
| bool | getNearestStick (int &sticknr, EM::SectionID &sid, const DBKey *pickeddbkey, const char *pickednm, Pos::GeomID pickedgeomid, const Coord3 &pos, const Coord3 *posnorm) const |
| |
| void | getPidsOnStick (EM::PosID &insertpid, int sticknr, const EM::SectionID &, const Coord3 &pos) const |
| |
| Geometry::ElementEditor * | createEditor (const EM::SectionID &) |
| |
| int | getLastClickedStick () const |
| |
| void | cloneMovingNode (CallBacker *) |
| |
| | ~ObjectEditor () |
| |
| virtual bool | setPosition (const EM::PosID &, const Coord3 &) |
| |
| Geometry::ElementEditor * | getEditor (const EM::SectionID &) |
| |
| const Geometry::ElementEditor * | getEditor (const EM::SectionID &) const |
| |
| void | editPosChangeTrigger (CallBacker *) |
| |
| void | emSectionChange (CallBacker *) |
| |
| virtual void | getAlongMovingNodes (const EM::PosID &, TypeSet< EM::PosID > &, TypeSet< float > *) const |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |