|
Tatooine
|
#include <inverse_distance_weighting_sampler.h>
Public Types | |
| using | this_type = inverse_distance_weighting_sampler< Real, NumDimensions, T > |
| using | parent_type = field< this_type, Real, NumDimensions, T > |
| using | pointset_t = tatooine::pointset< Real, NumDimensions > |
| using | vertex_handle = typename pointset_t::vertex_handle |
| using | vertex_property_type = typename pointset_t::template typed_vertex_property_type< T > |
Public Types inherited from tatooine::field< inverse_distance_weighting_sampler< Real, NumDimensions, T >, Real, NumDimensions, T > | |
| using | this_type = field< inverse_distance_weighting_sampler< Real, NumDimensions, T >, Real, NumDimensions, T > |
| using | parent_type = polymorphic::field< Real, NumDimensions, T > |
| using | pos_type = vec< real_type, NumDimensions > |
| using | real_type = Real |
| using | tensor_type = T |
Public Types inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor > | |
| using | real_type = Real |
| using | tensor_type = Tensor |
| using | this_type = field< real_type, NumDimensions, Tensor > |
| using | pos_type = vec< real_type, NumDimensions > |
Public Member Functions | |
| inverse_distance_weighting_sampler (pointset_t const &ps, vertex_property_type const &property, Real const radius=1) | |
| inverse_distance_weighting_sampler (inverse_distance_weighting_sampler const &)=default | |
| inverse_distance_weighting_sampler (inverse_distance_weighting_sampler &&) noexcept=default | |
| auto | operator= (inverse_distance_weighting_sampler const &) -> inverse_distance_weighting_sampler &=default |
| auto | operator= (inverse_distance_weighting_sampler &&) noexcept -> inverse_distance_weighting_sampler &=default |
| ~inverse_distance_weighting_sampler ()=default | |
| auto | evaluate (pos_type const &x, real_type const) const -> tensor_type |
Public Member Functions inherited from tatooine::field< inverse_distance_weighting_sampler< Real, NumDimensions, T >, Real, NumDimensions, T > | |
| field ()=default | |
| field (field const &)=default | |
| field (field &&) noexcept=default | |
| auto | operator= (field const &) -> field &=default |
| auto | operator= (field &&) noexcept -> field &=default |
| virtual | ~field ()=default |
| auto | as_derived () -> auto & |
| auto | as_derived () const -> auto const & |
| auto | evaluate (pos_type const &x, real_type const t) const -> tensor_type override |
Public Member Functions inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor > | |
| constexpr | field ()=default |
| constexpr | field (field const &)=default |
| constexpr | field (field &&) noexcept=default |
| constexpr auto | operator= (field const &) -> field &=default |
| constexpr auto | operator= (field &&) noexcept -> field &=default |
| virtual | ~field ()=default |
| virtual constexpr auto | evaluate (pos_type const &, real_type const) const -> tensor_type=0 |
| constexpr auto | evaluate (fixed_size_vec< NumDimensions > auto const &x) const -> tensor_type |
| constexpr auto | operator() (fixed_size_vec< NumDimensions > auto const &x, real_type const t) const -> tensor_type |
| constexpr auto | operator() (fixed_size_vec< NumDimensions > auto const &x) const -> tensor_type |
| constexpr auto | operator() (arithmetic auto const ... xs) const -> tensor_type |
Public Attributes | |
| pointset_t const & | m_pointset |
| vertex_property_type const & | m_property |
| Real | m_radius = 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from tatooine::polymorphic::field< Real, NumDimensions, Tensor > | |
| static auto constexpr | ood_tensor () |
| static auto constexpr | ood_position () |
| static constexpr auto | is_field () |
| static constexpr auto | is_scalarfield () |
| static constexpr auto | is_vectorfield () |
| static constexpr auto | is_matrixfield () |
| static constexpr auto | num_dimensions () -> std::size_t |
| static constexpr auto | num_tensor_components () |
| static constexpr auto | tensor_rank () |
| static constexpr auto | tensor_dimension (std::size_t i) |
| using tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::parent_type = field<this_type, Real, NumDimensions, T> |
| using tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::pointset_t = tatooine::pointset<Real, NumDimensions> |
| using tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::this_type = inverse_distance_weighting_sampler<Real, NumDimensions, T> |
| using tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::vertex_handle = typename pointset_t::vertex_handle |
| using tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::vertex_property_type = typename pointset_t::template typed_vertex_property_type<T> |
|
inline |
|
default |
|
defaultnoexcept |
|
default |
|
inlinevirtual |
|
defaultnoexcept |
|
default |
| pointset_t const& tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::m_pointset |
| vertex_property_type const& tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::m_property |
| Real tatooine::detail::pointset::inverse_distance_weighting_sampler< Real, NumDimensions, T >::m_radius = 1 |