Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Member Functions | List of all members
vtb::vsl::Vessel< T > Class Template Reference

Vessel imported from VSL format. More...

#include <vessel.hh>

Public Member Functions

void read (std::istream &in)
 
void clear ()
 
void dump (std::ostream &out) const
 
void dump_gnuplot (std::ostream &out) const
 
void gnuplot_sections (std::ostream &out) const
 
void gnuplot_bow (std::ostream &out) const
 
const Namename () const
 
length () const
 
beam () const
 
draught () const
 
const section_typeaft () const
 
const section_typebow () const
 
const section_typemain_section () const
 
void filename (const std::string &filename)
 
const std::stringfilename () const
 
const Descriptiondescription () const
 

Detailed Description

template<class T>
class vtb::vsl::Vessel< T >

Vessel imported from VSL format.

Date
2019-03-18
Author
Ivan Gankevich
See also
http://shipdesign.ru/SoftWare/2015621368.html
http://shipdesign.ru/SoftWare/index.html
  • Reads a file in VSL format and reconstructs simple geometry of a vessel (frames).
  • Use converters to get full geometry with vertices, faces and normals.

Definition at line 11 of file vsl/types.hh.