UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
Spl_U3dBspl3AbstractMatrix Class Reference

#include <base_splines.hpp>

Inheritance diagram for Spl_U3dBspl3AbstractMatrix:
Spl_U3dBspl3BetaMatrix Spl_U3dBspl3BezierMatrix Spl_U3dBspl3BSMatrix Spl_U3dBspl3CRomMatrix

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]
 

Detailed Description

Interface for abstract basis matrix that provides special mathematics properties for any third order base spline surface or curve

Constructor & Destructor Documentation

Spl_U3dBspl3AbstractMatrix::Spl_U3dBspl3AbstractMatrix ( )
inline

Nothing to do default constructor

Spl_U3dBspl3AbstractMatrix::Spl_U3dBspl3AbstractMatrix ( const Spl_U3dBspl3AbstractMatrix obj)

Copy constructor

virtual Spl_U3dBspl3AbstractMatrix::~Spl_U3dBspl3AbstractMatrix ( )
inlinevirtual

Destruct object

Member Function Documentation

const double(& Spl_U3dBspl3AbstractMatrix::get ( ) )[4] const

Return current matrix

virtual double Spl_U3dBspl3AbstractMatrix::getB ( int  i,
double  t 
) const
virtual

Return calculated base spline of index i with parameter t. i must be from 0 to 3.

virtual void Spl_U3dBspl3AbstractMatrix::info ( ) const
virtual

Print current matrix

bool Spl_U3dBspl3AbstractMatrix::isConstructed ( ) const
inline

Return true if matrix is constructed

Member Data Documentation

double Spl_U3dBspl3AbstractMatrix::m_bm[4][4]
protected

4x4 Matrix of base spline

bool Spl_U3dBspl3AbstractMatrix::m_is_constructed
protected

Is matrix constructed


The documentation for this class was generated from the following file: