|
Index
C++ Code Documentation
bonnetlab::kernel::BonnetSurface
Derived from: bonnetlab::kernel::Bonnet
File: LAB/bonnetlab/kernel/Bonnet.H
class BonnetSurface
computes a Bonnet Surface based on a grid
public:
- BonnetSurface( Real c, Quat const &alpha, Quat const &a, Bonnet::Data const &X_start ) : Bonnet( c, alpha, a, X_start );
 | constructor | |
- base::vector<base::vector<Bonnet::Data> > _surface;
- static uint const INITIAL_INTEGRATION_COUNT = 100;
- static uint const INTEGRATION_COUNT = 3;
- void compute( Real x0, Real x1, uint xn, Real y0, Real y1, uint yn );
- void export_(geom::kernel::Grid &S, int s);
protected:
private:
- Complex point( uint i, uint j, Real x0, Real x1, uint xn, Real y0, Real y1, uint yn );
- BonnetSurface( BonnetSurface const & );
 | disabled copy constructor | |
- BonnetSurface &operator=( BonnetSurface const & );
 | disabled assignment operator | |
|