TerraLib 4.1
TeCell Class Reference

A class for handling cells. More...

#include <TeGeometry.h>

Inheritance diagram for TeCell:
TeVector TeGeometry

List of all members.

Public Member Functions

 TeCell ()
 Empty constructor.
 TeCell (TeBox &box, int col, int lin)
int column () const
 Returns the column identification of the cell.
void column (int column)
 Sets the column identification of the cell.
int line () const
 Returns the line identification of the cell.
void line (int line)
 Sets the line identification of the cell.
TeGeomRep elemType () const
 Returns the basic geometry in a set of geometries structure.
bool operator== (const TeCell &other) const
 Returns TRUE if a TeCell is equal to other.

Detailed Description

A class for handling cells.


Constructor & Destructor Documentation

TeCell::TeCell ( ) [inline]

Empty constructor.

TeCell::TeCell ( TeBox box,
int  col,
int  lin 
) [inline]

Member Function Documentation

int TeCell::column ( ) const [inline]

Returns the column identification of the cell.

void TeCell::column ( int  column) [inline]

Sets the column identification of the cell.

TeGeomRep TeCell::elemType ( ) const [inline, virtual]

Returns the basic geometry in a set of geometries structure.

Reimplemented from TeGeometry.

void TeCell::line ( int  line) [inline]

Sets the line identification of the cell.

int TeCell::line ( ) const [inline]

Returns the line identification of the cell.

bool TeCell::operator== ( const TeCell other) const [inline]

Returns TRUE if a TeCell is equal to other.


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