template <class T>
class vtb::core::Calm_sea_generator

Calm sea generator. Assigns nought to every point of the surface.

Base classes
Types
  • using array_type = Array< T, 2 >
  • using grid_type = Grid< T, 2 >
Methods
  • generate(T t, const grid_type & grid) -> voidvirtual
template <class T>
make_calm_sea_generator() -> std::unique_ptr< Wavy_surface_generator< T > >