TerraHS-0.3ContentsIndex
TerraHS.TerraLib.TeCell
Contents
The TeCell type
The TeCellPtr type
The TeCellSet type
The TeCellSetPtr type
Operations on TeTable
Description

A module for supporting a TeCell TerraLib class

More information - http://www.terralib.org

Synopsis
data TeCell = TeCell TeBox Int32 Int32
type TeCellPtr = Ptr TeCell
data TeCellSet = TeCellSet [TeCell]
type TeCellSetPtr = Ptr TeCellSet
column :: TeCell -> Int32
line :: TeCell -> Int32
box :: TeCell -> TeBox
The TeCell type
data TeCell
Constructors
TeCell TeBox Int32 Int32
show/hide Instances
The TeCellPtr type
type TeCellPtr = Ptr TeCell
The type TeCellPtr is a pointer to TeCell
The TeCellSet type
data TeCellSet
Constructors
TeCellSet [TeCell]
show/hide Instances
The TeCellSetPtr type
type TeCellSetPtr = Ptr TeCellSet
The type TeCellSetPtr is a pointer to TeCellSet
Operations on TeTable
column :: TeCell -> Int32
Returns the column identification of the cell
line :: TeCell -> Int32
Returns the line identification of the cell
box :: TeCell -> TeBox
Returns the box of the cell
Produced by Haddock version 0.7