UsTK : Ultrasound ToolKit  version 2.0.1 under development (2023-12-07)
usImage3D< Type > Member List

This is the complete list of members for usImage3D< Type >, including all inherited members.

getConstData() constusImage3D< Type >inline
getData()usImage3D< Type >inline
getData(unsigned int i, unsigned int j, unsigned int k)usImage3D< Type >inline
getHeight() constusImage3D< Type >inline
getNumberOfFrames() constusImage3D< Type >inline
getSize() constusImage3D< Type >inline
getWidth() constusImage3D< Type >inline
initData(Type value)usImage3D< Type >
operator()(unsigned int i, unsigned int j, unsigned int k) constusImage3D< Type >inline
operator()(unsigned int i, unsigned int j, unsigned int k, Type value)usImage3D< Type >inline
operator=(const usImage3D< Type > &other)usImage3D< Type >
operator==(const usImage3D< Type > &other)usImage3D< Type >
resize(unsigned int height, unsigned int width, unsigned int numberOfFrames)usImage3D< Type >
setData(Type *data, int numberOfVoxels)usImage3D< Type >
usImage3D()usImage3D< Type >
usImage3D(unsigned int height, unsigned int width, unsigned int frameNumber)usImage3D< Type >
usImage3D(unsigned int height, unsigned int width, unsigned int frameNumber, Type initialValue)usImage3D< Type >
usImage3D(const usImage3D< Type > &image, const bool copy=true)usImage3D< Type >
~usImage3D()usImage3D< Type >virtual