Home
last modified time | relevance | path

Searched defs:SParam (Results 1 – 18 of 18) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/patcher/
H A Dloaderpatcher.hpp65 struct SParam struct in CDataLoaderPatcher
67 SParam(CRef<CDataLoader> data_loader, in SParam() function
74 CRef<CDataLoader> m_DataLoader;
75 CRef<IEditsDBEngine> m_DBEngine;
76 CRef<IEditSaver> m_EditSaver;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/util/
H A Dparameters.hpp103 struct SParam { struct in impl::CDB_Params
109 void DeleteParam(void) in DeleteParam()
117 string m_Name;
118 CDB_Object* m_Param;
119 TStatus m_Status;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/util/
H A Dparameters.hpp103 struct SParam { struct in impl::CDB_Params
109 void DeleteParam(void) in DeleteParam()
117 string m_Name;
118 CDB_Object* m_Param;
119 TStatus m_Status;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/data_loaders/genbank/impl/
H A Dincr_time.hpp44 struct SParam struct in CIncreasingTime
46 const char* m_ParamName; // primary param name
47 const char* m_ParamName2; // optional secondary param name
48 double m_DefaultValue; // default param value
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/genbank/impl/
H A Dincr_time.hpp44 struct SParam struct in CIncreasingTime
46 const char* m_ParamName; // primary param name
47 const char* m_ParamName2; // optional secondary param name
48 double m_DefaultValue; // default param value
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/closure_maps/
H A Dclosure_maps.go32 type SParam struct { struct
33 Name string
34 Type r.Type
288 func DeclFuncInt(name string, params []SParam, body X) XFuncInt {
297 func MakeFuncInt(name string, params []SParam, body X) XFuncInt {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/closure_interfaces/
H A Dclosure_interfaces.go38 type SParam struct { struct
39 Name string
244 func DeclFuncInt(idx int, params []SParam, body X) XFuncInt {
253 func MakeFuncInt(params []SParam, body X) XFuncInt {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/closure_values/
H A Dclosure_values.go37 type SParam struct { struct
38 Type r.Type
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dimplicit_smooth.h179 const Parameter &SParam, in CollectBarycentricConstraints()
249 static void Compute(MeshType &mesh, Parameter &SParam) in Compute()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dimplicit_smooth.h179 const Parameter &SParam, in CollectBarycentricConstraints()
249 static void Compute(MeshType &mesh, Parameter &SParam) in Compute()
H A Dtetra_implicit_smooth.h176 const Parameter &SParam, in CollectBarycentricConstraints()
349 static void Compute(MeshType &mesh, Parameter &SParam) in Compute()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dparameters.cpp47 CDB_Params::SParam::SParam(void) : in SParam() function in impl::CDB_Params::SParam
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dparameters.cpp47 CDB_Params::SParam::SParam(void) : in SParam() function in impl::CDB_Params::SParam
/dports/devel/vcglib/vcglib-2020.09/wrap/igl/
H A Dsmooth_field.h359 static void SelectConstraints(MeshType &mesh,SmoothParam &SParam) in SelectConstraints()
491 static void SmoothDirections(MeshType &mesh,SmoothParam SParam) in SmoothDirections()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/igl/
H A Dsmooth_field.h355 static void SelectConstraints(MeshType &mesh,SmoothParam &SParam) in SelectConstraints()
486 static void SmoothDirections(MeshType &mesh,SmoothParam SParam) in SmoothDirections()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp135 struct SParam { struct in CDB_Exception
136 string name;
137 CDB_Object* value;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp135 struct SParam { struct in CDB_Exception
136 string name;
137 CDB_Object* value;
/dports/biology/sra-tools/sra-tools-2.11.0/tools/cg-load/
H A Dcg-load.c84 } SParam; typedef