|
FreePOOMA
2.4.1
|
#include <Cylindrical.h>
Public Types | |
| enum | { dimensions = 3 } |
| typedef Cylindrical | This_t |
| typedef Polar | Polar_t |
| typedef RhoZ | RhoZ_t |
| typedef Rho | Rho_t |
Public Member Functions | |
| Cylindrical () | |
| template<class T > | |
| T | volume (Region< 3, T > ®ion) |
| template<class T > | |
| T | lengthAreaVolume (Region< 3, T > ®ion) |
| template<class T > | |
| T | distance (Vector< 3, T > &pt1, Vector< 3, T > &pt2) |
| typedef Cylindrical Cylindrical::This_t |
| typedef Polar Cylindrical::Polar_t |
| typedef RhoZ Cylindrical::RhoZ_t |
| typedef Rho Cylindrical::Rho_t |
| Cylindrical::Cylindrical | ( | ) | [inline] |
| T Cylindrical::volume | ( | Region< 3, T > & | region | ) | [inline] |
| T Cylindrical::lengthAreaVolume | ( | Region< 3, T > & | region | ) | [inline] |
| T Cylindrical::distance | ( | Vector< 3, T > & | pt1, |
| Vector< 3, T > & | pt2 | ||
| ) | [inline] |
1.7.6.1