|
| ElectronicLink (const std::string &name) |
|
virtual Element * | getParent () |
|
virtual const Element * | getParent () const |
|
virtual void | setParent (Element *parent_) |
|
void | calcgSize (int j) |
|
void | calcgdSize (int j) |
|
void | calclaSize (int j) |
|
void | updateg (double t) |
|
void | updategd (double t) |
|
void | updateW (double t, int j=0) |
|
void | plot (double t, double dt=1) |
|
virtual std::string | getName () const |
|
virtual void | setName (std::string name) |
|
bool | isActive () const |
|
bool | gActiveChanged () |
|
virtual bool | isSingleValued () const |
|
void | init (InitStage stage) |
|
void | updatehRef (const fmatvec::Vec &hParent, int j=0) |
|
void | updaterRef (const fmatvec::Vec &rParent, int j=0) |
|
virtual double | computeVoltage () |
|
virtual void | updater (double t) |
|
virtual void | updateWRef (const fmatvec::Mat &ref, int j) |
|
virtual void | updateVRef (const fmatvec::Mat &ref, int j) |
|
virtual void | updatedhdqRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updatedhduRef (const fmatvec::SqrMat &ref, int i=0) |
|
virtual void | updatedhdtRef (const fmatvec::Vec &ref, int i=0) |
|
virtual std::string | getType () const |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|
void | addTerminal (Terminal *terminal) |
|
void | addTerminal (const std::string &str) |
|
Terminal * | getTerminal (const std::string &name, bool check=true) |
|
void | buildListOfTerminals (std::vector< Terminal * > &terminal) |
|
void | connect (Branch *branch_, double vz=0) |
|
Branch * | getBranch () |
|
void | processModellList (std::vector< ModellingInterface * > &modellList, std::vector< MBSim::Object * > &objectList, std::vector< MBSim::Link * > &linkList) |
|
double | getvz () const |
|
virtual void | init (Element::InitStage stage)=0 |
|
virtual void | processModellList (std::vector< ModellingInterface * > &modellList, std::vector< MBSim::Object * > &objectList, std::vector< MBSim::Link * > &linkList)=0 |
|