|
template<typename GridType > |
GridType::Ptr | curl (const GridType &grid, bool threaded=true) |
| Compute the curl of the given vector-valued grid. More...
|
|
template<typename GridType > |
VectorToScalarConverter
< GridType >::Type::Ptr | divergence (const GridType &grid, bool threaded=true) |
| Compute the divergence of the given vector-valued grid. More...
|
|
template<typename GridType > |
ScalarToVectorConverter
< GridType >::Type::Ptr | gradient (const GridType &grid, bool threaded=true) |
| Compute the gradient of the given scalar grid. More...
|
|
template<typename GridType > |
GridType::Ptr | laplacian (const GridType &grid, bool threaded=true) |
| Compute the Laplacian of the given scalar grid. More...
|
|
template<typename GridType > |
GridType::Ptr | meanCurvature (const GridType &grid, bool threaded=true) |
| Compute the mean curvature of the given grid. More...
|
|
template<typename GridType > |
GridType::Ptr | magnitude (const GridType &grid, bool threaded=true) |
| Compute the magnitude of the given grid. More...
|
|
template<typename GridType > |
GridType::Ptr | normalize (const GridType &grid, bool threaded=true) |
| Normalizes the given vector grid. More...
|
|