Public Member Functions | Private Member Functions | Private Attributes | List of all members
gte::BSplineVolume< N, Real > Class Template Reference

#include <GteBSplineVolume.h>

Public Member Functions

 BSplineVolume (BasisFunctionInput< Real > const input[3], Vector< N, Real > const *controls)
 
void Evaluate (Real u, Real v, Real w, unsigned int maxOrder, Vector< N, Real > values[10]) const
 
BasisFunction< Real > const & GetBasisFunction (int dim) const
 
Vector< N, Real > const & GetControl (int i0, int i1, int i2) const
 
Vector< N, Real > const * GetControls () const
 
Vector< N, Real > * GetControls ()
 
Real GetMaxDomain (int dim) const
 
Real GetMinDomain (int dim) const
 
int GetNumControls (int dim) const
 
 operator bool () const
 
void SetControl (int i0, int i1, int i2, Vector< N, Real > const &control)
 

Private Member Functions

Vector< N, Real > Compute (unsigned int uOrder, unsigned int vOrder, unsigned int wOrder, int iumin, int iumax, int ivmin, int ivmax, int iwmin, int iwmax) const
 

Private Attributes

std::array< BasisFunction< Real >, 3 > mBasisFunction
 
bool mConstructed
 
std::vector< Vector< N, Real > > mControls
 
std::array< int, 3 > mNumControls
 

Detailed Description

template<int N, typename Real>
class gte::BSplineVolume< N, Real >

Definition at line 17 of file GteBSplineVolume.h.

Constructor & Destructor Documentation

template<int N, typename Real >
gte::BSplineVolume< N, Real >::BSplineVolume ( BasisFunctionInput< Real > const  input[3],
Vector< N, Real > const *  controls 
)

Definition at line 68 of file GteBSplineVolume.h.

Member Function Documentation

template<int N, typename Real >
Vector< N, Real > gte::BSplineVolume< N, Real >::Compute ( unsigned int  uOrder,
unsigned int  vOrder,
unsigned int  wOrder,
int  iumin,
int  iumax,
int  ivmin,
int  ivmax,
int  iwmin,
int  iwmax 
) const
private

Definition at line 219 of file GteBSplineVolume.h.

template<int N, typename Real >
void gte::BSplineVolume< N, Real >::Evaluate ( Real  u,
Real  v,
Real  w,
unsigned int  maxOrder,
Vector< N, Real >  values[10] 
) const

Definition at line 170 of file GteBSplineVolume.h.

template<int N, typename Real >
BasisFunction< Real > const & gte::BSplineVolume< N, Real >::GetBasisFunction ( int  dim) const
inline

Definition at line 101 of file GteBSplineVolume.h.

template<int N, typename Real >
Vector< N, Real > const & gte::BSplineVolume< N, Real >::GetControl ( int  i0,
int  i1,
int  i2 
) const

Definition at line 155 of file GteBSplineVolume.h.

template<int N, typename Real >
Vector< N, Real > const * gte::BSplineVolume< N, Real >::GetControls ( ) const
inline

Definition at line 131 of file GteBSplineVolume.h.

template<int N, typename Real >
Vector< N, Real > * gte::BSplineVolume< N, Real >::GetControls ( )
inline

Definition at line 137 of file GteBSplineVolume.h.

template<int N, typename Real >
Real gte::BSplineVolume< N, Real >::GetMaxDomain ( int  dim) const
inline

Definition at line 113 of file GteBSplineVolume.h.

template<int N, typename Real >
Real gte::BSplineVolume< N, Real >::GetMinDomain ( int  dim) const
inline

Definition at line 107 of file GteBSplineVolume.h.

template<int N, typename Real >
int gte::BSplineVolume< N, Real >::GetNumControls ( int  dim) const
inline

Definition at line 125 of file GteBSplineVolume.h.

template<int N, typename Real >
gte::BSplineVolume< N, Real >::operator bool ( ) const
inline

Definition at line 119 of file GteBSplineVolume.h.

template<int N, typename Real >
void gte::BSplineVolume< N, Real >::SetControl ( int  i0,
int  i1,
int  i2,
Vector< N, Real > const &  control 
)

Definition at line 143 of file GteBSplineVolume.h.

Member Data Documentation

template<int N, typename Real >
std::array<BasisFunction<Real>, 3> gte::BSplineVolume< N, Real >::mBasisFunction
private

Definition at line 60 of file GteBSplineVolume.h.

template<int N, typename Real >
bool gte::BSplineVolume< N, Real >::mConstructed
private

Definition at line 63 of file GteBSplineVolume.h.

template<int N, typename Real >
std::vector<Vector<N, Real> > gte::BSplineVolume< N, Real >::mControls
private

Definition at line 62 of file GteBSplineVolume.h.

template<int N, typename Real >
std::array<int, 3> gte::BSplineVolume< N, Real >::mNumControls
private

Definition at line 61 of file GteBSplineVolume.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:05