#include <lib-algorithms.h>
Public Member Functions | |
| Axis (const T min=0, const T max=0, const size_t N=1) | |
| Axis (const Axis &other) | |
| ~Axis () | |
Data Fields | |
| valarray< T > * | v |
Definition at line 46 of file lib-algorithms.h.
|
inline |
Definition at line 51 of file lib-algorithms.h.
References Algorithms::MakeAxis().

|
inline |
|
inline |
| valarray<T>* Algorithms::Axis< T >::v |
Definition at line 48 of file lib-algorithms.h.
Referenced by Algorithms::Axis< T >::Axis(), Algorithms::AxisBundle< double >::Np(), Algorithms::AxisBundle< double >::Npx(), Algorithms::AxisBundle< double >::Npy(), Algorithms::AxisBundle< double >::Npz(), Algorithms::AxisBundle< double >::Nx(), Algorithms::AxisBundle< double >::Nxg(), Algorithms::AxisBundle< double >::pmax(), Algorithms::AxisBundle< double >::pmin(), Algorithms::AxisBundle< double >::pxmax(), Algorithms::AxisBundle< double >::pxmin(), Algorithms::AxisBundle< double >::pymax(), Algorithms::AxisBundle< double >::pymin(), Algorithms::AxisBundle< double >::pzmax(), Algorithms::AxisBundle< double >::pzmin(), Algorithms::AxisBundle< double >::xgmax(), Algorithms::AxisBundle< double >::xgmin(), Algorithms::AxisBundle< double >::xmax(), Algorithms::AxisBundle< double >::xmin(), Algorithms::Axis< T >::~Axis(), and Algorithms::CAxis< T >::~CAxis().