公有类型 |
| enum | { dim = 1,
dow = DOW
} |
| typedef HGeometry< 0, dow > | vertex_t |
| typedef HGeometry< dim-1, dow > | bound_t |
| typedef HGeometry< dim, dow > | this_t |
| typedef this_t | child_t |
| typedef this_t | parent_t |
公有成员 |
| | HGeometry () |
| virtual | ~HGeometry () |
| bool | isRefined () const |
| bool | isIncludePoint (const afepack::Point< DOW > &) const |
| void | refine () |
| void | checkIntegrity () const |
公有属性 |
| int | index |
| std::vector< vertex_t * > | vertex |
| std::vector< bound_t * > | boundary |
| parent_t * | parent |
| std::vector< HGeometry< 1, DOW > * > | child |
| bmark_t | bmark |
静态公有属性 |
| static void(* | mid_point )(const afepack::Point< DOW > &, const afepack::Point< DOW > &, bmark_t, afepack::Point< DOW > &) |
友元 |
| std::ostream & | operator<< (std::ostream &, const HGeometry< 1, DOW > &) |