UsTK : Ultrasound ToolKit
version 2.0.1 under development (2024-12-17)
|
This is the complete list of members for usImage3D< Type >, including all inherited members.
getConstData() const | usImage3D< Type > | inline |
getData() | usImage3D< Type > | inline |
getData(unsigned int i, unsigned int j, unsigned int k) | usImage3D< Type > | inline |
getHeight() const | usImage3D< Type > | inline |
getNumberOfFrames() const | usImage3D< Type > | inline |
getSize() const | usImage3D< Type > | inline |
getWidth() const | usImage3D< Type > | inline |
initData(Type value) | usImage3D< Type > | |
operator()(unsigned int i, unsigned int j, unsigned int k) const | usImage3D< 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 |