AFEPack
公有类型 | 公有成员 | 私有属性 | 友元
GeometryBM类参考

#include <Geometry.h>

类GeometryBM继承关系图:
Geometry

所有成员的列表。

公有类型

typedef int bmark_t

公有成员

 GeometryBM ()
 GeometryBM (const GeometryBM &)
 ~GeometryBM ()
GeometryBMoperator= (const GeometryBM &)
int boundaryMark () const
int & boundaryMark ()

私有属性

bmark_t bm

友元

class Mesh
std::istream & operator>> (std::istream &, GeometryBM &)
std::ostream & operator<< (std::ostream &, const GeometryBM &)

详细描述

Geometry with boundary marker. This class provide an integer to differ the boundary mark of different geometry. According the boundary marker of geometry, the package will generate boundary marker for degrees of freedom.


成员类型定义文档

typedef int GeometryBM::bmark_t

构造及析构函数文档

Default constructor.

Copy contructor.

Destructor.


成员函数文档

int GeometryBM::boundaryMark ( ) const

Acess to the boundary marker.

Acess to the boundary marker.

GeometryBM & GeometryBM::operator= ( const GeometryBM g)

Copy operator.


友元及相关函数文档

friend class Mesh [friend]

class Mesh can acess Geometry

重载Geometry

std::ostream& operator<< ( std::ostream &  os,
const GeometryBM g 
) [friend]

Stream output.

std::istream& operator>> ( std::istream &  is,
GeometryBM g 
) [friend]

Stream input.


成员数据文档

Boundary marker.


该类的文档由以下文件生成: