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

#include <GteLexicoArray2.h>

Public Member Functions

int GetNumCols () const
 
int GetNumRows () const
 
 LexicoArray2 (int numRows, int numCols, Real *matrix)
 
Real & operator() (int r, int c)
 
Real const & operator() (int r, int c) const
 

Private Attributes

Real * mMatrix
 
int mNumCols
 
int mNumRows
 

Detailed Description

template<typename Real>
class gte::LexicoArray2< false, Real >

Definition at line 38 of file GteLexicoArray2.h.

Constructor & Destructor Documentation

template<typename Real >
gte::LexicoArray2< false, Real >::LexicoArray2 ( int  numRows,
int  numCols,
Real *  matrix 
)
inline

Definition at line 121 of file GteLexicoArray2.h.

Member Function Documentation

template<typename Real >
int gte::LexicoArray2< false, Real >::GetNumCols ( ) const
inline

Definition at line 136 of file GteLexicoArray2.h.

template<typename Real >
int gte::LexicoArray2< false, Real >::GetNumRows ( ) const
inline

Definition at line 130 of file GteLexicoArray2.h.

template<typename Real >
Real & gte::LexicoArray2< false, Real >::operator() ( int  r,
int  c 
)
inline

Definition at line 142 of file GteLexicoArray2.h.

template<typename Real >
Real const & gte::LexicoArray2< false, Real >::operator() ( int  r,
int  c 
) const
inline

Definition at line 148 of file GteLexicoArray2.h.

Member Data Documentation

template<typename Real >
Real* gte::LexicoArray2< false, Real >::mMatrix
private

Definition at line 50 of file GteLexicoArray2.h.

template<typename Real >
int gte::LexicoArray2< false, Real >::mNumCols
private

Definition at line 49 of file GteLexicoArray2.h.

template<typename Real >
int gte::LexicoArray2< false, Real >::mNumRows
private

Definition at line 49 of file GteLexicoArray2.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:06