UNIVERS
15.3
UNIVERS base processing software API
|
#include <base_splines.hpp>
Public Member Functions | |
Spl_U3dBspl3AbstractMatrix () | |
Spl_U3dBspl3AbstractMatrix (const Spl_U3dBspl3AbstractMatrix &obj) | |
virtual | ~Spl_U3dBspl3AbstractMatrix () |
virtual double | getB (int i, double t) const |
virtual void | info () const |
bool | isConstructed () const |
const double(& | get () const)[4] |
Protected Attributes | |
bool | m_is_constructed |
double | m_bm [4][4] |
Interface for abstract basis matrix that provides special mathematics properties for any third order base spline surface or curve
|
inline |
Nothing to do default constructor
Spl_U3dBspl3AbstractMatrix::Spl_U3dBspl3AbstractMatrix | ( | const Spl_U3dBspl3AbstractMatrix & | obj | ) |
Copy constructor
|
inlinevirtual |
Destruct object
const double(& Spl_U3dBspl3AbstractMatrix::get | ( | ) | )[4] const |
Return current matrix
|
virtual |
Return calculated base spline of index i with parameter t. i must be from 0 to 3.
|
virtual |
Print current matrix
|
inline |
Return true if matrix is constructed
|
protected |
4x4 Matrix of base spline
|
protected |
Is matrix constructed