#include "moab/CN.hpp"
Go to the source code of this file.
Functions | |
double | edge_length (const double *start_vtx_coords, const double *end_vtx_coords) |
double | measure (moab::EntityType type, int num_vertices, const double *vertex_coordinatee) |
double edge_length | ( | const double * | start_vtx_coords, |
const double * | end_vtx_coords | ||
) |
Definition at line 35 of file measure.cpp.
References moab::CartVect::length().
Referenced by gather_set_stats(), and moab::Intx2Mesh::intersect_meshes_kdtree().
double measure | ( | moab::EntityType | type, |
int | num_vertices, | ||
const double * | vertex_coordinatee | ||
) |
Definition at line 42 of file measure.cpp.
References length(), MBEDGE, MBHEX, MBPOLYGON, MBPRISM, MBPYRAMID, MBQUAD, MBTET, MBTRI, moab::sum(), and tet_volume().