Home
last modified time | relevance | path

Searched refs:remove_point (Results 1 – 25 of 106) sorted by relevance

12345

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rsdl/tests/
H A Dtest_bins_2d.cxx48 TEST("remove", bins.remove_point( pt ) && in test_bins_2d()
56 TEST("remove -- not there", !bins.remove_point( pt2 ) && in test_bins_2d()
59 TEST("remove -- different stored value", !bins.remove_point( pt, 30 ) && in test_bins_2d()
63 TEST("remove with value", bins.remove_point( pt, added_value ) && in test_bins_2d()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/src/
H A Dstatistical_outlier_removal.cpp93 bool remove_point = false; in applyFilter() local
97 remove_point = (distances[cp] <= distance_threshold); in applyFilter()
99 remove_point = (distances[cp] > distance_threshold); in applyFilter()
101 if (remove_point) in applyFilter()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dcurve.h72 void remove_point(int p_index);
128 void remove_point(int p_index);
195 void remove_point(int p_index);
H A Dcolor_ramp.cpp54 ObjectTypeDB::bind_method(_MD("remove_point", "offset", "color"), &ColorRamp::remove_point); in _bind_methods()
124 void ColorRamp::remove_point(int p_index) { in remove_point() function in ColorRamp
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dcurve.h72 void remove_point(int p_index);
128 void remove_point(int p_index);
195 void remove_point(int p_index);
H A Dcolor_ramp.cpp54 ObjectTypeDB::bind_method(_MD("remove_point", "offset", "color"), &ColorRamp::remove_point); in _bind_methods()
124 void ColorRamp::remove_point(int p_index) { in remove_point() function in ColorRamp
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dcurve.h90 void remove_point(int p_index);
194 void remove_point(int p_index); in VARIANT_ENUM_CAST()
265 void remove_point(int p_index);
H A Dgradient.cpp57 ClassDB::bind_method(D_METHOD("remove_point", "offset"), &Gradient::remove_point); in _bind_methods()
131 void Gradient::remove_point(int p_index) { in remove_point() function in Gradient
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dcurve.h90 void remove_point(int p_index);
194 void remove_point(int p_index); in VARIANT_ENUM_CAST()
265 void remove_point(int p_index);
H A Dgradient.cpp57 ClassDB::bind_method(D_METHOD("remove_point", "offset"), &Gradient::remove_point); in _bind_methods()
131 void Gradient::remove_point(int p_index) { in remove_point() function in Gradient
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dwin32-low.h85 int (*remove_point) (enum raw_bkpt_type type, CORE_ADDR addr, member
136 int remove_point (enum raw_bkpt_type type, CORE_ADDR addr,
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rsdl/
H A Drsdl_bins_2d.h60 bool remove_point( const point_type & pt );
61 bool remove_point( const point_type & pt, const value_type& value );
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/
H A Dvgl_fit_conics_2d.hxx167 reg.remove_point(curve_[ns]); in fit()
173 reg.remove_point(curve_[nf]); in fit()
H A Dvgl_conic_2d_regression.h91 void remove_point(vgl_point_2d<T> const& p);
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Da_star.h139 void remove_point(int p_id);
186 void remove_point(int p_id);
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Da_star.h139 void remove_point(int p_id);
186 void remove_point(int p_id);
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dregion_gain_line.h48 void remove_point (ControlPoint&);
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_astar.cpp142 a.remove_point(3); in test_add_remove()
206 a.remove_point(0); in test_add_remove()
267 a.remove_point(u); in test_solutions()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_astar.cpp142 a.remove_point(3); in test_add_remove()
206 a.remove_point(0); in test_add_remove()
267 a.remove_point(u); in test_solutions()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dwin32-low.h83 int (*remove_point) (char type, CORE_ADDR addr, int len); member
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dwin32-low.h83 int (*remove_point) (char type, CORE_ADDR addr, int len); member
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vdgl/
H A Dvdgl_OrthogRegress.h29 void DecrByXY(double x, double y) { base::remove_point(x, y); } in DecrByXY()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/osl/
H A Dosl_OrthogRegress.h28 void DecrByXY(double x, double y) { base::remove_point(x, y); } in DecrByXY()
H A Dosl_ortho_regress.h47 void remove_point(double x, double y) { in remove_point() function
/dports/databases/grass7/grass-7.8.6/vector/v.net.visibility/
H A Drotation_tree.h50 void remove_point(struct Point *p);

12345