32 #include <material/section/repres/cell/Cell.h> 48 void Print(std::ostream &s,
int flag =0)
const;
double getArea(void) const
Returns the área de la celda.
Definition: TriangCell.cc:45
Triangle shaped cell for section discretization.
Definition: TriangCell.h:39
Cell * getCopy(void) const
Constructor de copia.
Definition: TriangCell.cc:41
void Print(std::ostream &s, int flag=0) const
Imprime la celda.
Definition: TriangCell.cc:58
Base class for cells (cross-section discretization).
Definition: Cell.h:74
================================================================================
Definition: ContinuaReprComponent.h:34
TriangCell(void)
Constructor.
Definition: TriangCell.cc:32