Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

NeuralRegion::Dimensions Struct Reference

Packages up specification of desired or actual input region. More...

#include <neuralregion.h>

List of all members.

Public Methods

 Dimensions (Subscript h, Subscript w, Length xo=0.5, Length yo=0.5)

Public Attributes

Subscript height
 Vertical length. More...

Subscript width
 Horizontal length. More...

Length xoffset
 Horizontal offset relative to the origin. More...

Length yoffset
 Vertical offset relative to the origin. More...


Detailed Description

Packages up specification of desired or actual input region.

Definition at line 42 of file neuralregion.h.


Constructor & Destructor Documentation

NeuralRegion::Dimensions::Dimensions ( Subscript h,
Subscript w,
Length xo = 0.5,
Length yo = 0.5 )
 

Definition at line 43 of file neuralregion.h.


Member Data Documentation

Subscript NeuralRegion::Dimensions::height
 

Vertical length.

Definition at line 45 of file neuralregion.h.

Subscript NeuralRegion::Dimensions::width
 

Horizontal length.

Definition at line 46 of file neuralregion.h.

Length NeuralRegion::Dimensions::xoffset
 

Horizontal offset relative to the origin.

Definition at line 47 of file neuralregion.h.

Length NeuralRegion::Dimensions::yoffset
 

Vertical offset relative to the origin.

Definition at line 48 of file neuralregion.h.


The documentation for this struct was generated from the following file:
Generated at Mon Aug 21 00:31:16 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000