#include <pmm_octave.h>
Data Fields | |
| Matrix | x |
| ColumnVector | y |
| Matrix | tri |
Structure containing octave objects which are used in interpolation of models
Definition at line 66 of file pmm_octave.h.
| Matrix pmm_octave_data::tri |
matix containing the triangulation of the point cloud described by x and y
Definition at line 69 of file pmm_octave.h.
| Matrix pmm_octave_data::x |
matrix containing the parameter values
Definition at line 67 of file pmm_octave.h.
| ColumnVector pmm_octave_data::y |
vector containing the value of model at x
Definition at line 68 of file pmm_octave.h.
1.8.1.2