Cell (Class)

In: structures/CellComplex.rb
Parent: Object
Cell CellTuple CellComplex TopLevel

Cell

This class represents a cell. A cell has a fixed dimension and possible user given data.

Methods

new  

Attributes

complex  [R] 
data  [RW] 
dim  [R] 

Public Class methods

initialize

creates a new cell with the given dimension and data

[Validate]