|
changa 3.5
|
#include <collision.h>
Public Member Functions | |
| CollisionSmoothParams (int _iType, int am, double _dTime, double _dDelta, int _bWall, double _dWallPos, int _iCollModel, int _bNearCollSearch, Collision _coll) | |
| PUPable_decl (CollisionSmoothParams) | |
| CollisionSmoothParams (CkMigrateMessage *m) | |
| virtual void | pup (PUP::er &p) |
| required method for remote entry call. | |
Public Member Functions inherited from SmoothParams | |
| PUPable_abstract (SmoothParams) | |
| SmoothParams (CkMigrateMessage *m) | |
Additional Inherited Members | |
Public Attributes inherited from SmoothParams | |
| int | iType |
| Particle type to smooth over; "TreeActive". | |
| int | activeRung |
| Currently active rung. | |
| TreePiece * | tp |
| int | bUseBallMax |
SmoothParams class for detecting and responding to collisions between particles
|
inlinevirtual |
required method for remote entry call.
Reimplemented from SmoothParams.