Class to store a pair of clusters in the near field.
More...
#include <f.hh>
List of all members.
Public Member Functions |
| const NodeX * | clstX () const |
| const NodeY * | clstY () const |
| | Nfld () |
| | Nfld (const NodeX *x, const NodeY *y) |
Private Attributes |
| const NodeX * | x_ |
| | Pointers to the clusters in the near field.
|
| const NodeY * | y_ |
Detailed Description
template<class NodeX, class NodeY>
class cluster::Nfld< NodeX, NodeY >
Class to store a pair of clusters in the near field.
- Parameters:
-
Definition at line 20 of file f.hh.
Constructor & Destructor Documentation
template<class NodeX , class NodeY >
Definition at line 26 of file f.hh.
template<class NodeX , class NodeY >
Definition at line 27 of file f.hh.
Member Function Documentation
template<class NodeX , class NodeY >
| const NodeX* cluster::Nfld< NodeX, NodeY >::clstX |
( |
| ) |
const [inline] |
Definition at line 29 of file f.hh.
template<class NodeX , class NodeY >
| const NodeY* cluster::Nfld< NodeX, NodeY >::clstY |
( |
| ) |
const [inline] |
Definition at line 30 of file f.hh.
Member Data Documentation
template<class NodeX , class NodeY >
Pointers to the clusters in the near field.
Definition at line 22 of file f.hh.
template<class NodeX , class NodeY >
Definition at line 23 of file f.hh.
The documentation for this class was generated from the following file: