Home
last modified time | relevance | path

Searched refs:setSwitches (Results 1 – 13 of 13) sorted by relevance

/dports/biology/haplohseq/haplohseq-0.1.2/src/util/
H A DEvent.h22 void setSwitches(std::vector<int> switches);
H A DEvent.cpp26 void Event::setSwitches(std::vector<int> switches) { in setSwitches() function in hlsutil::Event
/dports/graphics/Coin/coin-Coin-4.0.0/src/draggers/
H A DSoCenterballDragger.cpp397 SoCenterballDragger::setSwitches(SoDragger * activechild) in setSwitches() function in SoCenterballDragger
607 thisp->setSwitches(child); in kidStartCB()
623 thisp->setSwitches(NULL); in kidFinishCB()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/draggers/
H A DSoCenterballDragger.h83 void setSwitches(SoDragger * activechild);
/dports/graphics/cenon/Cenon/ChangeLog/
H A D1998-04.rtf30 07.04.98 DPLayerDetails.m, h -update, -setSwitches -> revertDirection... eingebaut\
32 -setSide, setSwitches -> [view setDirectionForLayer:] aufgerufen\
H A D1999-10.rtf47 DPLayerDetails.m -setSwitches: inlay hinzugef�gt\
H A D2000-12.rtf30 -setSwitches: -> changeDir to know when we have to change the direction\
H A D1996-10.rtf23 DPLayerDetails.m - update, - setSwitches -> um removeLoops und taper erweitert\
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcCutGenerator.hpp190 inline void setSwitches(int value) in setSwitches() function in CbcCutGenerator
H A DCbcHeuristic.hpp174 inline void setSwitches(int value) in setSwitches() function in CbcHeuristic
H A DCbcSolverHeuristics.cpp1664 heuristic->setSwitches(heurSwitches); in doHeuristics()
H A DCbcModel.cpp6955 generator_[i]->setSwitches(rhs.generator_[i]->switches());
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/subtitle/
H A DColorAreas.java128 public static void setSwitches(String s) { switches=Integer.parseInt(s,16);} // HEX!! //S9 in setSwitches() method in ColorAreas
169 if (dbg.length()>0) { setSwitches(dbg); } //capture any options following the "S9 " //S9 in initialise()