Cell Class Reference

#include <Cell.h>

Inheritance diagram for Cell:

QuadCell List of all members.

Public Member Functions

 Cell ()
virtual ~Cell ()
virtual double getArea (void) const =0
virtual const VectorgetCentroidPosition (void)=0
virtual void Print (OPS_Stream &s, int flag=0) const =0

Friends

OPS_Streamoperator<< (OPS_Stream &s, const Cell &Cell)

Detailed Description

Definition at line 39 of file Cell.h.


Constructor & Destructor Documentation

Cell::Cell (  ) 

Definition at line 32 of file Cell.cpp.

Cell::~Cell (  )  [virtual]

Definition at line 37 of file Cell.cpp.


Member Function Documentation

virtual double Cell::getArea ( void   )  const [pure virtual]

Implemented in QuadCell.

Referenced by buildSection().

virtual const Vector& Cell::getCentroidPosition ( void   )  [pure virtual]

Implemented in QuadCell.

Referenced by buildSection().

virtual void Cell::Print ( OPS_Stream s,
int  flag = 0 
) const [pure virtual]

Implemented in QuadCell.


Friends And Related Function Documentation

OPS_Stream& operator<< ( OPS_Stream s,
const Cell Cell 
) [friend]


The documentation for this class was generated from the following files:
  • OpenSees/SRC/material/section/repres/cell/Cell.h
  • OpenSees/SRC/material/section/repres/cell/Cell.cpp

Generated on Mon Oct 23 15:05:39 2006 for OpenSees by doxygen 1.5.0