Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Member Functions | Public Attributes | List of all members
vtb::guile::Grid_wrapper< N > Class Template Reference
Collaboration diagram for vtb::guile::Grid_wrapper< N >:
[legend]

Public Member Functions

 Grid_wrapper (SCM min, SCM max, SCM npoints, SCM nsegments, SCM begin, SCM end)
 
SCM min ()
 
SCM max ()
 
SCM begin ()
 
SCM end ()
 
void min (SCM min)
 
void max (SCM max)
 
void begin (SCM begin)
 
void end (SCM end)
 
void num_points (SCM npoints)
 
void num_segments (SCM nsegments)
 
SCM select (SCM indices)
 
SCM compact () const
 
SCM to_string () const
 

Public Attributes

vtb::core::Grid< VTB_REAL_TYPE, N > grid
 
const int dimensions = N
 

Detailed Description

template<int N>
class vtb::guile::Grid_wrapper< N >

Definition at line 22 of file guile/grid.cc.