Input and output events produced by components of a CellSpace must
be of the type CellEvent.
Public Fields
-
long int x
- The x coordinate of the event target
-
long int y
- The y coordinate of the event target
-
long int z
- The z coordinate of the event target
-
X value
- The event value
Public Methods
-
CellEvent()
- Default constructor.
-
CellEvent(const CellEvent<X>& src)
- Copy constructor
-
const CellEvent& operator=(const CellEvent<X>& src)
- Assignment operator
Documentation
Input and output events produced by components of a CellSpace must
be of the type CellEvent. A CellEvent has an event value (i.e., the actual
input/output value) and a target cell for the event.
CellEvent()
- Default constructor. Sets x = y = z = 0.
CellEvent(const CellEvent<X>& src)
- Copy constructor
const CellEvent& operator=(const CellEvent<X>& src)
- Assignment operator
long int x
- The x coordinate of the event target
long int y
- The y coordinate of the event target
long int z
- The z coordinate of the event target
X value
- The event value
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.