TerraLib 4.1
TeCellSet Class Reference

A class for handling sets of cells. More...

#include <TeGeometry.h>

Inheritance diagram for TeCellSet:
TeGeomComposite< TeCell > TeVector TeGeometry

List of all members.

Public Member Functions

 TeCellSet ()
 Empty constructor.
double resX () const
 Returns the X resolution of a cell set.
double resY () const
 Returns the Y resolution of a cell set.
void resX (double reX)
 Sets the X resolution of a cell set.
void resY (double reY)
 Sets the Y resolution of a cell set.
TeGeomRep elemType () const
 Returns the basic geometry in a set of geometries structure.

Detailed Description

A class for handling sets of cells.


Constructor & Destructor Documentation

TeCellSet::TeCellSet ( ) [inline]

Empty constructor.


Member Function Documentation

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

Returns the basic geometry in a set of geometries structure.

Reimplemented from TeGeometry.

double TeCellSet::resX ( ) const [inline]

Returns the X resolution of a cell set.

void TeCellSet::resX ( double  reX) [inline]

Sets the X resolution of a cell set.

void TeCellSet::resY ( double  reY) [inline]

Sets the Y resolution of a cell set.

double TeCellSet::resY ( ) const [inline]

Returns the Y resolution of a cell set.


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