30 #ifndef PolygonSectRegion_h     31 #define PolygonSectRegion_h     33 #include <material/section/repres/section_geometry/region/QuadCellRegion.h>    34 #include "utility/matrix/Matrix.h"    35 #include "utility/geom/d2/2d_polygons/Polygon2d.h"    54     const Grid2d &getMesh(
void) 
const;
    58     double getMaxY(
void) 
const;
    59     double getMaxZ(
void) 
const;
    60     double getMinY(
void) 
const;
    61     double getMinZ(
void) 
const;
    65     void Print(std::ostream &s, 
int flag =0) 
const;   
 SectRegion * getCopy(void) const
Returns a copy of the region. 
Definition: PolygonSectRegion.cc:76
const VectorCells & getCells(void) const
Returns the cell container. 
Definition: PolygonSectRegion.cc:68
Definition: PolygonSectRegion.h:44
Region of a section that creates quadrilateral cells. 
Definition: QuadCellRegion.h:51
Base class for materials. 
Definition: Material.h:93
Polígono en dos dimensiones. 
Definition: Polygon2d.h:38
Grid in a two-dimensional space. 
Definition: Grid2d.h:32
Polygon2d getPolygon(void) const
Return the region contour. 
Definition: PolygonSectRegion.cc:57
Region of a section that corresponds with a material. 
Definition: SectRegion.h:58
Cells vector. 
Definition: VectorCells.h:42
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35