TarzaNN
TarzaNN neural network simulator
|
A collection of PlaneInputWindow objects. More...
#include <PlaneInputWindowSet.h>
Public Member Functions | |
PlaneInputWindowSet (int width, int height) | |
Constructor. | |
~PlaneInputWindowSet () | |
PlaneInputWindow & | operator() (int col, int row) |
Unsafe access operator (update and retrieval) |
A collection of PlaneInputWindow objects.
This class primarily exists to abstract out the 2D array storage for PlaneInputWindow objects in a FeaturePlane. It is typically only used by the FeaturePlane class.
PlaneInputWindowSet::PlaneInputWindowSet | ( | int | width, |
int | height | ||
) | [inline] |
Constructor.
PlaneInputWindowSet::~PlaneInputWindowSet | ( | ) | [inline] |
PlaneInputWindow& PlaneInputWindowSet::operator() | ( | int | col, |
int | row | ||
) | [inline] |
Unsafe access operator (update and retrieval)