Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

csfl::IGridPolygon Class Reference

#include <polygon.h>

Inheritance diagram for csfl::IGridPolygon::

csfl::IGrid csfl::ISFLObject List of all members.

Public Methods

 IGridPolygon (IDPolygon *_pol, int _row=0, int _col=0)
 IGridPolygon (IGridPolygon *_g)
 ~IGridPolygon ()

Protected Methods

void EstimateGrid ()

Protected Attributes

IDPolygongeometry

Detailed Description

Classe que cria uma malha a partir de um polígono dado.


Constructor & Destructor Documentation

csfl::IGridPolygon::IGridPolygon ( IDPolygon * _pol,
int _row = 0,
int _col = 0 )
 

Os argumentos “_row“ e “_col“ representam o número de linhas e colunas da malha, “_pol“ representa um polígono a partir do qual será criada a malha. O número de pontos do polígono (NumberofVertex()) deve ser igual a 2*_row + 2*_col.

csfl::IGridPolygon::IGridPolygon ( IGridPolygon * _g )
 

Constrói um objeto IGridPolygon a partir de outro.

csfl::IGridPolygon::~IGridPolygon ( ) [inline]
 


Member Function Documentation

void csfl::IGridPolygon::EstimateGrid ( ) [protected]
 


Member Data Documentation

IDPolygon * csfl::IGridPolygon::geometry [protected]
 


The documentation for this class was generated from the following file:

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster