MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "DomainUtil.hpp"
#include "MeshInterface.hpp"
#include "MsqVertex.hpp"
#include "MsqError.hpp"
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
namespace | MBMesquite::DomainUtil |
Functions | |
void | MBMesquite::DomainUtil::bounding_box (const MsqVertex *coords, size_t num_coords, Vector3D &min, Vector3D &max) |
double | MBMesquite::DomainUtil::max_box_extent (const MsqVertex *vertex_array, size_t num_vertices) |
void | MBMesquite::DomainUtil::get_fixed_vertices (Mesh *mesh, const Mesh::VertexHandle *verts, size_t num_verts, std::vector< Mesh::VertexHandle > &fixed_verts, MsqError &err) |
bool | MBMesquite::DomainUtil::non_colinear_vertices (const MsqVertex *verts, size_t num_verts, Vector3D coords_out[3], double epsilon) |
bool | MBMesquite::DomainUtil::non_coplanar_vertices (const MsqVertex *verts, size_t num_verts, Vector3D coords_out[4], double epsilon) |
Definition in file DomainUtil.cpp.