宏定义 |
| #define | DOW 1 |
| #define | DIM 1 |
| #define | DIM 2 |
| #define | DIM 3 |
函数 |
| template Point< DOW > | midpoint (const Point< DOW > &, const Point< DOW > &) |
| template double | distance (const Point< DOW > &, const Point< DOW > &) |
| template Point< DOW > | barycenter (const std::vector< Point< DOW > > &, const double *) |
| template Point< DOW > | operator+ (const Point< DOW > &, const Point< DOW > &) |
| template Point< DOW > | operator- (const Point< DOW > &, const Point< DOW > &) |
| template std::istream & | operator>> (std::istream &, Point< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const Point< DOW > &) |
| template filtering_istream & | operator>> (filtering_istream &, QuadratureInfo< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const QuadratureInfo< DOW > &) |
| template filtering_istream & | operator>> (filtering_istream &, QuadratureInfoAdmin< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const QuadratureInfoAdmin< DOW > &) |
| template filtering_istream & | operator>> (filtering_istream &, TemplateGeometry< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const TemplateGeometry< DOW > &) |
| template std::istream & | operator>> (std::istream &, Mesh< DIM, DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const Mesh< DIM, DOW > &) |