ConstMatrixNxMInterface Class Reference

#include <matrix_nxm.h>

Public Member Functions

template<typename TYPE >
MAXON_IMPLICIT ConstMatrixNxMInterface (const MatrixNxM< TYPE > &matrix)
 
const DataTypeGetValueDataType () const
 
const MatrixNxM< Generic > & GetMatrix () const
 

Public Attributes

const MatrixNxM< Generic > & _matrix
 
DataType _type
 

Constructor & Destructor Documentation

◆ ConstMatrixNxMInterface()

MAXON_IMPLICIT ConstMatrixNxMInterface ( const MatrixNxM< TYPE > &  matrix)

Member Function Documentation

◆ GetValueDataType()

const DataType& GetValueDataType ( ) const

◆ GetMatrix()

const MatrixNxM<Generic>& GetMatrix ( ) const

Member Data Documentation

◆ _matrix

const MatrixNxM<Generic>& _matrix

◆ _type

DataType _type