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_2d< T >, including all inherited members.
display() const | scifir::size_2d< T > | inline |
get_area() const | scifir::size_2d< T > | inline |
height | scifir::size_2d< T > | |
initialize_from_string(const string &init_size_2d) | scifir::size_2d< T > | inlineprivate |
operator+(const size_2d< U > &x) const | scifir::size_2d< T > | inline |
operator+=(const size_2d< U > &x) | scifir::size_2d< T > | inline |
operator-(const size_2d< U > &x) const | scifir::size_2d< T > | inline |
operator-=(const size_2d< U > &x) | scifir::size_2d< T > | inline |
operator=(const size_2d< T > &x) | scifir::size_2d< T > | inline |
operator=(size_2d< T > &&x) | scifir::size_2d< T > | inline |
operator=(const string &init_size_2d) | scifir::size_2d< T > | inline |
size_2d() | scifir::size_2d< T > | inline |
size_2d(const size_2d< T > &x) | scifir::size_2d< T > | inline |
size_2d(size_2d< T > &&x) | scifir::size_2d< T > | inline |
size_2d(const scalar_unit &new_width, const scalar_unit &new_height) | scifir::size_2d< T > | inlineexplicit |
size_2d(const string &new_width, const string &new_height) | scifir::size_2d< T > | inlineexplicit |
size_2d(const string &init_size_2d) | scifir::size_2d< T > | inlineexplicit |
width | scifir::size_2d< T > |