Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
BinItem Class Reference
Virtual base class for particle problems.
More...
#include <BinItem.H>
Collaboration diagram for BinItem:
[legend]List of all members.
Detailed Description
Virtual base class for particle problems.
BinItem is a base class to provide the necessary interface with BinFab for particle-in-bin/cell problems. Since the only attribute of a particle needed by the BinFab is position, it is the only attribute present in this class. All other attributes (charge, velocity, etc) will appear in a derived class
Constructor & Destructor Documentation
|
null constructor, copy constructor and operator= can be compiler defined.
|
BinItem::BinItem |
( |
const RealVect & |
a_position |
) |
|
|
virtual BinItem::~BinItem |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual void BinItem::define |
( |
const RealVect & |
a_position |
) |
[virtual] |
|
virtual void BinItem::linearIn |
( |
void * |
buf |
) |
[virtual] |
|
virtual void BinItem::linearOut |
( |
void * |
buf |
) |
const [virtual] |
|
|
Write a linear representation of the internal data. Assumes that sufficient memory for the buffer has already been allocated by the caller. |
Real BinItem::position |
( |
const int |
a_dir |
) |
const |
|
const RealVect& BinItem::position |
( |
|
) |
const |
|
int BinItem::preAllocatable |
( |
|
) |
[inline] |
|
void BinItem::setPosition |
( |
const Real |
a_position, |
|
|
const int |
a_dimension |
|
) |
|
|
void BinItem::setPosition |
( |
const RealVect & |
a_position |
) |
|
|
virtual int BinItem::size |
( |
|
) |
const [virtual] |
|
|
Returns the size, in number of bytes, of a flat linear representation of the data in this object. |
Member Data Documentation
RealVect BinItem::m_position [protected]
|
|
|
this is the position of this item
|
The documentation for this class was generated from the following file:
Generated on Wed Apr 16 14:27:35 2003 for Chombo by
1.2.16