Home
last modified time | relevance | path

Searched refs:remove_property (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Kernel_OSG/
H A DAttribKernelT.hh190 remove_property(points_); in operator =()
191 remove_property(vertex_normals_); in operator =()
192 remove_property(vertex_colors_); in operator =()
194 remove_property(vertex_status_); in operator =()
196 remove_property(edge_status_); in operator =()
197 remove_property(edge_colors_); in operator =()
198 remove_property(face_normals_); in operator =()
199 remove_property(face_colors_); in operator =()
200 remove_property(face_status_); in operator =()
503 remove_property(edge_status_); in release_edge_status()
[all …]
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DPentobiTree.cpp298 remove_property(node, "B"); in set_setup()
299 remove_property(node, "W"); in set_setup()
300 remove_property(node, "1"); in set_setup()
301 remove_property(node, "2"); in set_setup()
302 remove_property(node, "3"); in set_setup()
303 remove_property(node, "4"); in set_setup()
304 remove_property(node, "AB"); in set_setup()
305 remove_property(node, "AW"); in set_setup()
306 remove_property(node, "A1"); in set_setup()
307 remove_property(node, "A2"); in set_setup()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DAttribKernelT.hh522 this->remove_property(vertex_normals_); in release_vertex_normals()
528 this->remove_property(vertex_colors_); in release_vertex_colors()
533 this->remove_property(vertex_texcoords1D_); in release_vertex_texcoords1D()
538 this->remove_property(vertex_texcoords2D_); in release_vertex_texcoords2D()
543 this->remove_property(vertex_texcoords3D_); in release_vertex_texcoords3D()
548 this->remove_property(halfedge_texcoords1D_); in release_halfedge_texcoords1D()
564 this->remove_property(edge_colors_); in release_edge_colors()
576 this->remove_property(halfedge_colors_); in release_halfedge_colors()
582 this->remove_property(face_normals_); in release_face_normals()
588 this->remove_property(face_colors_); in release_face_colors()
[all …]
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DSgfTree.cpp179 remove_property(node, "BM"); in remove_move_annotation()
180 remove_property(node, "DO"); in remove_move_annotation()
181 remove_property(node, "IT"); in remove_move_annotation()
182 remove_property(node, "TE"); in remove_move_annotation()
185 bool SgfTree::remove_property(const SgfNode& node, const string& id) in remove_property() function in libboardgame_base::SgfTree
187 bool prop_existed = non_const(node).remove_property(id); in remove_property()
213 remove_property(node, id); in set_property_remove_empty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/data/path_builder_unittest/key_id_prioritization/
H A Dgenerate-certs.py44 section.remove_property('subjectKeyIdentifier')
45 section.remove_property('authorityKeyIdentifier')
51 section.remove_property('subjectKeyIdentifier')
57 section.remove_property('subjectKeyIdentifier')
63 section.remove_property('subjectKeyIdentifier')
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Utils/
H A DAutoPropertyHandleT.hh91 m_->remove_property(*this); in ~AutoPropertyHandleT()
106 inline void remove_property() in remove_property() function in OpenMesh::AutoPropertyHandleT
109 m_->remove_property(*this); in remove_property()
/dports/audio/ardour6/Ardour-6.8.0/session_utils/
H A Dcopy-mixer.cc71 (*i)->remove_property (X_("bitslot")); in trim_state_for_mixer_copy()
78 (*i)->remove_property (X_("bitslot")); in trim_state_for_mixer_copy()
79 (*i)->remove_property (X_("name")); in trim_state_for_mixer_copy()
92 (*i)->remove_property (X_("bitslot")); in trim_state_for_mixer_copy()
96 (*i)->remove_property (X_("bitslot")); in trim_state_for_mixer_copy()
/dports/devel/libical/libical-3.0.8/src/python/
H A DCollection.py49 self._component.remove_property(p)
59 self._component.remove_property(self._properties[i])
64 self._component.remove_property(self._properties[i])
H A DComponent.py172 def remove_property(self,prop): member in Component
379 comp.remove_property(curr_properties[0])
555 comp.remove_property(p)
670 self.remove_property(d)
689 self.remove_property(d) # Clear DTEND properties
785 self.remove_property(d) # Clear DURATION properties
792 self.remove_property(d) # Clear DUE properties
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Smoother/
H A DSmootherT_impl.hh109 mesh_.remove_property(original_positions_); in ~SmootherT()
110 mesh_.remove_property(original_normals_); in ~SmootherT()
111 mesh_.remove_property(new_positions_); in ~SmootherT()
112 mesh_.remove_property(is_active_); in ~SmootherT()
H A DJacobiLaplaceSmootherT_impl.hh87 Base::mesh_.remove_property(umbrellas_); in smooth()
89 Base::mesh_.remove_property(squared_umbrellas_); in smooth()
H A DLaplaceSmootherT_impl.hh90 Base::mesh_.remove_property(vertex_weights_); in ~LaplaceSmootherT()
91 Base::mesh_.remove_property(edge_weights_); in ~LaplaceSmootherT()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Subdivider/Uniform/
H A DCatmullClarkT_impl.hh85 _m.remove_property( vp_pos_ ); in cleanup()
86 _m.remove_property( ep_pos_ ); in cleanup()
87 _m.remove_property( fp_pos_ ); in cleanup()
88 _m.remove_property( creaseWeights_ ); in cleanup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/data/gencerts/
H A Dopenssl_conf.py77 self.remove_property(name)
95 def remove_property(self, name): member in Section
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/data/gencerts/
H A Dopenssl_conf.py77 self.remove_property(name)
95 def remove_property(self, name): member in Section
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl236 case catch remove_property(X, Name) of
248 remove_property(X, Name),
830 remove_property(PropertList, Name) -> function
831 remove_property(PropertList, Name, []).
832 remove_property([], _, _) -> function
834 remove_property([{Name, _, fixed_normal}|_T], Name, _) -> function
836 remove_property([{Name, _, fixed_readonly}|_T], Name, _) -> function
838 remove_property([{Name, _, _}|T], Name, Acc) -> function
840 remove_property([H|T], Name, Acc) -> function
841 remove_property(T, Name, [H|Acc]).
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl236 case catch remove_property(X, Name) of
248 remove_property(X, Name),
830 remove_property(PropertList, Name) -> function
831 remove_property(PropertList, Name, []).
832 remove_property([], _, _) -> function
834 remove_property([{Name, _, fixed_normal}|_T], Name, _) -> function
836 remove_property([{Name, _, fixed_readonly}|_T], Name, _) -> function
838 remove_property([{Name, _, _}|T], Name, Acc) -> function
840 remove_property([H|T], Name, Acc) -> function
841 remove_property(T, Name, [H|Acc]).
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl236 case catch remove_property(X, Name) of
248 remove_property(X, Name),
830 remove_property(PropertList, Name) -> function
831 remove_property(PropertList, Name, []).
832 remove_property([], _, _) -> function
834 remove_property([{Name, _, fixed_normal}|_T], Name, _) -> function
836 remove_property([{Name, _, fixed_readonly}|_T], Name, _) -> function
838 remove_property([{Name, _, _}|T], Name, Acc) -> function
840 remove_property([H|T], Name, Acc) -> function
841 remove_property(T, Name, [H|Acc]).
/dports/lang/erlang/corba-5.0.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl236 case catch remove_property(X, Name) of
248 remove_property(X, Name),
830 remove_property(PropertList, Name) -> function
831 remove_property(PropertList, Name, []).
832 remove_property([], _, _) -> function
834 remove_property([{Name, _, fixed_normal}|_T], Name, _) -> function
836 remove_property([{Name, _, fixed_readonly}|_T], Name, _) -> function
838 remove_property([{Name, _, _}|T], Name, Acc) -> function
840 remove_property([H|T], Name, Acc) -> function
841 remove_property(T, Name, [H|Acc]).
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosProperty/src/
H A DCosPropertyService_PropertySetDef_impl.erl236 case catch remove_property(X, Name) of
248 remove_property(X, Name),
830 remove_property(PropertList, Name) -> function
831 remove_property(PropertList, Name, []).
832 remove_property([], _, _) -> function
834 remove_property([{Name, _, fixed_normal}|_T], Name, _) -> function
836 remove_property([{Name, _, fixed_readonly}|_T], Name, _) -> function
838 remove_property([{Name, _, _}|T], Name, Acc) -> function
840 remove_property([H|T], Name, Acc) -> function
841 remove_property(T, Name, [H|Acc]).
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_convert_meshes.cc176 mesh_.remove_property(doubleHandle); in TEST_F()
252 mesh_.remove_property(doubleHandle); in TEST_F()
304 mesh_.remove_property(doubleHandle); in TEST_F()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dgui_object.cc162 GUIObjectState::remove_property (const string & id, const string & prop_name) in remove_property() function in GUIObjectState
168 i->second->remove_property (prop_name); in remove_property()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Decimater/
H A DDecimaterT_impl.hh95 mesh_.remove_property(collapse_target_); in ~DecimaterT()
96 mesh_.remove_property(priority_); in ~DecimaterT()
97 mesh_.remove_property(heap_position_); in ~DecimaterT()
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/functions/
H A Dmodifyframe.rst33 def remove_property(n, f):
38 ModifyFrame(clip=clip, clips=clip, selector=remove_property)
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/us2400/
H A Dsurface_port.cc114 portnode->remove_property ("name"); in set_state()
122 portnode->remove_property ("name"); in set_state()

1234567891011