Include dependency graph for SurfArea.cpp:Go to the source code of this file.
Functions | |
| double | compute_area (std::vector< EntityHandle > &) |
| int | main (int argc, char **argv) |
Variables | |
| Interface * | mb |
| double compute_area | ( | std::vector< EntityHandle > & | entities | ) |
Definition at line 95 of file SurfArea.cpp.
References ErrorCode, moab::Interface::get_connectivity(), moab::Interface::get_coords(), length(), mb, and MB_SUCCESS.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 22 of file SurfArea.cpp.
References moab::Range::begin(), compute_area(), moab::Range::end(), ErrorCode, moab::Interface::get_entities_by_dimension(), moab::Interface::get_entities_by_type_and_tag(), moab::Interface::load_file(), mb, MB_SUCCESS, MB_TYPE_INTEGER, MBENTITYSET, moab::Interface::tag_get_data(), and moab::Interface::tag_get_handle().
| Interface* mb |
Definition at line 20 of file SurfArea.cpp.
Referenced by compute_area(), and main().