HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GfMatrixData< T, Rows, Columns > Class Template Reference

#include <matrixData.h>

Public Member Functions

Toperator[] (int row)
 Return a pointer to a row of data. More...
 
T constoperator[] (int row) const
 Return a const pointer to a row of data. More...
 
TGetData ()
 Return a pointer to the start of all the data. More...
 
T constGetData () const
 Return a const pointer to the start of all the data. More...
 

Detailed Description

template<class T, int Rows, int Columns>
class GfMatrixData< T, Rows, Columns >

A class template used by GfMatrixXX to store values.

Definition at line 36 of file matrixData.h.

Member Function Documentation

template<class T, int Rows, int Columns>
T* GfMatrixData< T, Rows, Columns >::GetData ( )
inline

Return a pointer to the start of all the data.

Definition at line 50 of file matrixData.h.

template<class T, int Rows, int Columns>
T const* GfMatrixData< T, Rows, Columns >::GetData ( ) const
inline

Return a const pointer to the start of all the data.

Definition at line 55 of file matrixData.h.

template<class T, int Rows, int Columns>
T* GfMatrixData< T, Rows, Columns >::operator[] ( int  row)
inline

Return a pointer to a row of data.

Definition at line 40 of file matrixData.h.

template<class T, int Rows, int Columns>
T const* GfMatrixData< T, Rows, Columns >::operator[] ( int  row) const
inline

Return a const pointer to a row of data.

Definition at line 45 of file matrixData.h.


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