|
FreePOOMA
2.4.1
|
#include <Cylindrical.h>
Public Types | |
| enum | { dimensions = 1 } |
| typedef Cylindrical::Rho_t | This_t |
Public Member Functions | |
| Rho () | |
| template<class T > | |
| T | volume (Region< 1, T > ®ion) |
| template<class T > | |
| T | lengthAreaVolume (Region< 1, T > ®ion) |
| template<class T > | |
| T | distance (Vector< 1, T > &pt1, Vector< 1, T > &pt2) |
| typedef Cylindrical::Rho_t Rho::This_t |
| Rho::Rho | ( | ) | [inline] |
| T Rho::volume | ( | Region< 1, T > & | region | ) | [inline] |
References Domain< Dim, DT >::size().
Referenced by lengthAreaVolume().
| T Rho::lengthAreaVolume | ( | Region< 1, T > & | region | ) | [inline] |
References volume().
| T Rho::distance | ( | Vector< 1, T > & | pt1, |
| Vector< 1, T > & | pt2 | ||
| ) | [inline] |
References sqrt().
1.7.6.1