Go to the source code of this file.
◆ IMPLEMENT_SAMPLE
#define IMPLEMENT_SAMPLE |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
( \
const VolField<Type>& vField \
) const \
{ \
return sampleField(vField); \
}
virtual tmp< scalarField > sample(const volScalarField &) const =0
Sample field on surface.
A class for managing temporary objects.
Definition at line 114 of file sampledIsoSurfaceSurface.C.
◆ IMPLEMENT_INTERPOLATE
#define IMPLEMENT_INTERPOLATE |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
( \
const interpolation<Type>& interpolator \
) const \
{ \
return interpolateField(interpolator); \
}
bool interpolate() const
Interpolation requested for surface.
Definition at line 127 of file sampledIsoSurfaceSurface.C.
◆ FOR_ALL_FIELD_TYPES() [1/2]
◆ FOR_ALL_FIELD_TYPES() [2/2]