Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
cluster::Nfld< NodeX, NodeY > Class Template Reference

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:
NodeXCluster node
NodeYCluster node

Definition at line 20 of file f.hh.


Constructor & Destructor Documentation

template<class NodeX , class NodeY >
cluster::Nfld< NodeX, NodeY >::Nfld ( ) [inline]

Definition at line 26 of file f.hh.

template<class NodeX , class NodeY >
cluster::Nfld< NodeX, NodeY >::Nfld ( const NodeX *  x,
const NodeY *  y 
) [inline]

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 >
const NodeX* cluster::Nfld< NodeX, NodeY >::x_ [private]

Pointers to the clusters in the near field.

Definition at line 22 of file f.hh.

template<class NodeX , class NodeY >
const NodeY* cluster::Nfld< NodeX, NodeY >::y_ [private]

Definition at line 23 of file f.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)