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

#include <shape.h>

Inheritance diagram for Shape:

Public Member Functions

virtual ~Shape (void)
 
virtual doublereal dGet (doublereal d1, doublereal d2=0.) const =0
 
virtual std::ostream & Restart (std::ostream &out) const =0
 

Detailed Description

Definition at line 50 of file shape.h.

Constructor & Destructor Documentation

Shape::~Shape ( void  )
virtual

Definition at line 40 of file shape.cc.

References NO_OP.

41 {
42  NO_OP;
43 }
#define NO_OP
Definition: myassert.h:74

Member Function Documentation

virtual std::ostream& Shape::Restart ( std::ostream &  out) const
pure virtual

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