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

#include <node.h>

Collaboration diagram for NodeDof:

Public Member Functions

 NodeDof (void)
 
 NodeDof (int id, Node *p)
 
virtual ~NodeDof (void)
 

Public Attributes

int iDofNumber
 
NodepNode
 

Detailed Description

Definition at line 578 of file node.h.

Constructor & Destructor Documentation

NodeDof::NodeDof ( void  )

Definition at line 578 of file node.cc.

References NO_OP.

579 : iDofNumber(-1), pNode(0)
580 {
581  NO_OP;
582 }
#define NO_OP
Definition: myassert.h:74
int iDofNumber
Definition: node.h:580
Node * pNode
Definition: node.h:582
NodeDof::NodeDof ( int  id,
Node p 
)

Definition at line 584 of file node.cc.

References NO_OP.

585 : iDofNumber(id), pNode(p)
586 {
587  NO_OP;
588 }
#define NO_OP
Definition: myassert.h:74
int iDofNumber
Definition: node.h:580
Node * pNode
Definition: node.h:582
NodeDof::~NodeDof ( void  )
virtual

Definition at line 590 of file node.cc.

References NO_OP.

591 {
592  NO_OP;
593 }
#define NO_OP
Definition: myassert.h:74

Member Data Documentation


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