#include <Stencils.h>
Inherits BaseStencil< GridType, CurvatureStencil< GridType > >.
Static Public Attributes |
static const int | SIZE = 19 |
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
const Coord& getCenterCoord |
( |
| ) |
const |
|
inlineinherited |
Return the coordinates of the center point of the stencil.
Return the value at the center of the stencil.
ValueType getValue |
( |
unsigned int |
pos = 0 | ) |
const |
|
inlineinherited |
Return the value from the stencil buffer with linear offset pos.
The default (pos = 0) corresponds to the center point of the stencil.
Return the value at the specified location relative to the center of the stencil.
Return the gradient computed at the previously buffered location by second-order central differencing.
- Note
- This method should not be called until the stencil buffer has been populated via a call to moveTo(ijk).
Return true if the center of the stencil intersects the iso-contour specified by the isoValue
Return the Laplacian computed at the previously buffered location by second-order central differencing.
- Note
- This method should not be called until the stencil buffer has been populated via a call to moveTo(ijk).
Return the largest value in the stencil buffer.
Return the mean value of the current stencil.
Return the mean curvature at the previously buffered location.
- Note
- This method should not be called until the stencil buffer has been populated via a call to moveTo(ijk).
Return the mean curvature multiplied by the norm of the central-difference gradient. This method is very useful for mean-curvature flow of level sets!
- Note
- This method should not be called until the stencil buffer has been populated via a call to moveTo(ijk).
Return the median value of the current stencil.
Return the smallest value in the stencil buffer.
void moveTo |
( |
const Coord & |
ijk | ) |
|
|
inlineinherited |
Initialize the stencil buffer with the values of voxel (x, y, z) and its neighbors.
Initialize the stencil buffer with the values of voxel (x, y, z) and its neighbors.
- Note
- This version is slightly faster than the one above, since the center voxel's value is read directly from the iterator.
Set the value at the specified location relative to the center of the stencil.
Return the size of the stencil buffer.
Friends And Related Function Documentation
Member Data Documentation
GridType::ConstAccessor mCache |
|
protectedinherited |
The documentation for this class was generated from the following file: