#include <derivs.h>
Public Member Functions | |
Grad_frac () | |
null constructor | |
Grad_frac (const Vec3< T > &v) | |
constructor: copy/convert | |
Grad_frac (const T &du, const T &dv, const T &dw) | |
constructor: from d/du,d/dv,d/dw | |
const T & | du () const |
get d/du | |
const T & | dv () const |
get d/dv | |
const T & | dw () const |
get d/dw | |
Grad_orth< T > | grad_orth (const Cell &cell) const |
fractional-orthogonal derivative conversion | |
Grad_map< T > | grad_map (const Grid &g) const |
fractional-grid derivative conversion | |
String | format () const |
return formatted String representation |
Grad_orth< T > clipper::Grad_frac< T >::grad_orth | ( | const Cell & | cell | ) | const [inline] |
fractional-orthogonal derivative conversion
cell | The cell concerned |
Grad_map< T > clipper::Grad_frac< T >::grad_map | ( | const Grid & | g | ) | const [inline] |
fractional-grid derivative conversion
g | The grid concerned |
String clipper::Grad_frac< T >::format | ( | ) | const [inline] |
return formatted String representation
Reimplemented from clipper::Vec3< T >.