|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
#include <rational_basis_spline_surface.hh>
Public Types | |
| using | vec3 = blitz::TinyVector< T, 3 > |
| using | vertex_array = std::vector< std::vector< vec3 > > |
| using | weight_array = std::vector< std::vector< T > > |
| using | knot_array = std::vector< T > |
Public Member Functions | |
| Rational_basis_spline_surface (knot_array u_knots, knot_array v_knots, weight_array weights, vertex_array points) | |
Public Member Functions inherited from vtb::iges::Entity | |
| Entity (Entity_type type) | |
| Entity (Directory_entry entry) | |
| const Directory_entry & | entry () const noexcept |
| Directory_entry & | entry () noexcept |
| Entity_type | type () const noexcept |
| void | write (iges_ostream &out) const |
Protected Member Functions | |
| void | parameters (iges_ostream &out) const override |
Additional Inherited Members | |
Public Attributes inherited from vtb::iges::Entity | |
| Directory_entry | _entry |
Entity type 128.
Definition at line 15 of file rational_basis_spline_surface.hh.
1.8.15