Home
last modified time | relevance | path

Searched refs:opposite_index (Results 1 – 8 of 8) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCN.cpp378 int &opposite_index, in OppositeSide() argument
384 else opposite_index = 1-child_index; in OppositeSide()
392 opposite_index = (child_index+1)%3; in OppositeSide()
396 opposite_index = (child_index+2)%3; in OppositeSide()
408 opposite_index = (child_index+2)%4; in OppositeSide()
423 opposite_index = child_index < 3 in OppositeSide()
429 opposite_index = (child_index+2)%3 + child_index/3; in OppositeSide()
439 opposite_index = child_index < 4 in OppositeSide()
447 opposite_index = child_index < 4 in OppositeSide()
862 int *opposite_index, in MBCN_OppositeSide() argument
[all …]
H A DMBCN.h74 int *opposite_index,
H A DMeshTopoUtil.cpp562 int opposite_index, opposite_dim; in opposite_entity() local
565 opposite_index, opposite_dim); in opposite_entity()
569 result = mbImpl->side_element(parent, opposite_dim, opposite_index, in opposite_entity()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject_mover.cpp274 const MapCoordVector::size_type opposite_index) in calculateConstraints()
280 constraint.opposite_handle_index = opposite_index; in calculateConstraints()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Dtriangulate_faces.h248 const int opposite_index = opposite_fh->index(fh); in triangulate_face_with_CDT() local
261 opposite_fh->info().e[opposite_index] = hnewopp; in triangulate_face_with_CDT()
272 opposite_fh->info().e[opposite_index] = vb->info(); in triangulate_face_with_CDT()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DCN.hpp312 int &opposite_index,
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dmap_constructors.cpp123 short opposite_index = find_adjacent_polygon(side->polygon_index, side->line_index); in recalculate_side_type() local
125 if (opposite_index != NONE) in recalculate_side_type()
127 polygon_data *opposite = get_polygon_data(opposite_index); in recalculate_side_type()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_data_structure_3.h1580 const int opposite_index = neighbor_cell->index(f.first); in mirror_facet() local
1581 return Facet(neighbor_cell, opposite_index); in mirror_facet()