
surfit-2.1
Introduction
surfit is a computer program which enables to calculate
regular grid from various data (scattered points, curves, surfaces, etc), conditions and inequalities
by setting called "gridding rules".
surfit implements the original
gridding method.
surfit is an Open
Source and Free Software, the source code
is available free of charge under the Free Software
GPL license. The code is written in C++ with STL usage. Careful attention is paid to performance
related issues. The initial goal of surfit is to provide
an efficient tool to scientists dealing with 3D surfaces computational tasks.
The program has the following basic features:
- Allows to build your own gridding algorithm by defining a set of so called
"gridding rules".
- Allows to build "gridding rules" from:
- scattered points (surface should interpolate or approximate points);
- curves (surface should interpolate or approximate curve with constant
value or with values taken from other surface);
- areas (surface should interpolate or approximate area with constant
value or with values taken from other surface);
- contours (surface should interpolate or approximate contour);
- surfaces (surface should interpolate or approximate other surface);
- inequalities (based on points, curves, areas, ... );
- linear conditions (mean or weighted mean values for whole surface,
or in some area).
- Can deal with HUGE data sets.
- Quality of resulting surface can be comparable with a surface
created by Kriging or Minimum curvature method.
Manual sections
surfit license
Copyright c 1997-2006 by M.V. Dmitrievsky & V.N. Kutrunov. Permission to use, copy, modify,
and distribute this software and its documentation under the terms of the GNU General Public
License is hereby granted. No representations are made about the suitability of this software
for any purpose. It is provided "as is" without express or implied warranty. See the GNU General
Public License for more details. Documents produced by doxygen are derivative works derived from
the input used in their production; they are not affected by this license.
Future work
Links
Please send any comments about this site to mishadm at mail dot ru.