Alpine3D  Alpine3D-3.2.0
VFSymetricMatrix< T, U > Class Template Reference

#include <VFSymetricMatrix.h>

Public Member Functions

 VFSymetricMatrix ()
 
 VFSymetricMatrix (const int anx, const int any)
 
 ~VFSymetricMatrix ()
 
void resize (const int nx, const int ny)
 
void GetSize (int &nx, int &ny)
 
void Destroy ()
 
getElement (const unsigned int x, const unsigned int y)
 
const U operator() (const unsigned int &x, const unsigned int &y) const
 
void setElement (const unsigned int x, const unsigned int y, U val)
 
int size ()
 
VFSymetricMatrix< T, U > & operator= (VFSymetricMatrix< T, U > &val)
 

Constructor & Destructor Documentation

◆ VFSymetricMatrix() [1/2]

template<class T , class U >
VFSymetricMatrix< T, U >::VFSymetricMatrix ( )

◆ VFSymetricMatrix() [2/2]

template<class T , class U >
VFSymetricMatrix< T, U >::VFSymetricMatrix ( const int  anx,
const int  any 
)

◆ ~VFSymetricMatrix()

template<class T , class U >
VFSymetricMatrix< T, U >::~VFSymetricMatrix ( )

Member Function Documentation

◆ Destroy()

template<class T , class U >
void VFSymetricMatrix< T, U >::Destroy ( )

◆ getElement()

template<class T , class U >
U VFSymetricMatrix< T, U >::getElement ( const unsigned int  x,
const unsigned int  y 
)

◆ GetSize()

template<class T , class U >
void VFSymetricMatrix< T, U >::GetSize ( int &  nx,
int &  ny 
)

◆ operator()()

template<class T , class U >
const U VFSymetricMatrix< T, U >::operator() ( const unsigned int &  x,
const unsigned int &  y 
) const

◆ operator=()

template<class T, class U>
VFSymetricMatrix< T, U > & VFSymetricMatrix< T, U >::operator= ( VFSymetricMatrix< T, U > &  val)

◆ resize()

template<class T , class U >
void VFSymetricMatrix< T, U >::resize ( const int  nx,
const int  ny 
)

◆ setElement()

template<class T , class U>
void VFSymetricMatrix< T, U >::setElement ( const unsigned int  x,
const unsigned int  y,
val 
)

◆ size()

template<class T , class U >
int VFSymetricMatrix< T, U >::size ( )

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