|
| template<class GridType > |
| Real | levelSetArea (const GridType &grid, bool useWorldSpace=true) |
| | Return the surface area of a narrow-band level set. More...
|
| |
| template<class GridType > |
| Real | levelSetVolume (const GridType &grid, bool useWorldSpace=true) |
| | Return the volume of a narrow-band level set surface. More...
|
| |
| template<class GridType > |
| void | levelSetMeasure (const GridType &grid, Real &area, Real &volume, bool useWorldSpace=true) |
| | Compute the surface area and volume of a narrow-band level set. More...
|
| |
| template<class GridType > |
| void | levelSetMeasure (const GridType &grid, Real &area, Real &volume, Real &avgCurvature, bool useWorldSpace=true) |
| | Compute the surface area and volume of a narrow-band level set. More...
|
| |
| template<class GridT > |
| boost::enable_if< boost::is_floating_point< typename GridT::ValueType >, Real >::type | doLevelSetArea (const GridT &grid, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::disable_if< boost::is_floating_point< typename GridT::ValueType >, Real >::type | doLevelSetArea (const GridT &, bool) |
| |
| template<class GridT > |
| Real | levelSetArea (const GridT &grid, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::enable_if< boost::is_floating_point< typename GridT::ValueType >, Real >::type | doLevelSetVolume (const GridT &grid, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::disable_if< boost::is_floating_point< typename GridT::ValueType >, Real >::type | doLevelSetVolume (const GridT &, bool) |
| |
| template<class GridT > |
| Real | levelSetVolume (const GridT &grid, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::enable_if< boost::is_floating_point< typename GridT::ValueType > >::type | doLevelSetMeasure (const GridT &grid, Real &area, Real &volume, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::disable_if< boost::is_floating_point< typename GridT::ValueType > >::type | doLevelSetMeasure (const GridT &, Real &, Real &, bool) |
| |
| template<class GridT > |
| void | levelSetMeasure (const GridT &grid, Real &area, Real &volume, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::enable_if< boost::is_floating_point< typename GridT::ValueType > >::type | doLevelSetMeasure (const GridT &grid, Real &area, Real &volume, Real &avgCurvature, bool useWorldSpace) |
| |
| template<class GridT > |
| boost::disable_if< boost::is_floating_point< typename GridT::ValueType > >::type | doLevelSetMeasure (const GridT &, Real &, Real &, Real &, bool) |
| |
| template<class GridT > |
| void | levelSetMeasure (const GridT &grid, Real &area, Real &volume, Real &avgCurvature, bool useWorldSpace) |
| |