#include <kernel3d.hpp>
Definition at line 71 of file kernel3d.hpp.
Public Member Functions | |
| Kernel3d () | |
| Kernel3d (int kernelType, const vector< double > &coefs) | |
| Kernel3d (const Kernel3d &c) | |
| Kernel3d & | operator= (const Kernel3d &c) |
| int & | kernelType () |
| const int & | kernelType () const |
| vector< double > & | coefs () |
| const vector< double > & | coefs () const |
| int | dim () |
| int | srcDOF () const |
| int | trgDOF () const |
| bool | homogeneous () const |
| homogeneous or not | |
| void | homogeneousDeg (vector< double > &) const |
| homogeneous degree, vector size == sourceDegreeOfFreedom | |
| int | kernel (const DblNumMat &srcPos, const DblNumMat &srcNor, const DblNumMat &trgPos, DblNumMat &inter) |
Protected Attributes | |
| int | _kernelType |
| vector< double > | _coefs |
1.4.5