|
| template<typename Grid , typename ValueType , bool HasNonConstReference> |
| auto | tatooine::detail::rectilinear_grid::write_png (typed_vertex_property_interface< Grid, ValueType, HasNonConstReference > const &prop, filesystem::path const &path) -> void |
| |
| template<typename Grid , typename ValueType , bool HasNonConstReference> |
| auto | tatooine::detail::rectilinear_grid::write_png (filesystem::path const &path, typed_vertex_property_interface< Grid, ValueType, HasNonConstReference > const &prop) -> void |
| |
| template<std::size_t DiffOrder = 1, typename Grid , typename ValueType , bool HasNonConstReference> |
| auto | tatooine::detail::rectilinear_grid::diff (typed_vertex_property_interface< Grid, ValueType, HasNonConstReference > const &prop, std::size_t const stencil_size=default_diff_stencil_size) |
| |
| template<std::size_t DiffOrder = 1, std::size_t CurDiffOrder, typename Grid , typename ValueType , bool HasNonConstReference> |
| auto | tatooine::detail::rectilinear_grid::diff (diffentiated_vertex_property< CurDiffOrder, Grid, ValueType, HasNonConstReference > const &d, std::size_t const stencil_size) |
| |
| template<std::size_t DiffOrder = 1, std::size_t CurDiffOrder, typename Grid , typename ValueType , bool HasNonConstReference> |
| auto | tatooine::detail::rectilinear_grid::diff (diffentiated_vertex_property< CurDiffOrder, Grid, ValueType, HasNonConstReference > const &d) |
| |