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

#include <shape.h>

Inheritance diagram for Shape1D:
Collaboration diagram for Shape1D:

Public Member Functions

virtual ~Shape1D (void)
 
- Public Member Functions inherited from Shape
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 87 of file shape.h.

Constructor & Destructor Documentation

Shape1D::~Shape1D ( void  )
virtual

Definition at line 77 of file shape.cc.

References NO_OP.

78 {
79  NO_OP;
80 }
#define NO_OP
Definition: myassert.h:74

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