Home
last modified time | relevance | path

Searched defs:defineAs (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DQhullPoint.h84 … void defineAs(coordT *c) { QHULL_ASSERT(point_dimension>0); point_coordinates= c; } in defineAs() function
85 …void defineAs(int pointDimension, coordT *c) { QHULL_ASSERT(pointDimension>=0); poi… in defineAs() function
86 …void defineAs(QhullPoint &other) { point_coordinates= other.point_coordinates; qh_q… in defineAs() function
H A DQhullHyperplane.h72 …void defineAs(int hyperplaneDimension, coordT *c, coordT hyperplaneOffset) { QHULL_… in defineAs() function
74 …void defineAs(QhullHyperplane &other) { hyperplane_coordinates= other.coordinates()… in defineAs() function
H A DQhullPoints.h87 …void defineAs(int pointDimension, countT coordinatesCount, coordT *c) { QHULL_ASSER… in defineAs() function
88 …void defineAs(countT coordinatesCount, coordT *c) { QHULL_ASSERT((point_dimension>0… in defineAs() function
89 …void defineAs(const QhullPoints &other) { point_first= other.point_first; point_end… in defineAs() function
H A DPointCoordinates.h82 …void defineAs(countT coordinatesCount, coordT *c) { QhullPoints::defineAs(coordinat… in defineAs() function
H A DQhullSet.h65 …void defineAs(setT *s) { qh_set= s ? s : &s_empty_set; } //!< Not type-safe since s… in defineAs() function
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DQhullPoint.h84 … void defineAs(coordT *c) { QHULL_ASSERT(point_dimension>0); point_coordinates= c; } in defineAs() function
85 …void defineAs(int pointDimension, coordT *c) { QHULL_ASSERT(pointDimension>=0); poi… in defineAs() function
86 …void defineAs(QhullPoint &other) { point_coordinates= other.point_coordinates; qh_q… in defineAs() function
H A DQhullHyperplane.h70 …void defineAs(int hyperplaneDimension, coordT *c, coordT hyperplaneOffset) { QHULL_… in defineAs() function
72 …void defineAs(QhullHyperplane &other) { hyperplane_coordinates= other.coordinates()… in defineAs() function
H A DPointCoordinates.h86 …void defineAs(countT coordinatesCount, coordT *c) { QhullPoints::defineAs(coordinat… in defineAs() function
H A DQhullPoints.h87 …void defineAs(int pointDimension, countT coordinatesCount, coordT *c) { QHULL_ASSER… in defineAs() function
88 …void defineAs(countT coordinatesCount, coordT *c) { QHULL_ASSERT((point_dimension>0… in defineAs() function
89 …void defineAs(const QhullPoints &other) { point_first= other.point_first; point_end… in defineAs() function
H A DQhullSet.h65 …void defineAs(setT *s) { qh_set= s ? s : &s_empty_set; } //!< Not type-safe since s… in defineAs() function
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DQhullPoint.h84 … void defineAs(coordT *c) { QHULL_ASSERT(point_dimension>0); point_coordinates= c; } in defineAs() function
85 …void defineAs(int pointDimension, coordT *c) { QHULL_ASSERT(pointDimension>=0); poi… in defineAs() function
86 …void defineAs(QhullPoint &other) { point_coordinates= other.point_coordinates; qh_q… in defineAs() function
H A DQhullHyperplane.h72 …void defineAs(int hyperplaneDimension, coordT *c, coordT hyperplaneOffset) { QHULL_… in defineAs() function
74 …void defineAs(QhullHyperplane &other) { hyperplane_coordinates= other.coordinates()… in defineAs() function
H A DQhullPoints.h87 …void defineAs(int pointDimension, countT coordinatesCount, coordT *c) { QHULL_ASSER… in defineAs() function
88 …void defineAs(countT coordinatesCount, coordT *c) { QHULL_ASSERT((point_dimension>0… in defineAs() function
89 …void defineAs(const QhullPoints &other) { point_first= other.point_first; point_end… in defineAs() function
H A DPointCoordinates.h82 …void defineAs(countT coordinatesCount, coordT *c) { QhullPoints::defineAs(coordinat… in defineAs() function
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DQhullHyperplane.h73 …void defineAs(int hyperplaneDimension, coordT *c, coordT hyperplaneOffset) { QHULL_… in defineAs() function
75 …void defineAs(QhullHyperplane &other) { hyperplane_coordinates= other.coordinates()… in defineAs() function
H A DQhullPoint.h81 …void defineAs(int pointDimension, coordT *c) { QHULL_ASSERT(pointDimension>=0); poi… in defineAs() function
83 …void defineAs(QhullPoint &other) { point_coordinates= other.coordinates(); point_di… in defineAs() function
H A DQhullPoints.h74 …void defineAs(int pointDimension, int coordinatesCount, coordT *c) { QHULL_ASSERT(p… in defineAs() function
75 …void defineAs(int coordinatesCount, coordT *c) { QHULL_ASSERT((coordinatesCount>=0 … in defineAs() function
76 …void defineAs(const QhullPoints &other) { point_first= other.point_first; point_end… in defineAs() function
H A DPointCoordinates.h68 …void defineAs(int coordinatesCount, coordT *c) { QhullPoints::defineAs(coordinatesC… in defineAs() function
H A DQhullSet.h73 void defineAs(setT *s) { qh_set= s ? s : &s_empty_set; } in defineAs() function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/
H A DFactory.php79 public function defineAs($class, $name, callable $attributes) function in Illuminate\\Database\\Eloquent\\Factory
/dports/www/firefox-legacy/firefox-52.8.0esr/uriloader/base/
H A DnsDocLoader.h65 static nsISupports* GetAsSupports(nsDocLoader* aDocLoader) { in QhullSetBase()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A Dxpcprivate.h2347 JS::RootedId defineAs; variable
2364 JS::RootedId defineAs; variable
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A Dxpcprivate.h2362 JS::RootedId defineAs; variable
2379 JS::RootedId defineAs; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A Dxpcprivate.h2619 JS::RootedId defineAs; variable
2636 JS::RootedId defineAs; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A Dxpcprivate.h2347 JS::RootedId defineAs; variable
2364 JS::RootedId defineAs; variable

12