Unit 'agg_bspline' Package
[Overview][Classes][Index] [#pl_aggpas]

bspline

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: agg_bspline.pas line 31

type bspline = object

  m_max: int;

  

  m_num: int;

  

  m_x: double_ptr;

  

  m_y: double_ptr;

  

  m_am: double_ptr;

  

  m_last_idx: int;

  

  constructor Construct();

  

  destructor Destruct;

  

  procedure init();

  

  procedure add_point();

  

  procedure prepare;

  

  function get();

  

  function get_stateful();

  

  procedure bsearch();

  

  function extrapolation_left();

  

  function extrapolation_right();

  

  function interpolation();

  

end;

Inheritance

bspline

  

|

TObject



CT Web help

CodeTyphon Studio