Home
last modified time | relevance | path

Searched refs:Ele (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DAABB.cpp64 if(Ele.cols() == 1) in init()
71 barycenter(V,Ele,BC); in init()
88 init(V,Ele,SI,allI); in init()
127 for(int c = 0;c<Ele.cols();c++) in init()
185 m_left->init(V,Ele,SI,LI); in init()
191 m_right->init(V,Ele,SI,RI); in init()
216 assert(Ele.cols() == V.cols()+1 && in find()
382 assert((Ele.cols() == 3 || Ele.cols() == 2 || Ele.cols() == 1) in squared_distance()
858 assert((Ele.size() == 0 || Ele.cols() == 3) && "Elements should be triangles"); in intersect_ray()
913 assert((Ele.size() == 0 || Ele.cols() == 3) && "Elements should be triangles"); in intersect_ray()
[all …]
H A DAABB.h127 const Eigen::MatrixBase<DerivedEle> & Ele);
203 const Eigen::MatrixBase<DerivedEle> & Ele,
230 const Eigen::MatrixBase<DerivedEle> & Ele,
240 const Eigen::MatrixBase<DerivedEle> & Ele,
249 const Eigen::MatrixBase<DerivedEle> & Ele,
257 const Eigen::MatrixBase<DerivedEle> & Ele,
265 const Eigen::MatrixBase<DerivedEle> & Ele,
293 const Eigen::MatrixBase<DerivedEle> & Ele,
323 const Eigen::MatrixBase<DerivedEle> & Ele,
340 const Eigen::MatrixBase<DerivedEle> & Ele,
[all …]
H A Dpoint_simplex_squared_distance.cpp28 const Eigen::MatrixBase<DerivedEle> & Ele, in point_simplex_squared_distance() argument
114 assert(Ele.cols() <= DIM+1); in point_simplex_squared_distance()
115 assert(Ele.cols() <= 3 && "Only simplices up to triangles are considered"); in point_simplex_squared_distance()
120 (Derivedb::RowsAtCompileTime == Ele.cols() || Derivedb::ColsAtCompileTime == Ele.cols()) in point_simplex_squared_distance()
126 V.row(Ele(primitive,0)), in point_simplex_squared_distance()
129 V.row(Ele(primitive,1%Ele.cols())), in point_simplex_squared_distance()
130 V.row(Ele(primitive,2%Ele.cols())), in point_simplex_squared_distance()
132 …y.resize( Derivedb::RowsAtCompileTime == 1 ? 1 : Ele.cols(), Derivedb::ColsAtCompileTime == 1 ? 1 … in point_simplex_squared_distance()
133 bary.head(Ele.cols()) = tmp_bary.head(Ele.cols()); in point_simplex_squared_distance()
147 const Eigen::MatrixBase<DerivedEle> & Ele, in point_simplex_squared_distance() argument
[all …]
H A Dnormal_derivative.cpp20 const Eigen::PlainObjectBase<DerivedEle> & Ele, in normal_derivative() argument
26 const size_t ss = Ele.cols(); in normal_derivative()
30 cotmatrix_entries(V,Ele,C); in normal_derivative()
33 const size_t m = Ele.rows(); in normal_derivative()
45 Ele, in normal_derivative()
83 slice(Ele,(VectorXi(12)<<2,0,1,0,0,1,2,1,1,2,0,2).finished(),2); in normal_derivative()
H A Din_element.cpp13 const Eigen::MatrixXi & Ele, in in_element() argument
26 const auto R = aabb.find(V,Ele,Q.row(e).eval(),true); in in_element()
37 const Eigen::MatrixXi & Ele, in in_element() argument
51 const auto R = aabb.find(V,Ele,Q.row(e).eval(),false); in in_element()
58 I.resize(Qr,Ele.rows()); in in_element()
H A Dpoint_mesh_squared_distance.cpp21 const Eigen::MatrixXi & Ele, in point_mesh_squared_distance() argument
38 tree.init(V,Ele); in point_mesh_squared_distance()
39 return tree.squared_distance(V,Ele,P,sqrD,I,C); in point_mesh_squared_distance()
44 tree.init(V,Ele); in point_mesh_squared_distance()
45 return tree.squared_distance(V,Ele,P,sqrD,I,C); in point_mesh_squared_distance()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DAABB.cpp64 if(Ele.cols() == 1) in init()
71 barycenter(V,Ele,BC); in init()
88 init(V,Ele,SI,allI); in init()
127 for(int c = 0;c<Ele.cols();c++) in init()
185 m_left->init(V,Ele,SI,LI); in init()
191 m_right->init(V,Ele,SI,RI); in init()
216 assert(Ele.cols() == V.cols()+1 && in find()
382 assert((Ele.cols() == 3 || Ele.cols() == 2 || Ele.cols() == 1) in squared_distance()
858 assert((Ele.size() == 0 || Ele.cols() == 3) && "Elements should be triangles"); in intersect_ray()
912 assert((Ele.size() == 0 || Ele.cols() == 3) && "Elements should be triangles"); in intersect_ray()
[all …]
H A DAABB.h124 const Eigen::MatrixBase<DerivedEle> & Ele);
140 const Eigen::MatrixBase<DerivedEle> & Ele,
200 const Eigen::MatrixBase<DerivedEle> & Ele,
227 const Eigen::MatrixBase<DerivedEle> & Ele,
237 const Eigen::MatrixBase<DerivedEle> & Ele,
246 const Eigen::MatrixBase<DerivedEle> & Ele,
254 const Eigen::MatrixBase<DerivedEle> & Ele,
262 const Eigen::MatrixBase<DerivedEle> & Ele,
290 const Eigen::MatrixBase<DerivedEle> & Ele,
320 const Eigen::MatrixBase<DerivedEle> & Ele,
[all …]
H A Dpoint_simplex_squared_distance.cpp28 const Eigen::MatrixBase<DerivedEle> & Ele, in point_simplex_squared_distance() argument
114 assert(Ele.cols() <= DIM+1); in point_simplex_squared_distance()
115 assert(Ele.cols() <= 3 && "Only simplices up to triangles are considered"); in point_simplex_squared_distance()
120 (Derivedb::RowsAtCompileTime == Ele.cols() || Derivedb::ColsAtCompileTime == Ele.cols()) in point_simplex_squared_distance()
126 V.row(Ele(primitive,0)), in point_simplex_squared_distance()
129 V.row(Ele(primitive,1%Ele.cols())), in point_simplex_squared_distance()
130 V.row(Ele(primitive,2%Ele.cols())), in point_simplex_squared_distance()
132 …y.resize( Derivedb::RowsAtCompileTime == 1 ? 1 : Ele.cols(), Derivedb::ColsAtCompileTime == 1 ? 1 … in point_simplex_squared_distance()
133 bary.head(Ele.cols()) = tmp_bary.head(Ele.cols()); in point_simplex_squared_distance()
147 const Eigen::MatrixBase<DerivedEle> & Ele, in point_simplex_squared_distance() argument
[all …]
H A Dnormal_derivative.cpp20 const Eigen::PlainObjectBase<DerivedEle> & Ele, in normal_derivative() argument
26 const size_t ss = Ele.cols(); in normal_derivative()
30 cotmatrix_entries(V,Ele,C); in normal_derivative()
33 const size_t m = Ele.rows(); in normal_derivative()
45 Ele, in normal_derivative()
83 slice(Ele,(VectorXi(12)<<2,0,1,0,0,1,2,1,1,2,0,2).finished(),2); in normal_derivative()
H A Din_element.cpp13 const Eigen::MatrixXi & Ele, in in_element() argument
26 const auto R = aabb.find(V,Ele,Q.row(e).eval(),true); in in_element()
37 const Eigen::MatrixXi & Ele, in in_element() argument
51 const auto R = aabb.find(V,Ele,Q.row(e).eval(),false); in in_element()
58 I.resize(Qr,Ele.rows()); in in_element()
H A Dpoint_mesh_squared_distance.cpp21 const Eigen::MatrixXi & Ele, in point_mesh_squared_distance() argument
38 tree.init(V,Ele); in point_mesh_squared_distance()
39 return tree.squared_distance(V,Ele,P,sqrD,I,C); in point_mesh_squared_distance()
44 tree.init(V,Ele); in point_mesh_squared_distance()
45 return tree.squared_distance(V,Ele,P,sqrD,I,C); in point_mesh_squared_distance()
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/api/
H A Dupnptools.c214 IXML_Element *Ele = NULL; in addToAction() local
258 ixmlNode_appendChild((IXML_Node *)Ele, Txt); in addToAction()
260 ixmlNode_appendChild(node, (IXML_Node *)Ele); in addToAction()
293 IXML_Element *Ele; in makeAction() local
336 ixmlNode_appendChild((IXML_Node *)Ele, Txt); in makeAction()
338 ixmlNode_appendChild(node, (IXML_Node *)Ele); in makeAction()
424 IXML_Element *Ele; in UpnpCreatePropertySet() local
447 ixmlNode_appendChild((IXML_Node *)Ele, Txt); in UpnpCreatePropertySet()
469 IXML_Element *Ele; in UpnpAddToPropertySet() local
488 Ele = ixmlDocument_createElement(*PropSet, ArgName); in UpnpAddToPropertySet()
[all …]
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.cpp85 Control->WriteXML(Ele); in WriteXML()
88 System->WriteXML(Ele); in WriteXML()
91 Basis->WriteXML(Ele); in WriteXML()
94 Data->WriteXML(Ele); in WriteXML()
97 Guess->WriteXML(Ele); in WriteXML()
100 SCF->WriteXML(Ele); in WriteXML()
103 MP2->WriteXML(Ele); in WriteXML()
109 StatPt->WriteXML(Ele); in WriteXML()
111 DFT.WriteXML(Ele); in WriteXML()
112 EFP.WriteXML(Ele); in WriteXML()
[all …]
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/test/
H A Dtest_python.py38 x = Ele()
42 y = Ele(x)
46 x = Ele()
51 y = Ele(x)
60 z = Ele(y)
72 x = Ele()
73 y = Ele()
74 z = Ele()
75 alt1 = Ele()
76 alt2 = Ele()
[all …]
/dports/math/octave-forge-mapping/mapping-1.4.1/inst/
H A Dkmlread.m73 outp(end).Ele = xyz(3);
104 outp(end).Ele = xyz(:, 3);
106 min(outp(end).Ele), max(outp(end).Ele)];
138 outp(end).Ele = xyz(:, 3);
148 outp(end).Ele = [outp(end).Ele; NaN; xyz(:, 3)];
153 min(outp(end).Ele), max(outp(end).Ele)];
194 min(outp(end).Ele), max(outp(end).Ele)];
215 outp(end).Ele = xyz(:, 3);
222 outp(end).Ele = [outp(end).Ele; xyz(:, 3)];
229 outp(end).Ele = [outp(end).Ele; NaN; xyz(:, 3)];
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_gps_lg.cpp64 …Scanner(): PatternScanner("gps_lg"), Recorder(0), Lat(), Lon(), Ele(), Time(), Speed(), Course() {} in Scanner()
86 …r& s): PatternScanner(s), Recorder(s.Recorder), Lat(s.Lat), Lon(s.Lon), Ele(s.Ele), Time(s.Time), … in Scanner()
91 string Lat, Lon, Ele, Time, Speed, Course; member in gps::Scanner
167 !Ele.empty() || !Speed.empty() || !Course.empty()) { in clear()
169 Ele + "," + Speed + "," + Course; in clear()
176 Ele.clear(); in clear()
189 Ele = get_cdata(reinterpret_cast<const char*>(sp.sbuf.buf)); in eleHandler()
/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_AABB.cpp13 …"init",[](igl::AABB<Eigen::MatrixXd,3>& tree, const Eigen::MatrixXd& V, const Eigen::MatrixXi& Ele)
15 …return tree.init(V, Ele, Eigen::Matrix<double, Eigen::Dynamic, 3>(), Eigen::Matrix<double, Eigen::… in __anon3d10fec20102()
17 …Eigen::MatrixXd,3>& tree, const Eigen::MatrixXd& V, const Eigen::MatrixXi& Ele, const Eigen::Matri…
19 return tree.squared_distance(V, Ele, P, sqrD, I, C); in __anon3d10fec20202()
/dports/science/siesta/siesta-4.1.5/Tests/bi2se3-sts-denchar/
H A Dbi2se3-sts-denchar.fdf143 Denchar.DensityUnits Ele/bohr**3 # Units of Charge Density
144 # Ele/bohr**3
145 # Ele/Ang**3
146 # Ele/UnitCell
167 STM.DensityUnits Ele/bohr**3 # Units of Charge Density
168 # Ele/bohr**3
169 # Ele/Ang**3
170 # Ele/UnitCell
/dports/science/siesta/siesta-4.1.5/Tests/bi2se3-stm-denchar/
H A Dbi2se3-stm-denchar.fdf144 Denchar.DensityUnits Ele/bohr**3 # Units of Charge Density
145 # Ele/bohr**3
146 # Ele/Ang**3
147 # Ele/UnitCell
167 STM.DensityUnits Ele/bohr**3 # Units of Charge Density
168 # Ele/bohr**3
169 # Ele/Ang**3
170 # Ele/UnitCell
/dports/science/siesta/siesta-4.1.5/Util/Denchar/Examples/
H A DAtomicIndices.fdf19 Denchar.DensityUnits Ele/bohr**3 # Units of Charge Density
20 # Ele/bohr**3
21 # Ele/Ang**3
22 # Ele/UnitCell
H A DNormalVector.fdf19 Denchar.DensityUnits Ele/bohr**3 # Units of Charge Density
20 # Ele/bohr**3
21 # Ele/Ang**3
22 # Ele/UnitCell
H A DThreePoints.fdf19 Denchar.DensityUnits Ele/bohr**3 # Units of Charge Density
20 # Ele/bohr**3
21 # Ele/Ang**3
22 # Ele/UnitCell
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/ChrisTrenkamp/goxpath/tree/xmlstruct/
H A Dxmlroot.go10 Ele *XMLEle member
14 return x.Ele.ResValue()
34 return []tree.Node{x.Ele}
/dports/science/siesta/siesta-4.1.5/Util/STM/ol-stm/Examples/Benzene/
H A Dbenzene-stm.fdf39 STM.DensityUnits Ele/Ang**3 # Units of Charge Density
40 # Ele/bohr**3
41 # Ele/Ang**3
42 # Ele/UnitCell

12345678910>>...45