TarzaNN
TarzaNN neural network simulator
Public Member Functions
PlaneInputWindowSet Class Reference

A collection of PlaneInputWindow objects. More...

#include <PlaneInputWindowSet.h>

List of all members.

Public Member Functions

 PlaneInputWindowSet (int width, int height)
 Constructor.
 ~PlaneInputWindowSet ()
PlaneInputWindowoperator() (int col, int row)
 Unsafe access operator (update and retrieval)

Detailed Description

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.


Constructor & Destructor Documentation

PlaneInputWindowSet::PlaneInputWindowSet ( int  width,
int  height 
) [inline]

Constructor.

PlaneInputWindowSet::~PlaneInputWindowSet ( ) [inline]

Member Function Documentation

PlaneInputWindow& PlaneInputWindowSet::operator() ( int  col,
int  row 
) [inline]

Unsafe access operator (update and retrieval)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines