Home
last modified time | relevance | path

Searched refs:copyProp (Results 1 – 20 of 20) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/c++/src/
H A DH5PropList.h50 void copyProp( PropList& dest, const char* name) const;
51 void copyProp( PropList& dest, const H5std_string& name) const;
54 void copyProp( PropList& dest, PropList& src, const char* name) const;
55 void copyProp( PropList& dest, PropList& src, const H5std_string& name) const;
H A DH5PropList.cpp159 void PropList::copyProp(PropList& dest, const char *name) const in copyProp() function in H5::PropList
178 void PropList::copyProp( PropList& dest, const H5std_string& name ) const in copyProp() function in H5::PropList
180 copyProp( dest, name.c_str()); in copyProp()
193 void PropList::copyProp( PropList& dest, PropList& src, const char *name ) const in copyProp() function in H5::PropList
215 void PropList::copyProp( PropList& dest, PropList& src, const H5std_string& name ) const in copyProp() function in H5::PropList
217 copyProp( dest, src, name.c_str()); in copyProp()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5PropList.h49 void copyProp( PropList& dest, const char* name) const;
50 void copyProp( PropList& dest, const H5std_string& name) const;
53 void copyProp( PropList& dest, PropList& src, const char* name) const;
54 void copyProp( PropList& dest, PropList& src, const H5std_string& name) const;
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5PropList.h49 void copyProp( PropList& dest, const char* name) const;
50 void copyProp( PropList& dest, const H5std_string& name) const;
53 void copyProp( PropList& dest, PropList& src, const char* name) const;
54 void copyProp( PropList& dest, PropList& src, const H5std_string& name) const;
/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5PropList.h51 void copyProp(PropList& dest, const char* name) const;
52 void copyProp(PropList& dest, const H5std_string& name) const;
55 void copyProp(PropList& dest, PropList& src, const char* name) const;
56 void copyProp(PropList& dest, PropList& src, const H5std_string& name) const;
H A DH5PropList.cpp204 void PropList::copyProp(PropList& dest, const char *name) const in copyProp() function in H5::PropList
223 void PropList::copyProp(PropList& dest, const H5std_string& name) const in copyProp() function in H5::PropList
225 copyProp(dest, name.c_str()); in copyProp()
238 void PropList::copyProp(PropList& dest, PropList& src, const char *name) const in copyProp() function in H5::PropList
260 void PropList::copyProp(PropList& dest, PropList& src, const H5std_string& name) const in copyProp() function in H5::PropList
262 copyProp(dest, src, name.c_str()); in copyProp()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5PropList.h50 void copyProp(PropList& dest, const char* name) const;
51 void copyProp(PropList& dest, const H5std_string& name) const;
54 void copyProp(PropList& dest, PropList& src, const char* name) const;
55 void copyProp(PropList& dest, PropList& src, const H5std_string& name) const;
H A DH5PropList.cpp220 void PropList::copyProp(PropList& dest, const char *name) const in copyProp() function in H5::PropList
239 void PropList::copyProp(PropList& dest, const H5std_string& name) const in copyProp() function in H5::PropList
241 copyProp(dest, name.c_str()); in copyProp()
254 void PropList::copyProp(PropList& dest, PropList& src, const char *name) const in copyProp() function in H5::PropList
276 void PropList::copyProp(PropList& dest, PropList& src, const H5std_string& name) const in copyProp() function in H5::PropList
278 copyProp(dest, src, name.c_str()); in copyProp()
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5PropList.h50 void copyProp(PropList& dest, const char* name) const;
51 void copyProp(PropList& dest, const H5std_string& name) const;
54 void copyProp(PropList& dest, PropList& src, const char* name) const;
55 void copyProp(PropList& dest, PropList& src, const H5std_string& name) const;
H A DH5PropList.cpp220 void PropList::copyProp(PropList& dest, const char *name) const in copyProp() function in H5::PropList
239 void PropList::copyProp(PropList& dest, const H5std_string& name) const in copyProp() function in H5::PropList
241 copyProp(dest, name.c_str()); in copyProp()
254 void PropList::copyProp(PropList& dest, PropList& src, const char *name) const in copyProp() function in H5::PropList
276 void PropList::copyProp(PropList& dest, PropList& src, const H5std_string& name) const in copyProp() function in H5::PropList
278 copyProp(dest, src, name.c_str()); in copyProp()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhPropertySuite.cpp538 Property *copyProp = i->second->deepCopy(); in Set() local
539 if (!copyProp) { in Set()
543 _props[i->first] = copyProp; in Set()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhPropertySuite.cpp538 Property *copyProp = i->second->deepCopy(); in Set() local
539 if (!copyProp) { in Set()
543 _props[i->first] = copyProp; in Set()
/dports/devel/wxformbuilder/source/src/model/
H A Ddatabase.cpp396 PProperty copyProp = copyObj->GetProperty(objProp->GetName()); in CopyObject() local
397 assert(copyProp); in CopyObject()
400 copyProp->SetValue(propValue); in CopyObject()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DWidgetTestingMacros.h422 vtkSmartPointer< className > copyProp = vtkSmartPointer< className >::New(); \
423 object->ShallowCopy(copyProp); \
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DWidgetTestingMacros.h431 vtkSmartPointer<className> copyProp = vtkSmartPointer<className>::New(); \
432 object->ShallowCopy(copyProp); \
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DWidgetTestingMacros.h430 vtkSmartPointer< className > copyProp = vtkSmartPointer< className >::New(); \
431 object->ShallowCopy(copyProp); \
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py2385 def copyProp(self, cur): member in xmlNode
4809 def copyProp(self, target): member in xmlAttr
H A Dlibxml2.py3173 def copyProp(self, cur): member in xmlNode
5597 def copyProp(self, target): member in xmlAttr
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py2385 def copyProp(self, cur): member in xmlNode
4809 def copyProp(self, target): member in xmlAttr
H A Dlibxml2.py3173 def copyProp(self, cur): member in xmlNode
5597 def copyProp(self, target): member in xmlAttr