Home
last modified time | relevance | path

Searched refs:GetPoint (Results 226 – 250 of 3580) sorted by relevance

12345678910>>...144

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPlanesIntersection.cxx77 pt = v->GetPoint(i); in SetRegionVertices()
107 this->regionPts->GetPoint(i, v + i*3); in GetRegionVertices()
340 pts->GetPoint(0, p0); in PolygonIntersectsBBox()
341 pts->GetPoint(1, p1); in PolygonIntersectsBBox()
345 pts->GetPoint(p, pp); in PolygonIntersectsBBox()
439 facePts->GetPoint(0, p0); in Convert3DCell()
440 facePts->GetPoint(1, p1); in Convert3DCell()
444 facePts->GetPoint(p, pp); in Convert3DCell()
474 origins->GetPoint(i, xs); in Convert3DCell()
580 this->Points->GetPoint(i, x); in SetPlaneEquations()
[all …]
H A DvtkVertex.cxx51 this->Points->GetPoint(0, X); in EvaluatePosition()
77 this->Points->GetPoint(0, x); in EvaluateLocation()
122 pts[0] = locator->InsertNextPoint(this->Points->GetPoint(0)); in Contour()
145 this->Points->GetPoint(0, X); in IntersectWithLine()
192 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
232 this->Points->GetPoint(0, x); in Clip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ascii/
H A Dparasc.cxx115 m_pPam.reset(new SwPaM(*rCursor.GetPoint())); in SwASCIIParser()
162 const SwNodeIndex& rTmp = m_pPam->GetPoint()->nNode; in CallParser()
164 nSttContent = m_pPam->GetPoint()->nContent.GetIndex(); in CallParser()
241 *pInsPam->GetMark() = *m_pPam->GetPoint(); in CallParser()
242 ++pInsPam->GetPoint()->nNode; in CallParser()
243 pInsPam->GetPoint()->nContent.Assign( in CallParser()
397 m_rDoc.getIDocumentContentOperations().SplitNode(*m_pPam->GetPoint(), false); in ReadChars()
449 m_rDoc.getIDocumentContentOperations().SplitNode(*m_pPam->GetPoint(), in ReadChars()
483 m_rDoc.getIDocumentContentOperations().SplitNode(*m_pPam->GetPoint(), false); in ReadChars()
496 m_rDoc.getIDocumentContentOperations().AppendTextNode(*m_pPam->GetPoint()); in ReadChars()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DvhacdMesh.cpp53 m_minBB = GetPoint(0); in ComputeCenter()
54 m_maxBB = GetPoint(0); in ComputeCenter()
57 Vec3<double> p = GetPoint(v); in ComputeCenter()
97 bary += GetPoint(v); in ComputeVolume()
105 ver0 = GetPoint(tri[0]); in ComputeVolume()
106 ver1 = GetPoint(tri[1]); in ComputeVolume()
107 ver2 = GetPoint(tri[2]); in ComputeVolume()
148 const Vec3<double>& pt = GetPoint(v); in Clip()
173 ver0 = GetPoint(tri[0]); in IsInside()
174 ver1 = GetPoint(tri[1]); in IsInside()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DvhacdMesh.cpp53 m_minBB = GetPoint(0); in ComputeCenter()
54 m_maxBB = GetPoint(0); in ComputeCenter()
57 Vec3<double> p = GetPoint(v); in ComputeCenter()
97 bary += GetPoint(v); in ComputeVolume()
105 ver0 = GetPoint(tri[0]); in ComputeVolume()
106 ver1 = GetPoint(tri[1]); in ComputeVolume()
107 ver2 = GetPoint(tri[2]); in ComputeVolume()
148 const Vec3<double>& pt = GetPoint(v); in Clip()
173 ver0 = GetPoint(tri[0]); in IsInside()
174 ver1 = GetPoint(tri[1]); in IsInside()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ascii/
H A Dparasc.cxx101 pPam.reset( new SwPaM( *rCursor.GetPoint() ) ); in SwASCIIParser()
148 const SwNodeIndex& rTmp = pPam->GetPoint()->nNode; in CallParser()
150 nSttContent = pPam->GetPoint()->nContent.GetIndex(); in CallParser()
225 *pInsPam->GetMark() = *pPam->GetPoint(); in CallParser()
226 ++pInsPam->GetPoint()->nNode; in CallParser()
227 pInsPam->GetPoint()->nContent.Assign( in CallParser()
375 pDoc->getIDocumentContentOperations().SplitNode( *pPam->GetPoint(), false ); in ReadChars()
429 pDoc->getIDocumentContentOperations().SplitNode( *pPam->GetPoint(), false ); in ReadChars()
462 pDoc->getIDocumentContentOperations().SplitNode( *pPam->GetPoint(), false ); in ReadChars()
475 pDoc->getIDocumentContentOperations().AppendTextNode( *pPam->GetPoint() ); in ReadChars()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/stlgeom/
H A Dstlgeommesh.cpp135 Point3d pt1 = GetPoint(pnt1); in PointBetween()
136 Point3d pt2 = GetPoint(pnt2); in PointBetween()
770 p1p = GetPoint(ap1); p2p = GetPoint(ap2); in RestrictLocalHCurv()
771 p3p = GetPoint(p3); p4p = GetPoint(p4); in RestrictLocalHCurv()
875 p1p = GetPoint(ap1); p2p = GetPoint(ap2); in RestrictLocalH()
876 p3p = GetPoint(p3); p4p = GetPoint(p4); in RestrictLocalH()
947 Point3d pmin(GetPoint(l1->StartP())), pmax(GetPoint(l1->StartP())), px; in RestrictLocalH()
1177 p3p1 = GetPoint(np1); in RestrictHChartDistOneChart()
1178 p3p2 = GetPoint(np2); in RestrictHChartDistOneChart()
1229 p3p1 = GetPoint(np1); in RestrictHChartDistOneChart()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/stlgeom/
H A Dstlgeommesh.cpp135 Point3d pt1 = GetPoint(pnt1); in PointBetween()
136 Point3d pt2 = GetPoint(pnt2); in PointBetween()
770 p1p = GetPoint(ap1); p2p = GetPoint(ap2); in RestrictLocalHCurv()
771 p3p = GetPoint(p3); p4p = GetPoint(p4); in RestrictLocalHCurv()
875 p1p = GetPoint(ap1); p2p = GetPoint(ap2); in RestrictLocalH()
876 p3p = GetPoint(p3); p4p = GetPoint(p4); in RestrictLocalH()
947 Point3d pmin(GetPoint(l1->StartP())), pmax(GetPoint(l1->StartP())), px; in RestrictLocalH()
1177 p3p1 = GetPoint(np1); in RestrictHChartDistOneChart()
1178 p3p2 = GetPoint(np2); in RestrictHChartDistOneChart()
1229 p3p1 = GetPoint(np1); in RestrictHChartDistOneChart()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkTriangle.cxx92 this->Points->GetPoint(1, pt1); in EvaluatePosition()
93 this->Points->GetPoint(2, pt2); in EvaluatePosition()
94 this->Points->GetPoint(0, pt3); in EvaluatePosition()
272 this->Points->GetPoint(0, pt0); in EvaluateLocation()
273 this->Points->GetPoint(1, pt1); in EvaluateLocation()
274 this->Points->GetPoint(2, pt2); in EvaluateLocation()
610 this->Points->GetPoint(0, x0); in Derivatives()
611 this->Points->GetPoint(1, x1); in Derivatives()
685 p->GetPoint(pts[0],v1); in ComputeNormal()
686 p->GetPoint(pts[1],v2); in ComputeNormal()
[all …]
H A DvtkPolyPlane.cxx124 points->GetPoint(pIdx, p); in ComputeNormals()
125 points->GetPoint(pIdx+1, v1); in ComputeNormals()
181 points->GetPoint(pIdx, p1); in EvaluateFunction()
182 points->GetPoint(pIdx+1, p2); in EvaluateFunction()
215 points->GetPoint(pIdx-1,p0); in EvaluateFunction()
253 points->GetPoint(pIdx+2,p3); in EvaluateFunction()
H A DvtkPolyVertex.cxx53 this->Points->GetPoint(i, X); in EvaluatePosition()
90 this->Points->GetPoint(subId, x); in EvaluateLocation()
131 pts[0] = locator->InsertNextPoint(this->Points->GetPoint(i)); in Contour()
157 this->Vertex->Points->SetPoint(0,this->Points->GetPoint(subId)); in IntersectWithLine()
178 pts->InsertPoint(subId,this->Points->GetPoint(subId)); in Triangulate()
218 this->Points->GetPoint(i,x); in Clip()
H A DvtkVertex.cxx51 this->Points->GetPoint(0, X); in EvaluatePosition()
77 this->Points->GetPoint(0, x); in EvaluateLocation()
122 pts[0] = locator->InsertNextPoint(this->Points->GetPoint(0)); in Contour()
148 this->Points->GetPoint(0, X); in IntersectWithLine()
195 pts->InsertPoint(0,this->Points->GetPoint(0)); in Triangulate()
235 this->Points->GetPoint(0, x); in Clip()
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dbody23joint.cpp117 FastMult(body1->n_C_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
119 FastNegMult(body2->n_C_k,(body2->GetPoint(1))->position,result2); in ForwardKinematics()
140 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
144 FastCross((body2->GetPoint(1))->position,body2->omega_k,result2); in ForwardKinematics()
169 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
174 FastCross((body2->GetPoint(1))->position,body2->omega_k,result3); in ForwardKinematics()
178 FastCross(body1->alpha_t,(body1->GetPoint(2))->position,result4); in ForwardKinematics()
183 FastCross((body2->GetPoint(1))->position,body2->alpha_t,result2); in ForwardKinematics()
H A Dsphericaljoint.cpp123 FastMult(body1->n_C_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
125 FastNegMult(body2->n_C_k,(body2->GetPoint(1))->position,result2); in ForwardKinematics()
144 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
148 FastCross((body2->GetPoint(1))->position,body2->omega_k,result2); in ForwardKinematics()
174 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
179 FastCross((body2->GetPoint(1))->position,body2->omega_k,result3); in ForwardKinematics()
183 FastCross(body1->alpha_t,(body1->GetPoint(2))->position,result4); in ForwardKinematics()
187 FastCross((body2->GetPoint(1))->position,body2->alpha_t,result2); in ForwardKinematics()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dbody23joint.cpp117 FastMult(body1->n_C_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
119 FastNegMult(body2->n_C_k,(body2->GetPoint(1))->position,result2); in ForwardKinematics()
140 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
144 FastCross((body2->GetPoint(1))->position,body2->omega_k,result2); in ForwardKinematics()
169 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
174 FastCross((body2->GetPoint(1))->position,body2->omega_k,result3); in ForwardKinematics()
178 FastCross(body1->alpha_t,(body1->GetPoint(2))->position,result4); in ForwardKinematics()
183 FastCross((body2->GetPoint(1))->position,body2->alpha_t,result2); in ForwardKinematics()
H A Dsphericaljoint.cpp125 FastMult(body1->n_C_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
127 FastNegMult(body2->n_C_k,(body2->GetPoint(1))->position,result2); in ForwardKinematics()
146 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
150 FastCross((body2->GetPoint(1))->position,body2->omega_k,result2); in ForwardKinematics()
176 FastCross(body1->omega_k,(body1->GetPoint(2))->position,result1); in ForwardKinematics()
181 FastCross((body2->GetPoint(1))->position,body2->omega_k,result3); in ForwardKinematics()
185 FastCross(body1->alpha_t,(body1->GetPoint(2))->position,result4); in ForwardKinematics()
189 FastCross((body2->GetPoint(1))->position,body2->alpha_t,result2); in ForwardKinematics()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/include/mirtk/
H A DPointSet.h123 Point &GetPoint(int);
126 const Point &GetPoint(int) const;
129 void GetPoint(int, Point &) const;
132 void GetPoint(int, double [3]) const;
330 inline Point &PointSet::GetPoint(int i) in GetPoint() function
336 inline const Point &PointSet::GetPoint(int i) const in GetPoint() function
342 inline void PointSet::GetPoint(int i, Point &p) const in GetPoint() function
348 inline void PointSet::GetPoint(int i, double p[3]) const in GetPoint() function
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkMultiBlockPLOT3DReader.cxx1925 points->GetPoint(idx,xp); in ComputeVorticity()
1935 points->GetPoint(idx,xp); in ComputeVorticity()
1945 points->GetPoint(idx,xp); in ComputeVorticity()
1973 points->GetPoint(idx,xp); in ComputeVorticity()
1983 points->GetPoint(idx,xp); in ComputeVorticity()
1993 points->GetPoint(idx,xp); in ComputeVorticity()
2022 points->GetPoint(idx,xp); in ComputeVorticity()
2032 points->GetPoint(idx,xp); in ComputeVorticity()
2042 points->GetPoint(idx,xp); in ComputeVorticity()
2157 points->GetPoint(idx,xp); in ComputePressureGradient()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dcursor.cxx75 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert()
76 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert()
81 pAry[4] = aPoly.GetPoint( 2 ); in ImplCursorInvert()
82 pAry[5] = aPoly.GetPoint( 3 ); in ImplCursorInvert()
83 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert()
88 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert()
89 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert()
90 pAry[2] = aPoly.GetPoint( 2 ); in ImplCursorInvert()
91 pAry[3] = aPoly.GetPoint( 3 ); in ImplCursorInvert()
96 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dcursor.cxx74 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert()
75 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert()
80 pAry[4] = aPoly.GetPoint( 2 ); in ImplCursorInvert()
81 pAry[5] = aPoly.GetPoint( 3 ); in ImplCursorInvert()
82 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert()
87 pAry[0] = aPoly.GetPoint( 0 ); in ImplCursorInvert()
88 pAry[1] = aPoly.GetPoint( 1 ); in ImplCursorInvert()
89 pAry[2] = aPoly.GetPoint( 2 ); in ImplCursorInvert()
90 pAry[3] = aPoly.GetPoint( 3 ); in ImplCursorInvert()
95 pAry[6] = aPoly.GetPoint( 4 ); in ImplCursorInvert()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DPointSetUtils.cc83 iset->GetPoint(ptId, p); in AddPoints()
116 data->GetPoint(i, p); in PointSetDomain()
143 data->GetPoint(i, p); in PointSetDomain()
273 points->GetPoint(0, p1); in ComputeArea()
274 points->GetPoint(1, p2); in ComputeArea()
275 points->GetPoint(2, p3); in ComputeArea()
291 points->GetPoint(0, p1); in ComputeVolume()
292 points->GetPoint(1, p2); in ComputeVolume()
293 points->GetPoint(2, p3); in ComputeVolume()
294 points->GetPoint(3, p4); in ComputeVolume()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/geom2d/
H A Dspline2d.hpp71 virtual Point<2> GetPoint (double t) const = 0;
114 virtual Point<2> GetPoint (double t) const;
143 virtual Point<2> GetPoint (double t) const;
178 virtual Point<2> GetPoint (double t) const;
219 virtual Point<2> GetPoint (double t) const;
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dspline2d.hpp71 virtual Point<2> GetPoint (double t) const = 0;
114 virtual Point<2> GetPoint (double t) const;
143 virtual Point<2> GetPoint (double t) const;
178 virtual Point<2> GetPoint (double t) const;
219 virtual Point<2> GetPoint (double t) const;
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/geom2d/
H A Dspline2d.hpp71 virtual Point<2> GetPoint (double t) const = 0;
114 virtual Point<2> GetPoint (double t) const;
143 virtual Point<2> GetPoint (double t) const;
178 virtual Point<2> GetPoint (double t) const;
219 virtual Point<2> GetPoint (double t) const;
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkIntersectionPolyDataFilter.cxx309 splitLines->GetPoint(id, pt); in SplitMesh()
465 input->GetPoint(cellPts[0], p0); in SplitCell()
466 input->GetPoint(cellPts[1], p1); in SplitCell()
467 input->GetPoint(cellPts[2], p2); in SplitCell()
599 points->GetPoint( ptId, x ); in SplitCell()
652 points->GetPoint( 0, pt0 ); in SplitCell()
653 points->GetPoint( 1, pt1 ); in SplitCell()
654 points->GetPoint( 2, pt2 ); in SplitCell()
751 mesh->GetPoint(edgePtId0, pt0); in AddToPointEdgeMap()
752 mesh->GetPoint(edgePtId1, pt1); in AddToPointEdgeMap()
[all …]

12345678910>>...144