QuadCell Class Reference

#include <QuadCell.h>

Inheritance diagram for QuadCell:

Cell List of all members.

Public Member Functions

 QuadCell ()
 QuadCell (const Matrix &vertexCoords)
 ~QuadCell ()
void setVertCoords (const Matrix &vertexCoords)
double getArea (void) const
const MatrixgetVertCoords (void) const
const VectorgetCentroidPosition (void)
void Print (OPS_Stream &s, int flag=0) const

Friends

OPS_Streamoperator<< (OPS_Stream &s, const QuadCell &quadCell)

Detailed Description

Definition at line 42 of file QuadCell.h.


Constructor & Destructor Documentation

QuadCell::QuadCell (  ) 

Definition at line 36 of file QuadCell.cpp.

QuadCell::QuadCell ( const Matrix vertexCoords  ) 

Definition at line 43 of file QuadCell.cpp.

QuadCell::~QuadCell (  ) 

Definition at line 50 of file QuadCell.cpp.


Member Function Documentation

void QuadCell::setVertCoords ( const Matrix vertexCoords  ) 

Definition at line 61 of file QuadCell.cpp.

double QuadCell::getArea ( void   )  const [virtual]

Implements Cell.

Definition at line 67 of file QuadCell.cpp.

Referenced by getCentroidPosition().

const Matrix & QuadCell::getVertCoords ( void   )  const

Definition at line 56 of file QuadCell.cpp.

const Vector & QuadCell::getCentroidPosition ( void   )  [virtual]

Implements Cell.

Definition at line 112 of file QuadCell.cpp.

References getArea().

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

Implements Cell.

Definition at line 152 of file QuadCell.cpp.

Referenced by operator<<().


Friends And Related Function Documentation

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

Definition at line 159 of file QuadCell.cpp.


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

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