Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
This is the complete list of members for Bial::PixelInterpolation, including all inherited members.
operator()(const Image< int > &img, float x, float y) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< llint > &img, float x, float y) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< float > &img, float x, float y) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< double > &img, float x, float y) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< int > &img, float x, float y, float z) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< llint > &img, float x, float y, float z) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< float > &img, float x, float y, float z) const =0 | Bial::PixelInterpolation | pure virtual |
operator()(const Image< double > &img, float x, float y, float z) const =0 | Bial::PixelInterpolation | pure virtual |
~PixelInterpolation() | Bial::PixelInterpolation | inlinevirtual |