|
Last change
on this file since 9733 was
9715,
checked in by bensch, 19 years ago
|
|
renamed newclassid to classid and newobjectlist to objectlist
|
|
File size:
345 bytes
|
| Line | |
|---|
| 1 | /*! |
|---|
| 2 | * @file twirl.h |
|---|
| 3 | * Definition of ... |
|---|
| 4 | |
|---|
| 5 | */ |
|---|
| 6 | |
|---|
| 7 | #ifndef _TWIRL_H |
|---|
| 8 | #define _TWIRL_H |
|---|
| 9 | |
|---|
| 10 | #include "field.h" |
|---|
| 11 | |
|---|
| 12 | // FORWARD DECLARATION |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | //! A class for ... |
|---|
| 17 | class Twirl : public Field { |
|---|
| 18 | ObjectListDeclaration(Twirl); |
|---|
| 19 | |
|---|
| 20 | public: |
|---|
| 21 | Twirl(); |
|---|
| 22 | virtual ~Twirl(); |
|---|
| 23 | |
|---|
| 24 | virtual Vector calcForce(const Vector& data) const; |
|---|
| 25 | |
|---|
| 26 | private: |
|---|
| 27 | |
|---|
| 28 | }; |
|---|
| 29 | |
|---|
| 30 | #endif /* _TWIRL_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.