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

#include <gauss.h>

Collaboration diagram for PntWght:

Public Member Functions

 PntWght (doublereal dP, doublereal dW)
 
doublereal dGetPnt (void) const
 
doublereal dGetWght (void) const
 

Public Attributes

doublereal dPnt
 
doublereal dWght
 

Detailed Description

Definition at line 50 of file gauss.h.

Constructor & Destructor Documentation

PntWght::PntWght ( doublereal  dP,
doublereal  dW 
)
inline

Definition at line 54 of file gauss.h.

References NO_OP.

54 : dPnt(dP), dWght(dW) { NO_OP; };
#define NO_OP
Definition: myassert.h:74
doublereal dPnt
Definition: gauss.h:51
doublereal dWght
Definition: gauss.h:52

Member Function Documentation

doublereal PntWght::dGetWght ( void  ) const
inline

Member Data Documentation

doublereal PntWght::dPnt

Definition at line 51 of file gauss.h.

Referenced by dGetPnt().

doublereal PntWght::dWght

Definition at line 52 of file gauss.h.

Referenced by dGetWght().


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