I am trying to find out how the BSplines used in the ITK are implemented. I have been looking at the files in the folder:<br><br>InsightToolkit-3.12.0\Code\Common<br><br>But it seems that its mainly functions/classes that uses BSplines. Where are the core BSpline implementation located and how is it implemented? I have been looking for details like:<br>
<br>B-spline Basis functions: Cox de boor recursion, de Casteljau, etc ?<br>Containers for knots, controlpoints, datapoints<br>etc..<br><br>Any help appreciated!<br>