Go to the source code of this file.
|
| template<class GridType> |
| Real | levelSetArea (const GridType &grid, bool useWorldSpace=true) |
| | Return the surface area of a narrow-band level set.
|
| template<class GridType> |
| Real | levelSetVolume (const GridType &grid, bool useWorldSpace=true) |
| | Return the volume of a narrow-band level set surface.
|
| template<class GridType> |
| int | levelSetEulerCharacteristic (const GridType &grid) |
| | Return the Euler Characteristics of a narrow-band level set surface (possibly disconnected).
|
| template<class GridType> |
| int | levelSetGenus (const GridType &grid) |
| | Return the genus of a narrow-band level set surface.
|
| template<class GridT> |
| Real | levelSetArea (const GridT &grid, bool useWorldUnits) |
| template<class GridT> |
| Real | levelSetVolume (const GridT &grid, bool useWorldUnits) |
| template<class GridT> |
| int | levelSetEulerCharacteristic (const GridT &grid) |
| template<class GridT> |
| int | levelSetGenus (const GridT &grid) |