Home
last modified time | relevance | path

Searched refs:initWheel (Results 1 – 9 of 9) sorted by relevance

/dports/math/p5-AI-Genetic/AI-Genetic-0.05/Genetic/
H A DDefaults.pm15 AI::Genetic::OpSelection::initWheel($_[0]->people);
23 AI::Genetic::OpSelection::initWheel($_[0]->people);
31 AI::Genetic::OpSelection::initWheel($_[0]->people);
H A DOpSelection.pm14 sub initWheel { subroutine
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/widgets/
H A DSoQtThumbWheel.h99 void initWheel(int diameter, int width);
H A DSoQtThumbWheel.cpp144 this->initWheel(dval, w); in paintEvent()
340 SoQtThumbWheel::initWheel(int diameter, int width) in initWheel() function in SoQtThumbWheel
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_wheel.h78 void initWheel();
H A Dqwt_wheel.cpp54 initWheel(); in QwtWheel()
62 initWheel(); in QwtWheel()
66 void QwtWheel::initWheel() in initWheel() function in QwtWheel
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_wheel.h78 void initWheel();
H A Dqwt_wheel.cpp54 initWheel(); in QwtWheel()
62 initWheel(); in QwtWheel()
66 void QwtWheel::initWheel() in initWheel() function in QwtWheel
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrcar.cpp86 static ssgTransform *initWheel(tCarElt *car, int wheel_index) in initWheel() function
666 wheel[i] = initWheel(car, i); in grInitCar()