Home
last modified time | relevance | path

Searched refs:query_object (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DK_neighbor_search.h86 this->distance_instance. min_distance_to_rectangle(this->query_object, in compute_neighbors_general()
90 this->distance_instance.min_distance_to_rectangle(this->query_object, in compute_neighbors_general()
99 this->distance_instance.max_distance_to_rectangle(this->query_object, in compute_neighbors_general()
103 this->distance_instance.max_distance_to_rectangle(this->query_object, in compute_neighbors_general()
157 this->query_object, *it_node_point, cache_point_begin, cache_point_begin + dim); in search_nearest_in_leaf()
171 … this->query_object, *it_node_point, cache_point_begin, cache_point_begin + dim, worst_dist); in search_nearest_in_leaf()
193 this->distance_instance.transformed_distance(this->query_object, *it_node_point); in search_nearest_in_leaf()
205 this->query_object, *it_node_point, worst_dist); in search_nearest_in_leaf()
229 this->query_object, *it_node_point, cache_point_begin, cache_point_begin + dim); in search_furthest_in_leaf()
246 this->distance_instance.transformed_distance(this->query_object, *it_node_point); in search_furthest_in_leaf()
H A DOrthogonal_k_neighbor_search.h60 query_object_it = construct_it(this->query_object); in Base()
62 m_dim = static_cast<int>(std::distance(query_object_it, construct_it(this->query_object,0))); in Base()
94 this->query_object, *it_node_point, cache_point_begin, cache_point_begin + m_dim); in search_nearest_in_leaf()
108 … this->query_object, *it_node_point, cache_point_begin, cache_point_begin + m_dim, worst_dist); in search_nearest_in_leaf()
130 this->distance_instance.transformed_distance(this->query_object, *it_node_point); in search_nearest_in_leaf()
142 this->query_object, *it_node_point, worst_dist); in search_nearest_in_leaf()
213 this->query_object, *it_node_point, cache_point_begin, cache_point_begin + m_dim); in search_furthest_in_leaf()
230 this->distance_instance.transformed_distance(this->query_object, *it_node_point); in search_furthest_in_leaf()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iccv2011/include/
H A Dobject_recognition.h96 ObjectModel query_object; in recognizeObject() local
97 constructObjectModel (query_cloud, query_object); in recognizeObject()
98 const GlobalDescriptorT & query_descriptor = (*query_object.global_descriptor)[0]; in recognizeObject()
111 ObjectModel query_object; in recognizeAndAlignPoints() local
112 constructObjectModel (query_cloud, query_object); in recognizeAndAlignPoints()
113 const GlobalDescriptorT & query_descriptor = (*query_object.global_descriptor)[0]; in recognizeAndAlignPoints()
120 PointCloudPtr output = alignModelPoints (models_[best_match], query_object, params_); in recognizeAndAlignPoints()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/iros2011/include/solution/
H A Dobject_recognition.h95 ObjectModel query_object; in recognizeObject() local
96 constructObjectModel (query_cloud, query_object); in recognizeObject()
97 const GlobalDescriptorT & query_descriptor = (*query_object.global_descriptor)[0]; in recognizeObject()
110 ObjectModel query_object; in recognizeAndAlignPoints() local
111 constructObjectModel (query_cloud, query_object); in recognizeAndAlignPoints()
112 const GlobalDescriptorT & query_descriptor = (*query_object.global_descriptor)[0]; in recognizeAndAlignPoints()
119 PointCloudPtr output = alignModelPoints (models_[best_match], query_object, params_); in recognizeAndAlignPoints()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/cpp/ycm/
H A DPythonSupport.cpp72 Word query_object( std::move( query ) ); in FilterAndSortCandidates() local
77 if ( candidate->IsEmpty() || !candidate->ContainsBytes( query_object ) ) { in FilterAndSortCandidates()
81 Result result = candidate->QueryMatchResult( query_object ); in FilterAndSortCandidates()
H A DIdentifierDatabase.cpp126 Word query_object( std::move( query ) ); in ResultsForQueryAndType() local
144 !candidate.ContainsBytes( query_object ) ) { in ResultsForQueryAndType()
148 Result result = candidate.QueryMatchResult( query_object ); in ResultsForQueryAndType()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gl_spirv/execution/xfb/
H A Dvs_simple.shader_test72 verify query_object GL_PRIMITIVES_GENERATED 1
73 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_simple_multiple_samples.shader_test75 verify query_object GL_PRIMITIVES_GENERATED 4
76 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 4
H A Dvs_lines.shader_test80 verify query_object GL_PRIMITIVES_GENERATED 1
81 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_triangles.shader_test80 verify query_object GL_PRIMITIVES_GENERATED 1
81 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_struct.shader_test102 verify query_object GL_PRIMITIVES_GENERATED 1
103 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_aoa.shader_test116 verify query_object GL_PRIMITIVES_GENERATED 1
117 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_double.shader_test113 verify query_object GL_PRIMITIVES_GENERATED 1
114 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_block.shader_test107 verify query_object GL_PRIMITIVES_GENERATED 1
108 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_struct_array.shader_test130 verify query_object GL_PRIMITIVES_GENERATED 1
131 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_two_sets.shader_test139 verify query_object GL_PRIMITIVES_GENERATED 1
140 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_two_sets_ifc.shader_test143 verify query_object GL_PRIMITIVES_GENERATED 1
144 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_block_array.shader_test134 verify query_object GL_PRIMITIVES_GENERATED 1
135 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
H A Dvs_block_array_offset_per_member.shader_test127 verify query_object GL_PRIMITIVES_GENERATED 1
128 verify query_object GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN 1
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/db/models/sql/
H A Dwhere.pyi44 query_object: Query = ...
45 …def __init__(self, alias: str, columns: List[str], targets: List[str], query_object: Query) -> Non…
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A DK_neighbor_search.h104 Query_item query_object; variable
161 …ce(d), multiplication_factor(distance_instance.transformed_distance(FT(1.0)+Eps)), query_object(q),
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_octree_objects.hxx386 int query_object(int id, std::vector<int>& ids) const;
387 void query_object(cell_location_type const& cell,
1522 ::query_object(int id, std::vector<int>& ids) const in query_object() function in rgtl_octree_objects_internal
1528 this->query_object(cell_location_type(), cell_index_type(), id, ids); in query_object()
1538 ::query_object(cell_location_type const& cell, cell_index_type cidx, in query_object() function in rgtl_octree_objects_internal
1554 this->query_object(cell.get_child(i), in query_object()
1615 ::query_object(int id, std::vector<int>& ids) const in query_object() function in rgtl_octree_objects
1617 return this->internal_->query_object(id, ids); in query_object()
H A Drgtl_octree_objects.h64 int query_object(int id, std::vector<int>& ids) const;
/dports/science/py-dlib/dlib-19.22/dlib/sqlite/
H A Dsqlite_tools_abstract.h62 void query_object (
/dports/science/dlib-cpp/dlib-19.22/dlib/sqlite/
H A Dsqlite_tools_abstract.h62 void query_object (

12