StackMatrixHelper< T, N, M > Class Template Reference

#include <NURBSMath.h>

Public Member Functions

ResultOk< void > Resize (Int countX, Int countY)
 
T & operator() (Int x, Int y)
 
const T & operator() (Int x, Int y) const
 

Private Attributes

_data [N][M]
 

Member Function Documentation

◆ Resize()

ResultOk<void> Resize ( Int  countX,
Int  countY 
)

◆ operator()() [1/2]

T& operator() ( Int  x,
Int  y 
)

◆ operator()() [2/2]

const T& operator() ( Int  x,
Int  y 
) const

Member Data Documentation

◆ _data

T _data[N][M]
private