Alpine3D  Alpine3D-3.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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

Member Function Documentation

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

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