Public Member Functions | |
| RandomPosBody (EM::EMManager &) | |
| const char * | getTypeStr () const |
| void | setNewName () |
| virtual int | nrSections () const |
| virtual SectionID | sectionID (int) const |
| virtual bool | canSetSectionName () const |
| Geometry::Element * | sectionGeometry (const SectionID &) |
| const Geometry::Element * | sectionGeometry (const SectionID &) const |
| void | copyFrom (const Pick::Set &) |
| void | copyFrom (const DataPointSet &, int selgrp) |
| void | setPositions (const TypeSet< Coord3 > &) |
| const TypeSet< Coord3 > & | getPositions () const |
| bool | addPos (const Coord3 &) |
| const TypeSet< EM::SubID > & | posIDs () const |
| Coord3 | getPos (const EM::PosID &) const |
| Coord3 | getPos (const EM::SectionID &, const EM::SubID &) const |
| bool | setPos (const EM::PosID &, const Coord3 &, bool addtohistory) |
| bool | setPos (const EM::SectionID &, const EM::SubID &, const Coord3 &, bool addtohistory) |
| const IOObjContext & | getIOObjContext () const |
| virtual Executor * | saver () |
| virtual Executor * | saver (IOObj *) |
| virtual Executor * | loader () |
| ImplicitBody * | createImplicitBody (TaskRunner *, bool) const |
| void | refBody () |
| void | unRefBody () |
| bool | useBodyPar (const IOPar &) |
| void | fillBodyPar (IOPar &) const |
Static Public Member Functions | |
| static void | initClass () |
| static EMObject * | create (EM::EMManager &emm) |
| static const char * | typeStr () |
| static const char * | sKeySubIDs () |
Protected Member Functions | |
| ~RandomPosBody () | |
Protected Attributes | |
| TypeSet< Coord3 > | locations_ |
| TypeSet< EM::SubID > | ids_ |
| EM::RandomPosBody::RandomPosBody | ( | EM::EMManager & | ) |
| EM::RandomPosBody::~RandomPosBody | ( | ) | [protected] |
| bool EM::RandomPosBody::addPos | ( | const Coord3 & | ) |
| virtual bool EM::RandomPosBody::canSetSectionName | ( | ) | const [inline, virtual] |
Reimplemented from EM::EMObject.
| void EM::RandomPosBody::copyFrom | ( | const Pick::Set & | ) |
| void EM::RandomPosBody::copyFrom | ( | const DataPointSet & | , | |
| int | selgrp | |||
| ) |
| static EMObject* EM::RandomPosBody::create | ( | EM::EMManager & | emm | ) | [static] |
| ImplicitBody* EM::RandomPosBody::createImplicitBody | ( | TaskRunner * | , | |
| bool | ||||
| ) | const |
| void EM::RandomPosBody::fillBodyPar | ( | IOPar & | ) | const |
| const IOObjContext& EM::RandomPosBody::getIOObjContext | ( | ) | const [virtual] |
Implements EM::EMObject.
Reimplemented from EM::EMObject.
| Coord3 EM::RandomPosBody::getPos | ( | const EM::SectionID & | , | |
| const EM::SubID & | ||||
| ) | const [virtual] |
Reimplemented from EM::EMObject.
| const char* EM::RandomPosBody::getTypeStr | ( | ) | const [virtual] |
Implements EM::EMObject.
| static void EM::RandomPosBody::initClass | ( | ) | [static] |
| virtual Executor* EM::RandomPosBody::loader | ( | ) | [virtual] |
Reimplemented from EM::EMObject.
| virtual int EM::RandomPosBody::nrSections | ( | ) | const [inline, virtual] |
Implements EM::EMObject.
| void EM::RandomPosBody::refBody | ( | ) |
| virtual Executor* EM::RandomPosBody::saver | ( | ) | [virtual] |
Reimplemented from EM::EMObject.
| const Geometry::Element* EM::RandomPosBody::sectionGeometry | ( | const SectionID & | ) | const [inline] |
Reimplemented from EM::EMObject.
| Geometry::Element* EM::RandomPosBody::sectionGeometry | ( | const SectionID & | ) | [inline] |
Reimplemented from EM::EMObject.
| virtual SectionID EM::RandomPosBody::sectionID | ( | int | ) | const [inline, virtual] |
Implements EM::EMObject.
| void EM::RandomPosBody::setNewName | ( | ) | [virtual] |
Reimplemented from EM::EMObject.
Reimplemented from EM::EMObject.
| bool EM::RandomPosBody::setPos | ( | const EM::SectionID & | , | |
| const EM::SubID & | , | |||
| const Coord3 & | , | |||
| bool | addtohistory | |||
| ) | [virtual] |
Reimplemented from EM::EMObject.
| static const char* EM::RandomPosBody::sKeySubIDs | ( | ) | [inline, static] |
| static const char* EM::RandomPosBody::typeStr | ( | ) | [static] |
| void EM::RandomPosBody::unRefBody | ( | ) |
| bool EM::RandomPosBody::useBodyPar | ( | const IOPar & | ) |
TypeSet<EM::SubID> EM::RandomPosBody::ids_ [protected] |
TypeSet<Coord3> EM::RandomPosBody::locations_ [protected] |
1.7.1