scifir-units 2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
|
This is the complete list of members for scifir::size_3d< T >, including all inherited members.
depth | scifir::size_3d< T > | |
display() const | scifir::size_3d< T > | inline |
get_volume() const | scifir::size_3d< T > | inline |
height | scifir::size_3d< T > | |
initialize_from_string(const string &init_size_3d) | scifir::size_3d< T > | inlineprivate |
operator+(const size_3d< U > &x) const | scifir::size_3d< T > | inline |
operator+=(const size_3d< U > &x) | scifir::size_3d< T > | inline |
operator-(const size_3d< U > &x) const | scifir::size_3d< T > | inline |
operator-=(const size_3d< U > &x) | scifir::size_3d< T > | inline |
operator=(const size_3d< T > &x) | scifir::size_3d< T > | inline |
operator=(size_3d< T > &&x) | scifir::size_3d< T > | inline |
operator=(const string &init_size_3d) | scifir::size_3d< T > | inline |
size_3d() | scifir::size_3d< T > | inline |
size_3d(const size_3d< T > &x) | scifir::size_3d< T > | inline |
size_3d(size_3d< T > &&x) | scifir::size_3d< T > | inline |
size_3d(const scalar_unit &new_width, const scalar_unit &new_height, const scalar_unit &new_depth) | scifir::size_3d< T > | inlineexplicit |
size_3d(const string &new_width, const string &new_height, const string &new_depth) | scifir::size_3d< T > | inlineexplicit |
size_3d(const string &init_size_3d) | scifir::size_3d< T > | inlineexplicit |
width | scifir::size_3d< T > |