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

Public Attributes
cluster::XY01< Node >::XYFnc Struct Reference

Data structure for auxiliary vectors (one vector per cluster) More...

#include <xy01.hh>

Collaboration diagram for cluster::XY01< Node >::XYFnc:
Collaboration graph
[legend]

List of all members.

Public Attributes

Fpval
 Auxiliary vector of parent cluster.
Fval
 One auxiliary vector.
concepts::Real3d z
 Shift vector.

Detailed Description

template<class Node>
struct cluster::XY01< Node >::XYFnc

Data structure for auxiliary vectors (one vector per cluster)

Definition at line 38 of file xy01.hh.


Member Data Documentation

template<class Node >
F* cluster::XY01< Node >::XYFnc::pval

Auxiliary vector of parent cluster.

Definition at line 42 of file xy01.hh.

template<class Node >
F* cluster::XY01< Node >::XYFnc::val

One auxiliary vector.

Definition at line 44 of file xy01.hh.

template<class Node >
concepts::Real3d cluster::XY01< Node >::XYFnc::z

Shift vector.

Definition at line 40 of file xy01.hh.


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

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