Home
last modified time | relevance | path

Searched refs:MyDrawLine (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/modal_reduction/
H A Dreferenceframe2D.cpp172 mbs->MyDrawLine(p1,p2,th); in DrawElement()
173 mbs->MyDrawLine(p2,p3,th); in DrawElement()
174 mbs->MyDrawLine(p3,p4,th); in DrawElement()
175 mbs->MyDrawLine(p4,p1,th); in DrawElement()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Ddrawsystem.cpp72 MyDrawLine(v1,v2,d); in DrawSystem()
73 MyDrawLine(v3,v4,d); in DrawSystem()
74 MyDrawLine(v5,v6,d); in DrawSystem()
160 MyDrawLine(p1, p2, global_line_thickness); // this is a line on the XY plane in DrawSystem()
163 MyDrawLine(p1, p2, global_line_thickness); // this is a line on the XZ plane in DrawSystem()
170 MyDrawLine(p1, p2, global_line_thickness); // this is a line on the XY plane in DrawSystem()
173 MyDrawLine(p1, p2, global_line_thickness); // this is a line on the YZ plane in DrawSystem()
180 MyDrawLine(p1, p2, global_line_thickness); // thie is a line on the XZ plane in DrawSystem()
183 MyDrawLine(p1, p2, global_line_thickness); // this is a line on the YZ plane in DrawSystem()
H A Dti_misc.cpp777 MyDrawLine(p(p1),p(p2),thickness); in DrawColorQuads()
780 MyDrawLine(p(p1),p(p2),thickness); in DrawColorQuads()
786 MyDrawLine(p(p1),p(p2),thickness); in DrawColorQuads()
789 MyDrawLine(p(p1),p(p2),thickness); in DrawColorQuads()
807 MyDrawLine(p(p1),p(p2),thickness); in DrawColorQuads()
808 MyDrawLine(p(p2),p(p3),thickness); in DrawColorQuads()
809 MyDrawLine(p(p3),p(p4),thickness); in DrawColorQuads()
810 MyDrawLine(p(p4),p(p1),thickness); in DrawColorQuads()
1730 void TimeInt::MyDrawLine(const Vector3D& p1, const Vector3D& p2, double thickness) const in MyDrawLine() function in TimeInt
1782 void TimeInt::MyDrawLine(const Vector3D& p1, const Vector3D& p2, double thickness, const Vector3D& … in MyDrawLine() function in TimeInt
[all …]
H A Dtimeint.h479 virtual void MyDrawLine(const Vector3D& p1, const Vector3D&p2, double thickness) const;
480 …virtual void MyDrawLine(const Vector3D& p1, const Vector3D&p2, double thickness, const Vector3D& c…
481 virtual void MyDrawLine(const Vector3D& p1, const Vector3D&p2, double t, double h) const in MyDrawLine() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A Dsensors.cpp148 mbs->MyDrawLine(v1+v0,v2+v0,d); in Draw()
149 mbs->MyDrawLine(v3+v0,v4+v0,d); in Draw()
150 mbs->MyDrawLine(v5+v0,v6+v0,d); in Draw()
H A DGeomElements.cpp1052 GetMBS()->MyDrawLine(ptd(1), ptd(3), th); in DrawYourself()
1053 GetMBS()->MyDrawLine(ptd(3), ptd(4), th); in DrawYourself()
1054 GetMBS()->MyDrawLine(ptd(4), ptd(2), th); in DrawYourself()
1055 GetMBS()->MyDrawLine(ptd(2), ptd(1), th); in DrawYourself()
1057 GetMBS()->MyDrawLine(ptd(5), ptd(6), th); in DrawYourself()
1058 GetMBS()->MyDrawLine(ptd(6), ptd(8), th); in DrawYourself()
1059 GetMBS()->MyDrawLine(ptd(8), ptd(7), th); in DrawYourself()
1314 GetMBS()->MyDrawLine(pz1i, pz4i, tn); in DrawYourself()
1315 GetMBS()->MyDrawLine(pz2i, pz3i, tn); in DrawYourself()
1323 GetMBS()->MyDrawLine(pz1, pz4, tn); in DrawYourself()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/rigid/
H A Drigid3D.cpp1568 mbs->MyDrawLine(p1,p3, th); in DrawElement()
1569 mbs->MyDrawLine(p3,p4, th); in DrawElement()
1570 mbs->MyDrawLine(p4,p2, th); in DrawElement()
1571 mbs->MyDrawLine(p2,p1, th); in DrawElement()
1573 mbs->MyDrawLine(p5,p7, th); in DrawElement()
1574 mbs->MyDrawLine(p7,p8, th); in DrawElement()
1575 mbs->MyDrawLine(p8,p6, th); in DrawElement()
1576 mbs->MyDrawLine(p6,p5, th); in DrawElement()
1578 mbs->MyDrawLine(p1,p5, th); in DrawElement()
1579 mbs->MyDrawLine(p3,p7, th); in DrawElement()
[all …]
H A Drigid2D.cpp433 GetMBS()->MyDrawLine(v1,v2,d); in DrawElement()
434 GetMBS()->MyDrawLine(v3,v4,d); in DrawElement()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DFiniteElementGenericBeam2D.cpp468 mbs->MyDrawLine(drawpoints(cnt-1), drawpoints(cnt), ly1*1e2, col_line); in DrawElement()
470 mbs->MyDrawLine(points(cnt-1), points(cnt), ly1*5e1); in DrawElement()
472 …mbs->MyDrawLine(points(cnt-1)+(0.5/scaley)*normals(cnt-1), points(cnt)+(0.5/scaley)*normals(cnt), … in DrawElement()
473 …mbs->MyDrawLine(points(cnt-1)-(0.5/scaley)*normals(cnt-1), points(cnt)-(0.5/scaley)*normals(cnt), … in DrawElement()
485 mbs->MyDrawLine(nodepoints(1), nodepoints(2), ly1*4e1); in DrawElement()
486 mbs->MyDrawLine(nodepoints(3), nodepoints(4), ly1*4e1); in DrawElement()
H A DANCFBeam3D.cpp4204 mbs->MyDrawLine(p8,p7,thickness); in DrawElement()
4205 mbs->MyDrawLine(p7,p3,thickness); in DrawElement()
4206 mbs->MyDrawLine(p4,p3,thickness); in DrawElement()
4225 mbs->MyDrawLine(p6,p5,thickness); in DrawElement()
4226 mbs->MyDrawLine(p5,p1,thickness); in DrawElement()
4227 mbs->MyDrawLine(p2,p1,thickness); in DrawElement()
4228 mbs->MyDrawLine(p2,p6,thickness); in DrawElement()
4229 mbs->MyDrawLine(p6,p8,thickness); in DrawElement()
4230 mbs->MyDrawLine(p5,p7,thickness); in DrawElement()
4231 mbs->MyDrawLine(p2,p4,thickness); in DrawElement()
[all …]
H A DANCFBeamShear3D.cpp2380 mbs->MyDrawLine(p8,p7,thickness); in DrawElement()
2381 mbs->MyDrawLine(p7,p3,thickness); in DrawElement()
2382 mbs->MyDrawLine(p4,p3,thickness); in DrawElement()
2405 mbs->MyDrawLine(p6,p5,thickness); in DrawElement()
2406 mbs->MyDrawLine(p5,p1,thickness); in DrawElement()
2407 mbs->MyDrawLine(p2,p1,thickness); in DrawElement()
2408 mbs->MyDrawLine(p2,p6,thickness); in DrawElement()
2409 mbs->MyDrawLine(p6,p8,thickness); in DrawElement()
2410 mbs->MyDrawLine(p5,p7,thickness); in DrawElement()
2411 mbs->MyDrawLine(p2,p4,thickness); in DrawElement()
[all …]
H A DANCFBeam3DTorsion.cpp3526 mbs->MyDrawLine(p8,p7,thickness); in DrawElement()
3527 mbs->MyDrawLine(p7,p3,thickness); in DrawElement()
3528 mbs->MyDrawLine(p4,p3,thickness); in DrawElement()
3547 mbs->MyDrawLine(p6,p5,thickness); in DrawElement()
3548 mbs->MyDrawLine(p5,p1,thickness); in DrawElement()
3549 mbs->MyDrawLine(p2,p1,thickness); in DrawElement()
3550 mbs->MyDrawLine(p2,p6,thickness); in DrawElement()
3551 mbs->MyDrawLine(p6,p8,thickness); in DrawElement()
3552 mbs->MyDrawLine(p5,p7,thickness); in DrawElement()
3553 mbs->MyDrawLine(p2,p4,thickness); in DrawElement()
[all …]
H A DANCFBeamShear2D.cpp1794 mbs->MyDrawLine(drawpoints(cnt-1), drawpoints(cnt), ly1*1e2, col); in DrawElement()
1796 mbs->MyDrawLine(points(cnt-1), points(cnt), ly1*5e1); in DrawElement()
1798 …mbs->MyDrawLine(points(cnt-1)+(0.5/scaley)*normals(cnt-1), points(cnt)+(0.5/scaley)*normals(cnt), … in DrawElement()
1799 …mbs->MyDrawLine(points(cnt-1)-(0.5/scaley)*normals(cnt-1), points(cnt)-(0.5/scaley)*normals(cnt), … in DrawElement()
1811 mbs->MyDrawLine(nodepoints(1), nodepoints(2), ly1*4e1); in DrawElement()
1812 mbs->MyDrawLine(nodepoints(3), nodepoints(4), ly1*4e1); in DrawElement()
H A DANCFCable2D.cpp1144 mbs->MyDrawLine(drawpoints(cnt-1), drawpoints(cnt), ly1*1e2, col_line); in DrawElement()
1146 mbs->MyDrawLine(points(cnt-1), points(cnt), ly1*5e1); in DrawElement()
1148 …mbs->MyDrawLine(points(cnt-1)+(0.5/scaley)*normals(cnt-1), points(cnt)+(0.5/scaley)*normals(cnt), … in DrawElement()
1149 …mbs->MyDrawLine(points(cnt-1)-(0.5/scaley)*normals(cnt-1), points(cnt)-(0.5/scaley)*normals(cnt), … in DrawElement()
1161 mbs->MyDrawLine(nodepoints(1), nodepoints(2), ly1*4e1); in DrawElement()
1162 mbs->MyDrawLine(nodepoints(3), nodepoints(4), ly1*4e1); in DrawElement()
H A DANCFBeam2D.cpp2073 mbs->MyDrawLine(p1,p2,thickness); in DrawElement()
2074 mbs->MyDrawLine(p2,p3,thickness); in DrawElement()
2075 mbs->MyDrawLine(p3,p4,thickness); in DrawElement()
2076 mbs->MyDrawLine(p4,p1,thickness); in DrawElement()
H A DANCFCable3D.cpp713 mbs->MyDrawLine(position, position+ei, linethickness, color); in DrawElement()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A Dmbs_interface.h204 virtual void MyDrawLine(const Vector3D& p1, const Vector3D&p2, double thickness) const = 0;
205 …virtual void MyDrawLine(const Vector3D& p1, const Vector3D&p2, double thickness, const Vector3D& c…
206 virtual void MyDrawLine(const Vector3D& p1, const Vector3D&p2, double t, double h) const = 0;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A Delement.cpp989 GetMBS()->MyDrawLine(v1,v2,d); in DrawElementLocalFrame()
990 GetMBS()->MyDrawLine(v3,v4,d); in DrawElementLocalFrame()
991 GetMBS()->MyDrawLine(v5,v6,d); in DrawElementLocalFrame()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/constraints/
H A DAverageConstraint.cpp1022 GetMBS()->MyDrawLine(v1,v2,d); in DrawElement()
1023 GetMBS()->MyDrawLine(v3,v4,d); in DrawElement()
1024 GetMBS()->MyDrawLine(v5,v6,d); in DrawElement()
H A DRigidBodyJoints.cpp1478 GetMBS()->MyDrawLine(v1i,v2i,d); in DrawElement()
1479 GetMBS()->MyDrawLine(v3i,v4i,d); in DrawElement()
1480 GetMBS()->MyDrawLine(v5i,v6i,d); in DrawElement()
1481 GetMBS()->MyDrawLine(v1j,v2j,d); in DrawElement()
1482 GetMBS()->MyDrawLine(v3j,v4j,d); in DrawElement()
1483 GetMBS()->MyDrawLine(v5j,v6j,d); in DrawElement()
3384 mbs->MyDrawLine(va,vb,2); in DrawElement()
4367 GetMBS()->MyDrawLine(v1,v2,d); in DrawElement()
4368 GetMBS()->MyDrawLine(v3,v4,d); in DrawElement()
4369 GetMBS()->MyDrawLine(v5,v6,d); in DrawElement()
H A Dcontrol.cpp724 GetMBS()->MyDrawLine(pi + v1, pi, 2., colforeground); in DrawElement()
725 GetMBS()->MyDrawLine(pi + v2, pi, 2., colforeground); in DrawElement()
764 GetMBS()->MyDrawLine(ToP3D(input_nodes(j)), last, 1., colforeground); in DrawElement()
768 GetMBS()->MyDrawLine(last, po, 1., colforeground); in DrawElement()
778 GetMBS()->MyDrawLine(po + Vector3D(v1(1),2.0/GetNOutputs()*v1(2),v1(3)), po, 1., colforeground); in DrawElement()
779 GetMBS()->MyDrawLine(po + Vector3D(v2(1),2.0/GetNOutputs()*v2(2),v2(3)), po, 1., colforeground); in DrawElement()
H A DKinematicPairs.cpp1691 GetMBS()->MyDrawLine(v1,v2,d); in DrawElement()
1692 GetMBS()->MyDrawLine(v3,v4,d); in DrawElement()
1693 GetMBS()->MyDrawLine(v5,v6,d); in DrawElement()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgralape/
H A Dbasic_geometry_functions.inc138 procedure MyDrawLine{$i lape.proc}
290 …edure _DrawLine(x1,y1,x2,y2: Int32; c: TBGRAPixel; ADrawMode: Int32; AA: LongBool);', @MyDrawLine);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgralape/
H A Dbasic_geometry_functions.inc138 procedure MyDrawLine{$i lape.proc}
290 …edure _DrawLine(x1,y1,x2,y2: Int32; c: TBGRAPixel; ADrawMode: Int32; AA: LongBool);', @MyDrawLine);
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/deprecated_elements/
H A DKinematicPairsDeprecated.cpp853 mbs->MyDrawLine(p+rot1,p-rot1,2); in DrawElement()
854 mbs->MyDrawLine(p+1.5*rot2,p-1.5*rot2,2); in DrawElement()
872 mbs->MyDrawLine(p1+rot1,p1-rot1,2); in DrawElement()
873 mbs->MyDrawLine(p2+1.5*rot2,p2-1.5*rot2,2); in DrawElement()

12