Home
last modified time | relevance | path

Searched refs:edc (Results 1 – 25 of 1392) sorted by relevance

12345678910>>...56

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Doptions_mbs_auto.h30 void MultiBodySystem::Options2EDC(ElementDataContainer* edc) in Options2EDC() argument
289 void MultiBodySystem::EDC2Options(const ElementDataContainer* edc) in EDC2Options() argument
300 SetIOption(199, edc->TreeGetInt("LoggingOptions.output_level")); in EDC2Options()
353 SetIOption(106, edc->TreeGetInt("ViewingOptions.Origin.show")); in EDC2Options()
355 SetIOption(126, edc->TreeGetInt("ViewingOptions.Grid.show")); in EDC2Options()
356 SetDOption(107, edc->TreeGetDouble("ViewingOptions.Grid.pos_x")); in EDC2Options()
357 SetDOption(108, edc->TreeGetDouble("ViewingOptions.Grid.pos_y")); in EDC2Options()
358 SetDOption(109, edc->TreeGetDouble("ViewingOptions.Grid.pos_z")); in EDC2Options()
494 SetIOption(254, edc->TreeGetInt("PlotToolOptions.activate")); in EDC2Options()
495 SetIOption(255, edc->TreeGetInt("PlotToolOptions.auto_redraw")); in EDC2Options()
[all …]
H A Dmbssolset_convert_auto.h27 void MultiBodySystem::SolverOptions2EDC(ElementDataContainer* edc) in SolverOptions2EDC() argument
162 void MultiBodySystem::EDC2SolverOptions(const ElementDataContainer* edc) in EDC2SolverOptions() argument
164 GetSolSet().starttime = edc->TreeGetDouble("SolverOptions.start_time"); in EDC2SolverOptions()
165 GetSolSet().endtime = edc->TreeGetDouble("SolverOptions.end_time"); in EDC2SolverOptions()
169 GetSolSet().maxindex = edc->TreeGetInt("SolverOptions.Timeint.max_index"); in EDC2SolverOptions()
170 GetSolSet().tableauname = edc->TreeGetString("SolverOptions.Timeint.tableau_name"); in EDC2SolverOptions()
171 GetSolSet().maxstages = edc->TreeGetInt("SolverOptions.Timeint.max_stages"); in EDC2SolverOptions()
172 GetSolSet().minstages = edc->TreeGetInt("SolverOptions.Timeint.min_stages"); in EDC2SolverOptions()
260 GetSolSet().paropt_sensors = edc->TreeGetInt("SolverOptions.Optimization.sensors"); in EDC2SolverOptions()
261 GetSolSet().paropt_restart = edc->TreeGetInt("SolverOptions.Optimization.restart"); in EDC2SolverOptions()
[all …]
H A Dmbs_communication.cpp492 edc->Add(ed); in CallCompFunction()
509 edc->Add(ed); in CallCompFunction()
858 edc->Reset(); in CallCompFunction()
876 edc->Delete(edc->Find("File_name")); in CallCompFunction()
893 edc->Add(ed); in CallCompFunction()
1164 edc->Add(ed); in CallCompFunction()
1220 edc->Reset(); in CallCompFunction()
1228 Options2EDC(edc); in CallCompFunction()
1298 edc->Reset(); in CallCompFunction()
2525 edc_nesting = &edc; in RemoveVariableFromEDCTree()
[all …]
/dports/devel/efl/efl-1.25.1/data/elementary/themes/
H A Ddefault.edc17 #include "edc/elm/bg.edc"
18 #include "edc/elm/button.edc"
22 #include "edc/elm/entry.edc"
23 #include "edc/elm/frame.edc"
24 #include "edc/elm/label.edc"
26 #include "edc/elm/check.edc"
28 #include "edc/elm/radio.edc"
33 #include "edc/elm/list.edc"
35 #include "edc/elm/icon.edc"
84 #include "edc/comp.edc"
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A DElementEDCauto.cpp288 Node::GetElementDataAuto(edc); in GetElementDataAuto()
295 Node::SetElementDataAuto(edc); in SetElementDataAuto()
417 Node3D::GetElementDataAuto(edc); in GetElementDataAuto()
428 Node3D::SetElementDataAuto(edc); in SetElementDataAuto()
465 Node3D::GetElementDataAuto(edc); in GetElementDataAuto()
476 Node3D::SetElementDataAuto(edc); in SetElementDataAuto()
513 Node3D::GetElementDataAuto(edc); in GetElementDataAuto()
524 Node3D::SetElementDataAuto(edc); in SetElementDataAuto()
561 Node3D::GetElementDataAuto(edc); in GetElementDataAuto()
793 edc.TreeDelete("Solid.plane"); in GetElementDataAuto()
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dmeson.build2 'animations.edc',
3 'animations2.edc',
4 'basic.edc',
5 'basic2.edc',
7 'box.edc',
10 'drag.edc',
24 'entry.edc',
30 'focus.edc',
40 'svg.edc',
42 'table.edc',
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A DelementDataAccess.cpp72 WarnElementData(mbs, edc, name); in GetElemDataBool()
89 WarnElementData(mbs, edc, name); in GetElemDataInt()
106 WarnElementData(mbs, edc, name); in GetElemDataDouble()
123 WarnElementData(mbs, edc, name); in GetElemDataText()
140 WarnElementData(mbs, edc, name); in GetElemDataVector2D()
157 WarnElementData(mbs, edc, name); in GetElemDataVector3D()
333 edc.Add(ed); in SetElemDataVector2D()
341 edc.Add(ed); in SetElemDataVector3D()
353 edc.Add(ed); in SetElemDataIVector()
362 edc.Add(ed); in SetElemDataVector()
[all …]
H A Delementdataaccess.h32 void SetElemDataVector(ElementDataContainer& edc, const Vector& v, const char* name, const char* to…
33 void SetElemDataMatrix(ElementDataContainer& edc, const Matrix& v, const char* name, const char* to…
34 void SetElemDataMathFunc(ElementDataContainer& edc, MathFunction& mathfunc, const mystr& funcname);
45 int GetElemDataBool(MBS* mbs, const ElementDataContainer& edc, const char* name, int& v, int flag =…
46 int GetElemDataInt(MBS* mbs, const ElementDataContainer& edc, const char* name, int& v, int flag = …
47 int GetElemDataDouble(MBS* mbs, const ElementDataContainer& edc, const char* name, double& v, int f…
48 int GetElemDataText(MBS* mbs, const ElementDataContainer& edc, const char* name, mystr& str, int fl…
53 int GetElemDataVector(MBS* mbs, const ElementDataContainer& edc, const char* name, Vector& v, int f…
54 int GetElemDataIVector(MBS* mbs, const ElementDataContainer& edc, const char* name, IVector& v, int…
55 int GetElemDataMatrix(MBS* mbs, const ElementDataContainer& edc, const char* name, Matrix& v, int f…
[all …]
/dports/x11/terminology/terminology-1.9.0/data/themes/
H A Dmeson.build10 'default.edc',
11 'default/colors.edc',
14 'default/core.edc',
17 'default/base.edc',
19 'default/cursor.edc',
20 'default/sel.edc',
21 'default/link.edc',
22 'default/media.edc',
23 'default/icon.edc',
24 'default/about.edc',
[all …]
H A Ddefault.edc7 #include "default/colors.edc"
20 #include "default/keybinding.edc"
21 #include "default/miniview.edc"
22 #include "default/core.edc"
25 #include "default/base.edc"
27 #include "default/cursor.edc"
28 #include "default/sel.edc"
29 #include "default/link.edc"
30 #include "default/media.edc"
31 #include "default/icon.edc"
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/edje/data/
H A Dmeson.build2 'complex_layout.edc',
3 'test_box.edc',
4 'test_color_class.edc',
6 'test_filters.edc',
7 'test_layout.edc',
8 'test_masking.edc',
9 'test_messages.edc',
10 'test_parens.edc',
12 'test_signals.edc',
16 'test_table.edc',
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A Dnode.cpp45 SetElemDataIVector(edc, ltg, "Node_DOF_numbers"); edc.Last().SetLocked(1); in GetElementData()
110 GetElementDataAuto(edc); in GetElementData()
115 int rv = SetElementDataAuto(edc); in SetElementData()
313 GenericNode::GetElementData(edc); in GetElementData()
325 GenericNode::GetElementData(edc); in GetElementData()
349 Node3D::GetElementData(edc); in GetElementData()
354 int rv = Node3D::SetElementData(edc); in SetElementData()
361 Node3D::GetElementData(edc); in GetElementData()
366 int rv = Node3D::SetElementData(edc); in SetElementData()
373 GenericNode::GetElementData(edc); in GetElementData()
[all …]
H A DSim2Hotint.cpp71 ElementDataContainer edc; in LoadSimulink2Hotint() local
73 if(ReadSimulinkModel(fname,&edc)) in LoadSimulink2Hotint()
185 edc.Add(ed); in String2TreeEDC_SIM()
240 edc.Add(ed); in String2TreeEDC_SIM()
291 edc.Add(ed); in String2TreeEDC_SIM()
311 edc.Add(ed); in String2TreeEDC_SIM()
332 edc.Add(ed); in String2TreeEDC_SIM()
355 edc.Add(ed); in String2TreeEDC_SIM()
379 mbs->SetModelDataContainer(*edc); in ReadSimulinkModel()
386 edc_model->Add(edc->Get(i)); in ReadSimulinkModel()
[all …]
H A DsensorsSpecific.h68 virtual void GetElementData(ElementDataContainer & edc) in GetElementData() argument
70 Sensor::GetElementData(edc); in GetElementData()
74 int rv = Sensor::SetElementData(edc); in SetElementData()
137 virtual void GetElementData(ElementDataContainer& edc);
167 virtual void GetElementData(ElementDataContainer& edc);
168 virtual int SetElementData(ElementDataContainer& edc);
327 Sensor::GetElementData(edc); in GetElementData()
329 virtual int SetElementData(ElementDataContainer& edc) in SetElementData() argument
331 int rv = Sensor::SetElementData(edc); in SetElementData()
408 Sensor::GetElementData(edc); in GetElementData()
[all …]
H A DSim2Hotint.h33 extern Element* ConvertSim2Hotint_Gain(MBS * mbs, ElementDataContainer* edc, ElementDataContainer* …
34 extern Element* ConvertSim2Hotint_Inport(MBS * mbs, ElementDataContainer* edc, ElementDataContainer…
35 extern Element* ConvertSim2Hotint_Outport(MBS * mbs, ElementDataContainer* edc, ElementDataContaine…
36 extern Element* ConvertSim2Hotint_Sum(MBS * mbs, ElementDataContainer* edc, ElementDataContainer* e…
37 extern Element* ConvertSim2Hotint_Integrator(MBS * mbs, ElementDataContainer* edc, ElementDataConta…
38 extern Element* ConvertSim2Hotint_Constant(MBS * mbs, ElementDataContainer* edc, ElementDataContain…
39 extern Element* ConvertSim2Hotint_Saturate(MBS * mbs, ElementDataContainer* edc, ElementDataContain…
52 typedef Element* (*Sim2Hotint_FNPTR)(MBS * mbs, ElementDataContainer* edc, ElementDataContainer* ed…
169 …virtual int ReadSimulinkModel(const mystr& fname,ElementDataContainer* edc); //this function reads…
172 …virtual void ParseSimulinkEDCModel(ElementDataContainer* edc); //this function parses the edc and…
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_cache.c155 edc->checked = 1; in _edje_part_collection_fix()
166 ep = edc->parts[j]; in _edje_part_collection_fix()
273 ce->ref = edc; in _edje_file_coll_open()
286 if (!edc) return NULL; in _edje_file_coll_open()
288 edc->references = 1; in _edje_file_coll_open()
289 edc->part = ce->entry; in _edje_file_coll_open()
341 ce->ref = edc; in _edje_file_coll_open()
379 if (!edc->need_seat) in _edje_file_coll_open()
397 return edc; in _edje_file_coll_open()
759 if (!edc) in _edje_cache_file_coll_open()
[all …]
/dports/devel/efl/efl-1.25.1/data/elementary/objects/
H A Dmeson.build2 'test.edc',
3 'test_external.edc',
5 'test_masking.edc',
6 'test_tab_pager.edc',
7 'test_tooltip.edc',
8 'test_pager.edc',
9 'test_prefs.edc',
10 'cursors.edc',
11 'font_preview.edc',
13 'multip.edc',
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DWCDriver3DDlg.cpp1296 ElementDataContainer edc; in ReadConfigFile() local
1422 ElementDataContainer edc; in OnOptionsSaveconfiguration() local
1424 Configuration2EDC(edc); in OnOptionsSaveconfiguration()
1520 ElementDataContainer edc; in OnOptionsSaveSolverOptions() local
1522 Configuration2EDC(edc); in OnOptionsSaveSolverOptions()
1548 Configuration2EDC(edc); in OnOptionsSaveHotintOptions()
1636 edc->Reset(); in CallWCDriverFunction()
1639 edc->Add(ed); in CallWCDriverFunction()
2658 root.SetEDC(&edc, rt); in EditElementProperties()
3768 edc.Delete(findso); in OnSystemEditmodelparameters()
[all …]
H A DPlotToolDlg_aux.h61 int ReadFromEDC(ElementDataContainer* edc) in ReadFromEDC() argument
67 Name() = edc->TreeGetString("name"); in ReadFromEDC()
105 int WriteToEDC(ElementDataContainer* edc) in WriteToEDC() argument
108 ed.SetText(Name(),"name"); edc->Add(ed); in WriteToEDC()
111 return edc->Length(); in WriteToEDC()
206 edc->SetEDCWarningLevel(0); in ReadFromEDC()
210 for(int i=1; i<=edc->Length(); i++) in ReadFromEDC()
212 ElementData& ed = edc->Get(i); in ReadFromEDC()
229 edc->SetEDCWarningLevel(edc_warn_lvl); in ReadFromEDC()
241 edc->Add(ed); in WriteToEDC()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A DSDA_constraints.cpp127 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body"); edc.Get(edc.Length()).SetToolTipTe… in GetElementData()
128 …SetElemDataVector3D(edc, p_global, "Global_joint_pos"); edc.Get(edc.Length()).SetToolTipText("[X, … in GetElementData()
132 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body1"); edc.Get(edc.Length()).SetToolTipT… in GetElementData()
133 …SetElemDataVector3D(edc, loccoords(2), "Local_joint_pos_body2"); edc.Get(edc.Length()).SetToolTipT… in GetElementData()
656 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body"); edc.Get(edc.Length()).SetToolTipTe… in GetElementData()
657 …SetElemDataVector3D(edc, loccoords(2), "Global_rotation_axis"); edc.Get(edc.Length()).SetToolTipTe… in GetElementData()
661 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body1"); edc.Get(edc.Length()).SetToolTipT… in GetElementData()
663 …SetElemDataVector3D(edc, loccoords(3), "Global_rotation_axis"); edc.Get(edc.Length()).SetToolTipTe… in GetElementData()
1817 …SetElemDataVector3D(edc, p_global, "Global_joint_pos"); edc.Get(edc.Length()).SetToolTipText("[X, … in GetElementData()
2278 …SetElemDataVector2D(edc, p_global, "Global_joint_pos"); edc.Get(edc.Length()).SetToolTipText("[X, … in GetElementData()
[all …]
H A Dcontrol.cpp131 InputOutputElement::GetElementData(edc); in GetElementData()
463 Constraint::GetElementData(edc); in GetElementData()
489 edc.TreeAdd("Graphics",ed); in GetElementData()
495 int rv = Constraint::SetElementData(edc); in SetElementData()
1168 InputOutputElement::GetElementData(edc); in GetElementData()
1251 InputOutputElement::GetElementData(edc); in GetElementData()
1320 InputOutputElement::GetElementData(edc); in GetElementData()
1410 InputOutputElement::GetElementData(edc); in GetElementData()
1522 InputOutputElement::GetElementData(edc); in GetElementData()
1933 data.GetElementData(edc); in GetElementData()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/deprecated_elements/
H A DKinematicPairsDeprecated.cpp70 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body"); edc.Get(edc.Length()).SetToolTipTe… in GetElementData()
71 …SetElemDataVector3D(edc, p_global, "Global_joint_pos"); edc.Get(edc.Length()).SetToolTipText("[X, … in GetElementData()
72 …SetElemDataVector3D(edc, loccoords(2), "Global_joint_axis"); edc.Get(edc.Length()).SetToolTipText(… in GetElementData()
76 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body1"); edc.Get(edc.Length()).SetToolTipT… in GetElementData()
77 …SetElemDataVector3D(edc, loccoords(2), "Local_joint_pos_body2"); edc.Get(edc.Length()).SetToolTipT… in GetElementData()
78 …SetElemDataVector3D(edc, loccoords(3), "Global_joint_axis"); edc.Get(edc.Length()).SetToolTipText(… in GetElementData()
509 …SetElemDataVector3D(edc, loccoords(1), "Local_joint_pos_body"); edc.Get(edc.Length()).SetToolTipTe… in GetElementData()
510 …SetElemDataVector3D(edc, loccoords(2), "Global_joint_pos"); edc.Get(edc.Length()).SetToolTipText("… in GetElementData()
906 …SetElemDataVector3D(edc, p_global, "Global_joint_pos"); edc.Get(edc.Length()).SetToolTipText("[X, … in GetElementData()
907 …SetElemDataVector3D(edc, loccoords(2), "Global_joint_axis"); edc.Get(edc.Length()).SetToolTipText(… in GetElementData()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ModelsLib/open_source_examples/ANCFCable2D_contact/
H A DANCFCable2D_contact.cpp37 int nel = edc->TreeGetInt("Geometry.n_fibers"); in Generate_Model_ANCFCable2D_contact()
38 double sx = edc->TreeGetDouble("Geometry.length"); in Generate_Model_ANCFCable2D_contact()
39 double sy = edc->TreeGetDouble("Geometry.width"); in Generate_Model_ANCFCable2D_contact()
40 int nx = edc->TreeGetInt("Geometry.nx"); in Generate_Model_ANCFCable2D_contact()
41 int ny = edc->TreeGetInt("Geometry.ny"); in Generate_Model_ANCFCable2D_contact()
43 double rho = edc->TreeGetDouble("Geometry.rho"); in Generate_Model_ANCFCable2D_contact()
44 double Em = edc->TreeGetDouble("Geometry.Em"); in Generate_Model_ANCFCable2D_contact()
45 double nu = edc->TreeGetDouble("Geometry.nu"); in Generate_Model_ANCFCable2D_contact()
49 int nbox_x = edc->TreeGetInt("Geometry.nres_x"); in Generate_Model_ANCFCable2D_contact()
50 int nbox_y = edc->TreeGetInt("Geometry.nres_y"); in Generate_Model_ANCFCable2D_contact()
[all …]
/dports/misc/fq/fq-0.0.2/format/mpeg/
H A Dmpeg_es.go166 odDecodeTag(d, edc, expectedTagID, fn)
193 fieldODDecodeTag(d, edc, "dec_config_descr", -1, nil)
194 fieldODDecodeTag(d, edc, "sl_config_descr", -1, nil)
198 edc.decoderConfigs = append(edc.decoderConfigs, format.MpegDecoderConfig{
201 edc.currentDecoderConfig = &edc.decoderConfigs[len(edc.decoderConfigs)-1]
215 fieldODDecodeTag(d, edc, "decoder_specific_info", -1, func(d *decode.D) {
251 if edc.currentDecoderConfig != nil {
252 edc.currentDecoderConfig.ASCObjectType = mpegASCout.ObjectType
280 var edc esDecodeContext
281 odDecodeTag(d, &edc, -1, nil)
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_convert.c208 Edje_Part_Collection *edc; in _edje_collection_convert() local
271 ce->ref = edc; in _edje_collection_convert()
315 edc->parts = calloc(edc->parts_count, sizeof (Edje_Part *)); in _edje_collection_convert()
316 if (edc->parts_count && !edc->parts) in _edje_collection_convert()
378 edc->id = oedc->id; in _edje_collection_convert()
379 edc->alias = oedc->alias; in _edje_collection_convert()
380 edc->prop.min = oedc->prop.min; in _edje_collection_convert()
382 edc->script = oedc->script; in _edje_collection_convert()
383 edc->part = oedc->part; in _edje_collection_convert()
385 edc->checked = oedc->checked; in _edje_collection_convert()
[all …]

12345678910>>...56