VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
DtIntMatrix Class Reference

Public Member Functions

 DtIntMatrix (int x=0, int y=0)
 
 ~DtIntMatrix ()
 
size_t Size () const
 
size_t CountX () const
 
size_t CountY () const
 
void SetDimensions (int x, int y)
 
void Set (int x, int y, int value)
 
int Get (int x, int y) const
 

Private Attributes

intmBuffer
 
size_t mCountX
 
size_t mCountY
 

Constructor & Destructor Documentation

DtIntMatrix::DtIntMatrix ( int  x = 0,
int  y = 0 
)
inline
DtIntMatrix::~DtIntMatrix ( )
inline

Member Function Documentation

size_t DtIntMatrix::Size ( ) const
inline
size_t DtIntMatrix::CountX ( ) const
inline
size_t DtIntMatrix::CountY ( ) const
inline
void DtIntMatrix::SetDimensions ( int  x,
int  y 
)
void DtIntMatrix::Set ( int  x,
int  y,
int  value 
)
int DtIntMatrix::Get ( int  x,
int  y 
) const

Member Data Documentation

int* DtIntMatrix::mBuffer
private
size_t DtIntMatrix::mCountX
private
size_t DtIntMatrix::mCountY
private

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)