#include <FVPolygon.h>
Public Methods | |
| FVPolygon () | |
| FVPolygon (int nsd_) | |
| ~FVPolygon () | |
| int | getNoSpaceDim () const |
| int | getId () const |
| void | open (int n) |
| void | addFace (const FVFaceSeg &f) |
| void | close () |
| void | getFaces (VecSimple(int) &f) const |
| void | print (Os &os) const |
| FVPolygon& | operator= (const FVPolygon &p) |
Protected Attributes | |
| VecSimple(int) | faces |
| int | id |
| int | nsd |
| int | nfaces |
Static Protected Attributes | |
| SetOfNo(int) | buffer |
| bool | first_segment |
Friends | |
| Os& | operator<< (Os &out, const FVPolygon &p) |
| Is& | operator>> (Is &in, FVPolygon &p) |
NAME: FVPolygon - finite volume polygon
DESCRIPTION:
|
|
See documentation of one of the overloaded functions. |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|