In file matrix.hpp: Static base class for FlatMatrix.
Documentation
Static base class for FlatMatrix.
Provides height and width, range check methods.
Inheritance:
Protected Fields
-
int h
- height
-
int w
- width
Protected Methods
-
BaseFlatMatrix()
-
BaseFlatMatrix(int ah, int aw)
-
void CheckRange(int i) const
- valid range ?
-
void CheckRange(int i, int j) const
- valid range ?
int h
- height
int w
- width
BaseFlatMatrix()
BaseFlatMatrix(int ah, int aw)
void CheckRange(int i) const
- valid range ?
void CheckRange(int i, int j) const
- valid range ?
- Direct child classes:
- FlatMatrix
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.