MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
NullPX Class Reference

#include <px.h>

Inheritance diagram for NullPX:
Collaboration diagram for NullPX:

Public Member Functions

 NullPX (void)
 
virtual ~NullPX (void)
 
virtual void AddInput (doublereal *pd) const
 
- Public Member Functions inherited from PersistentExcitation
 PersistentExcitation (int i)
 
virtual ~PersistentExcitation (void)
 
virtual int iGetNumDrives (void) const
 

Additional Inherited Members

- Protected Attributes inherited from PersistentExcitation
int iNumDrives
 

Detailed Description

Definition at line 49 of file px.h.

Constructor & Destructor Documentation

NullPX::NullPX ( void  )

Definition at line 61 of file px.cc.

References NO_OP.

63 {
64  NO_OP;
65 }
#define NO_OP
Definition: myassert.h:74
PersistentExcitation(int i)
Definition: px.cc:39
NullPX::~NullPX ( void  )
virtual

Definition at line 68 of file px.cc.

References NO_OP.

69 {
70  NO_OP;
71 }
#define NO_OP
Definition: myassert.h:74

Member Function Documentation

void NullPX::AddInput ( doublereal pd) const
virtual

Implements PersistentExcitation.

Definition at line 74 of file px.cc.

References NO_OP.

75 {
76  NO_OP;
77 }
#define NO_OP
Definition: myassert.h:74

The documentation for this class was generated from the following files: