Home
last modified time | relevance | path

Searched refs:start_handle (Results 1 – 25 of 90) sorted by relevance

1234

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DTypeSequenceManager.cpp94 if (seq_ptr->data()->start_handle() > seq_ptr->start_handle() || in insert_sequence()
118 if (seq_ptr->start_handle() > seq_ptr->data()->start_handle() && i != begin()) { in insert_sequence()
147 if ((*i)->start_handle() == (*i)->data()->start_handle() || in insert_sequence()
164 if (seq_ptr->start_handle() < (*i)->start_handle() || in replace_subsequence()
195 const bool some_before = ((*i)->start_handle() < seq_ptr->start_handle()); in replace_subsequence()
293 assert(0 == find(seq->start_handle())); in erase()
349 if ((*j)->start_handle() > (*i)->start_handle() && in find_free_handle()
627 if (seq->start_handle() == h) { in erase()
654 assert(seq->start_handle() == h); in erase()
689 if ((*i)->start_handle() < first) { in erase()
[all …]
H A DEntitySequence.cpp8 return start_handle() == data()->start_handle() in using_entire_data()
39 if (new_start < data()->start_handle()) in prepend_entities()
60 if (end_handle() + 1 == other.start_handle()) { in merge()
64 else if (start_handle() == other.end_handle() + 1) { in merge()
65 startHandle = other.start_handle(); in merge()
66 other.endHandle = other.start_handle()-1; in merge()
H A DUnstructuredElemSeq.hpp13 UnstructuredElemSeq( EntityHandle start_handle,
18 UnstructuredElemSeq( EntityHandle start_handle,
59 + nodes_per_element() * (start_handle() - data()->start_handle()); in get_array()
65 + nodes_per_element() * (start_handle() - data()->start_handle()); in get_array()
H A DVertexSequence.hpp103 EntityID offset = handle - data()->start_handle(); in get_coordinates()
113 EntityID offset = handle - data()->start_handle(); in get_coordinates()
126 EntityID offset = handle - data()->start_handle(); in get_coordinates_ref()
138 EntityID offset = entity - data()->start_handle(); in set_coordinates()
148 EntityID offset = entity - data()->start_handle(); in set_coordinates()
159 EntityID offset = start_handle() - data()->start_handle(); in get_coordinate_arrays()
170 return get_coordinates_ref( start_handle(), x, y, z ); in get_coordinate_arrays()
H A DTypeSequenceManager.hpp32 { return a->end_handle() < b->start_handle(); } in operator ()()
272 bool is_free_sequence( EntityHandle start_handle,
358 else if (h >= lastReferenced->start_handle() && h <= lastReferenced->end_handle()) in find()
370 else if (h >= lastReferenced->start_handle() && h <= lastReferenced->end_handle()) in find()
385 else if (h >= lastReferenced->start_handle() && h <= lastReferenced->end_handle()) { in find()
392 if (i == end() || (*i)->start_handle() > h ) { in find()
409 else if (h >= lastReferenced->start_handle() && h <= lastReferenced->end_handle()) { in find()
416 if (i == end() || (*i)->start_handle() > h ) { in find()
434 in = entities_out.insert( in, (*i)->start_handle(), (*i)->end_handle() ); in get_entities()
440 for (EntityHandle j = (*i)->start_handle(); j <= (*i)->end_handle(); ++j) in get_entities()
H A DReadUtil.cpp66 if (seq->start_handle() > actual_start_handle || in get_node_coords()
76 arrays[i] += (actual_start_handle - seq->start_handle()); in get_node_coords()
108 if (seq->start_handle() > actual_start_handle || in get_element_connect()
117 array += (actual_start_handle - seq->start_handle()) in get_element_connect()
126 EntityHandle& start_handle) in create_entity_sets() argument
129 start_handle = 0; in create_entity_sets()
143 if (seq->start_handle() > start_handle || in create_entity_sets()
144 seq->end_handle() < start_handle || in create_entity_sets()
145 seq->end_handle() - start_handle + 1 < (EntityHandle)num_sets) in create_entity_sets()
151 ErrorCode ReadUtil::update_adjacencies(const EntityHandle start_handle, in update_adjacencies() argument
[all …]
H A DSweptElementData.hpp83 SweptElementData( EntityHandle start_handle,
149 static EntityID calc_num_entities( EntityHandle start_handle,
159 return start_handle() + (i-i_min()) + (j-j_min())*dIJKm1[0] + (k-k_min())*dIJKm1[0]*dIJKm1[1]; in get_element()
183 if (TYPE_FROM_HANDLE(ehandle) != TYPE_FROM_HANDLE(start_handle())) return MB_FAILURE; in get_params()
185 int hdiff = ehandle - start_handle(); in get_params()
197 return (ehandle >= start_handle() && in get_params()
198 ehandle < start_handle()+size() && in get_params()
298 if (CN::Dimension(TYPE_FROM_HANDLE(start_handle())) < 2) return MB_SUCCESS; in get_params_connectivity()
301 if (CN::Dimension(TYPE_FROM_HANDLE(start_handle())) < 3) return MB_SUCCESS; in get_params_connectivity()
H A DEntitySequence.hpp29 SequenceData* create_data_subset( EntityHandle start_handle,
46 { return TYPE_FROM_HANDLE(start_handle()); } in type()
48 EntityHandle start_handle() const in start_handle() function in moab::EntitySequence
105 virtual SequenceData* create_data_subset( EntityHandle start_handle,
H A DScdElementData.hpp87 ScdElementData( EntityHandle start_handle,
165 static EntityID calc_num_entities( EntityHandle start_handle,
176 return start_handle() + (i-i_min()) + (j-j_min())*dIJKm1[0] + (k-k_min())*dIJKm1[0]*dIJKm1[1]; in get_element()
200 if (TYPE_FROM_HANDLE(ehandle) != TYPE_FROM_HANDLE(start_handle())) return MB_FAILURE; in get_params()
202 int hdiff = ehandle - start_handle(); in get_params()
214 return (ehandle >= start_handle() && in get_params()
215 ehandle < start_handle()+size() && in get_params()
335 if (CN::Dimension(TYPE_FROM_HANDLE(start_handle())) < 2) return MB_SUCCESS; in get_params_connectivity()
338 if (CN::Dimension(TYPE_FROM_HANDLE(start_handle())) < 3) return MB_SUCCESS; in get_params_connectivity()
H A DSequenceData.cpp100 assert( from->start_handle() <= start ); in SequenceData()
105 const size_t offset = start - from->start_handle(); in SequenceData()
133 assert( destination->start_handle() >= start_handle() ); in move_tag_data()
135 const size_t offset = destination->start_handle() - start_handle(); in move_tag_data()
H A DWriteUtil.cpp171 if (seq_iter == seq_end || *iter < (*seq_iter)->start_handle()) in get_node_coords()
186 assert(*iter >= (*seq_iter)->start_handle()); in get_node_coords()
187 EntityHandle offset = *iter - (*seq_iter)->start_handle(); in get_node_coords()
250 (*seq_iter_lookahead)->start_handle() < *range_iter; ) { in get_element_connect()
287 EntityHandle start_handle = (*seq_iter)->start_handle(); in get_element_connect() local
374 assert(*iter >= (*seq_iter)->start_handle()); in get_element_connect()
375 EntityHandle offset = *iter - (*seq_iter)->start_handle(); in get_element_connect()
480 assert(*iter >= (*seq_iter)->start_handle()); in get_element_connect()
481 EntityHandle offset = *iter - (*seq_iter)->start_handle(); in get_element_connect()
577 assert(iter.get_start_handle() >= seq->start_handle()); in gather_nodes_from_elements()
[all …]
H A DUnstructuredElemSeq.cpp37 if (here <= start_handle() || here > end_handle()) in split()
65 EntityHandle const* conn = get_array() + nodes_per_element() * (handle - start_handle()); in get_connectivity()
80 conn_ptr = get_array() + nodes_per_element() * (handle - start_handle()); in get_connectivity()
93 EntityHandle* conn_ptr = get_array() + nodes_per_element() * (handle - start_handle()); in set_connectivity()
H A DMeshSetSequence.cpp69 EntityID offset = start_handle() - data()->start_handle(); in initialize()
76 EntityID offset = start_handle() - data()->start_handle(); in ~MeshSetSequence()
89 EntityID offset = end_handle() + 1 - count - data()->start_handle(); in pop_back()
99 EntityID offset = start_handle() - data()->start_handle(); in pop_front()
109 EntityID offset = end_handle() + 1 - data()->start_handle(); in push_back()
119 EntityID offset = start_handle() - data()->start_handle() - count; in push_front()
138 if (first < start_handle()) in get_per_entity_memory_use()
139 first = start_handle(); in get_per_entity_memory_use()
H A DVarLenDenseTag.cpp112 ptr += h - seq->data()->start_handle(); in get_array()
152 ptr += h - seq->data()->start_handle(); in get_array()
467 end = data + (*i)->end_handle() - (*i)->data()->start_handle() + 1; in get_tagged()
468 iter = data + (*i)->start_handle() - (*i)->data()->start_handle(); in get_tagged()
469 EntityHandle handle = (*i)->start_handle(); in get_tagged()
495 data += iter.get_start_handle() - iter.get_sequence()->data()->start_handle(); in get_tagged()
561 ByteArrayIterator start((*i)->data()->start_handle(), data, *this); in find_entities_with_value()
563 start += (*i)->start_handle() - (*i)->data()->start_handle(); in find_entities_with_value()
H A DPolyElementSeq.cpp16 EntityHandle const* conn = get_array() + nodes_per_element() * (handle - start_handle()); in get_connectivity()
31 conn_ptr = get_array() + nodes_per_element() * (handle - start_handle()); in get_connectivity()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dinner-product-clip.cpp44 PointHandle start_handle, end_handle; member in InnerProductClip
61 d = L2(end_handle.pos - start_handle.pos); in draw()
65 cairo_arc(cr, start_handle.pos[0], start_handle.pos[1], d, 0, M_PI*2); in draw()
69 n = unit_vector(rot90(end_handle.pos - start_handle.pos)); in draw()
70 d = dot(n, start_handle.pos); in draw()
81 D2<SBasis> test = curpw - start_handle.pos; in draw()
98 m -= start_handle.pos; in draw()
150 handles.push_back(&start_handle); in first_time()
156 InnerProductClip() : start_handle(150,300), in InnerProductClip()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dinner-product-clip.cpp44 PointHandle start_handle, end_handle; member in InnerProductClip
61 d = L2(end_handle.pos - start_handle.pos); in draw()
65 cairo_arc(cr, start_handle.pos[0], start_handle.pos[1], d, 0, M_PI*2); in draw()
69 n = unit_vector(rot90(end_handle.pos - start_handle.pos)); in draw()
70 d = dot(n, start_handle.pos); in draw()
81 D2<SBasis> test = curpw - start_handle.pos; in draw()
98 m -= start_handle.pos; in draw()
150 handles.push_back(&start_handle); in first_time()
156 InnerProductClip() : start_handle(150,300), in InnerProductClip()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DTestTypeSequenceManager.cpp50 EntityHandle start_handle,
125 EntityHandle start_handle, in insert_seq() argument
138 CHECK( start_handle >= seq->start_handle() ); in insert_seq()
139 CHECK( start_handle+count-1 <= seq-> end_handle() ); in insert_seq()
163 CHECK_EQUAL( (EntityHandle)3, seq1->start_handle() ); in make_basic_sequence()
171 CHECK_EQUAL( (EntityHandle)100, seq2->start_handle() ); in make_basic_sequence()
179 CHECK_EQUAL( (EntityHandle)1001, seq3->start_handle() ); in make_basic_sequence()
343 if (seq->start_handle() > seq->end_handle()) { in seqman_equal()
350 if (pair_array[i][0] != seq->start_handle() || in seqman_equal()
354 if (seq->data()->start_handle() > seq->start_handle() || in seqman_equal()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadVtk.cpp449 EntityHandle start_handle = 0; in vtk_read_structured_points() local
454 vertex_list.insert(start_handle, start_handle + num_verts - 1); in vtk_read_structured_points()
494 EntityHandle start_handle = 0; in vtk_read_structured_grid() local
495 result = read_vertices(tokens, num_verts, start_handle); in vtk_read_structured_grid()
498 vertex_list.insert(start_handle, start_handle + num_verts - 1); in vtk_read_structured_grid()
540 EntityHandle start_handle = 0; in vtk_read_rectilinear_grid() local
545 vertex_list.insert(start_handle, start_handle + num_verts - 1); in vtk_read_rectilinear_grid()
582 EntityHandle start_handle = 0; in vtk_read_polydata() local
586 vertex_list.insert(start_handle, start_handle + num_verts - 1); in vtk_read_polydata()
784 EntityHandle start_handle = 0; in vtk_read_unstructured_grid() local
[all …]
H A DReadTetGen.cpp304 EntityHandle start_handle; in read_node_file() local
305 rval = readTool->get_node_coords(dim, num_vtx, 1, start_handle, coords); in read_node_file()
322 nodes[ids[i]] = start_handle + i; in read_node_file()
339 node_range.insert(start_handle, start_handle + num_vtx - 1); in read_node_file()
410 EntityHandle start_handle, *conn_array; in read_elem_file() local
411 rval = readTool->get_element_connect(num_elem, node_per_elem, type, 1, start_handle, conn_array); in read_elem_file()
414 elems.insert(start_handle, start_handle + num_elem - 1); in read_elem_file()
449 EntityHandle handle = start_handle + i; in read_elem_file()
458 elems2.insert(start_handle, start_handle + num_elem - 1); in read_elem_file()
H A DReadDamsel.cpp297 EntityHandle *connect, start_handle; in process_ent_info() local
317 0, start_handle, connect);MB_CHK_ERR(rval); in process_ent_info()
318 these_ents.insert(start_handle, start_handle + einfo.count - 1); in process_ent_info()
321 app_cont = DMSLcontainer_create_sequence(dU.dmslModel, einfo.count, start_handle, 1); in process_ent_info()
344 …rval = readMeshIface->get_node_coords(num_ctags, einfo.count, 0, start_handle, coord_arrays);MB_CH… in process_ent_info()
346 these_ents.insert(start_handle, start_handle + einfo.count - 1); in process_ent_info()
349 app_cont = DMSLcontainer_create_sequence(dU.dmslModel, start_handle, einfo.count, 1); in process_ent_info()
365 …dmHandleRMap.insert(DMSLcontainer_handle_at_position(einfo.entity_container, 0), start_handle, ein… in process_ent_info()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dloop_watcher.hpp59 rc = Type::start_handle(handle_, on_run); in start()
131 static int start_handle(HandleType* handle, HandleCallback callback) { in start_handle() function in datastax::internal::core::Prepare
151 static int start_handle(HandleType* handle, HandleCallback callback) { in start_handle() function in datastax::internal::core::Check
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dnsload.c24 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle);
181 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle) in acpi_ns_delete_subtree() argument
192 parent_handle = start_handle; in acpi_ns_delete_subtree()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dnsload.c24 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle);
181 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle) in acpi_ns_delete_subtree() argument
192 parent_handle = start_handle; in acpi_ns_delete_subtree()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dnsload.c24 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle);
181 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle) in acpi_ns_delete_subtree() argument
192 parent_handle = start_handle; in acpi_ns_delete_subtree()

1234