| 
    HDK
    
   | 
 
#include <matrixData.h>
Public Member Functions | |
| T * | operator[] (int row) | 
| Return a pointer to a row of data.  More... | |
| T const * | operator[] (int row) const | 
| Return a const pointer to a row of data.  More... | |
| T * | GetData () | 
| Return a pointer to the start of all the data.  More... | |
| T const * | GetData () const | 
| Return a const pointer to the start of all the data.  More... | |
A class template used by GfMatrixXX to store values.
Definition at line 19 of file matrixData.h.
      
  | 
  inline | 
Return a pointer to the start of all the data.
Definition at line 33 of file matrixData.h.
      
  | 
  inline | 
Return a const pointer to the start of all the data.
Definition at line 38 of file matrixData.h.
      
  | 
  inline | 
Return a pointer to a row of data.
Definition at line 23 of file matrixData.h.
      
  | 
  inline | 
Return a const pointer to a row of data.
Definition at line 28 of file matrixData.h.