#include "moab/Core.hpp"#include "moab/Interface.hpp"#include "moab/ProgOptions.hpp"#include <iostream>#include <cmath>#include "moab/IntxMesh/IntxUtils.hpp"#include <cassert>
Include dependency graph for ProjectToSphere.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| double | radius = 1. |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 20 of file ProjectToSphere.cpp.
References moab::Core::add_entities(), ProgOptions::addOpt(), moab::Range::begin(), moab::Core::coords_iterate(), moab::Core::create_meshset(), moab::Core::delete_entities(), moab::Range::empty(), moab::Range::end(), ErrorCode, moab::Core::get_entities_by_dimension(), moab::Core::get_entities_by_type_and_tag(), moab::CartVect::length(), moab::Core::load_mesh(), mb, MB_CHK_SET_ERR, MB_SUCCESS, MBENTITYSET, MESHSET_SET, ProgOptions::numOptSet(), ProgOptions::parseCommandLine(), radius, moab::Range::size(), moab::Core::tag_delete(), moab::Core::tag_get_handle(), moab::Interface::UNION, moab::Core::write_file(), and moab::Core::write_mesh().
| double radius = 1. |
Definition at line 18 of file ProjectToSphere.cpp.
Referenced by moab::Coupler::initialize_tree(), main(), moab::IntxRllCssphere::set_radius(), moab::Intx2MeshOnSphere::set_radius_destination_mesh(), moab::Intx2MeshOnSphere::set_radius_source_mesh(), moab::OrientedBoxTreeTool::sphere_intersect_triangles(), moab::BoundBox::update(), and moab::Intx2MeshOnSphere::update_tracer_data().