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::Vector< bool >, including all inherited members.
_data | Bial::Vector< bool > | protected |
_size | Bial::Vector< bool > | protected |
assign(InputIterator first, InputIterator last) | Bial::Vector< bool > | inline |
assign(size_t n, const bool &val) | Bial::Vector< bool > | inline |
assign(std::initializer_list< bool > il) | Bial::Vector< bool > | inline |
at(size_t n) | Bial::Vector< bool > | inline |
at(size_t n) const | Bial::Vector< bool > | inline |
back() | Bial::Vector< bool > | inline |
back() const | Bial::Vector< bool > | inline |
begin() noexcept | Bial::Vector< bool > | inline |
begin() const noexcept | Bial::Vector< bool > | inline |
capacity() const noexcept | Bial::Vector< bool > | inline |
cbegin() const noexcept | Bial::Vector< bool > | inline |
cend() const noexcept | Bial::Vector< bool > | inline |
clear() noexcept | Bial::Vector< bool > | inline |
crbegin() const noexcept | Bial::Vector< bool > | inline |
crend() const noexcept | Bial::Vector< bool > | inline |
Dims() const noexcept | Bial::Vector< bool > | inline |
empty() const noexcept | Bial::Vector< bool > | inline |
end() noexcept | Bial::Vector< bool > | inline |
end() const noexcept | Bial::Vector< bool > | inline |
erase(typename std::vector< bool >::iterator position) | Bial::Vector< bool > | inline |
erase(typename std::vector< bool >::iterator first, typename std::vector< bool >::iterator last) | Bial::Vector< bool > | inline |
front() | Bial::Vector< bool > | inline |
front() const | Bial::Vector< bool > | inline |
insert(typename std::vector< bool >::iterator position, const bool &val) | Bial::Vector< bool > | inline |
insert(typename std::vector< bool >::iterator position, size_t n, const bool &val) | Bial::Vector< bool > | inline |
insert(typename std::vector< bool >::iterator position, InputIterator first, InputIterator last) | Bial::Vector< bool > | inline |
insert(typename std::vector< bool >::iterator position, bool &&val) | Bial::Vector< bool > | inline |
insert(typename std::vector< bool >::iterator position, std::initializer_list< bool > il) | Bial::Vector< bool > | inline |
max_size() const noexcept | Bial::Vector< bool > | inline |
operator()(size_t n) | Bial::Vector< bool > | inline |
operator()(size_t n) const | Bial::Vector< bool > | inline |
operator=(const Vector< bool > &x) | Bial::Vector< bool > | inline |
operator=(Vector< bool > &&x) | Bial::Vector< bool > | inline |
operator=(std::initializer_list< bool > il) | Bial::Vector< bool > | inline |
operator[](size_t n) | Bial::Vector< bool > | inline |
operator[](size_t n) const | Bial::Vector< bool > | inline |
pop_back() | Bial::Vector< bool > | inline |
Print(O &os) const | Bial::Vector< bool > | inline |
PrintDimensions(O &os) const | Bial::Vector< bool > | inline |
push_back(const bool &val) | Bial::Vector< bool > | inline |
push_back(bool &&val) | Bial::Vector< bool > | inline |
qk_data | Bial::Vector< bool > | protected |
rbegin() noexcept | Bial::Vector< bool > | inline |
rbegin() const noexcept | Bial::Vector< bool > | inline |
Read(const std::string &filename) | Bial::Vector< bool > | inlinestatic |
rend() noexcept | Bial::Vector< bool > | inline |
rend() const noexcept | Bial::Vector< bool > | inline |
reserve(size_t n) | Bial::Vector< bool > | inline |
resize(size_t n) | Bial::Vector< bool > | inline |
resize(size_t n, const bool &val) | Bial::Vector< bool > | inline |
Set(bool val) | Bial::Vector< bool > | inline |
shrink_to_fit() | Bial::Vector< bool > | inline |
size() const noexcept | Bial::Vector< bool > | inline |
Size() const noexcept | Bial::Vector< bool > | inline |
swap(Vector &x) | Bial::Vector< bool > | inline |
Vector() | Bial::Vector< bool > | inlineexplicit |
Vector(size_t n) | Bial::Vector< bool > | inlineexplicit |
Vector(size_t n, const bool &val) | Bial::Vector< bool > | inline |
Vector(InputIterator first, InputIterator last) | Bial::Vector< bool > | inline |
Vector(const Vector< bool > &x) | Bial::Vector< bool > | inline |
Vector(Vector< bool > &&x) | Bial::Vector< bool > | inline |
Vector(const std::vector< bool > &x) | Bial::Vector< bool > | inline |
Vector(std::vector< bool > &&x) | Bial::Vector< bool > | inline |
Vector(std::initializer_list< bool > il) | Bial::Vector< bool > | inline |
Write(const std::string &filename) const | Bial::Vector< bool > | inline |