Home
last modified time | relevance | path

Searched refs:edgeLength (Results 1 – 25 of 131) sorted by relevance

123456

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Core/
H A DfvElementBuilder.hpp161 …a()*(2*elem.dldn(0, 1) + elem.dldn(1, 1)) + 7*elem.edgeLength(1))/(elem.edgeLength(1)*elem.edgeLen… in addCoefficients()
162 …rea()*(elem.dldn(0, 0) + 2*elem.dldn(1, 0)) - elem.edgeLength(0))/(elem.edgeLength(0)*elem.edgeLen… in addCoefficients()
163edgeLength(0)*(elem.dldn(1, 1) + 2*elem.dldn(2, 1)) - elem.edgeLength(1)*(elem.dldn(0, 0) + 2*elem… in addCoefficients()
165 4/elem.edgeLength(2), in addCoefficients()
167 elem.doubleArea()/(elem.edgeLength(0)*elem.edgeLength(2)), in addCoefficients()
168 -elem.doubleArea()/(elem.edgeLength(1)*elem.edgeLength(2)), in addCoefficients()
171 …a()*(2*elem.dldn(0, 2) + elem.dldn(2, 2)) + 7*elem.edgeLength(2))/(elem.edgeLength(1)*elem.edgeLen… in addCoefficients()
172edgeLength(0)*(2*elem.dldn(1, 2) + elem.dldn(2, 2)) - elem.edgeLength(2)*(elem.dldn(0, 0) + 2*elem… in addCoefficients()
173 …rea()*(elem.dldn(0, 0) + 2*elem.dldn(2, 0)) - elem.edgeLength(0))/(elem.edgeLength(0)*elem.edgeLen… in addCoefficients()
177 elem.doubleArea()/(elem.edgeLength(0)*elem.edgeLength(1)), in addCoefficients()
[all …]
H A DlinearElement.h70 case 1: return Vector(edgeLength(2), 0);
76 MULTIARCH inline Scalar edgeLength(unsigned ei, unsigned offset=0) const
125 m_p2(0) = (p2-p0).dot(p1-p0) / edgeLength(2); in computeFromPoints()
126 m_p2(1) = std::sqrt(edgeLength(1)*edgeLength(1) - m_p2(0)*m_p2(0)); in computeFromPoints()
128 m_2delta = edgeLength(2) * m_p2(1); in computeFromPoints()
/dports/math/ogdf/OGDF/include/ogdf/planarity/embedder/
H A DEmbedderMaxFaceBiconnectedGraphs.h798 if (!longestEdge || edgeLength[mu][e] > edgeLength[mu][longestEdge]) in expandEdgePNode()
1522 && (!longestEdge || edgeLength[nu][ed] > edgeLength[nu][longestEdge])) { in bottomUpTraversal()
1526 edgeLength[mu][e] = edgeLength[nu][longestEdge]; in bottomUpTraversal()
1555 edgeLength[mu][e] = 1; in bottomUpTraversal()
1604 edgeLength[nu][referenceEdgeOfNu] = edgeLength[mu][longestEdge]; in topDownTraversal()
1692 || edgeLength[mu][edgeWalker] > edgeLength[mu][longestEdges[1]]) { in largestFaceContainingNode()
1694 || edgeLength[mu][edgeWalker] > edgeLength[mu][longestEdges[0]]) { in largestFaceContainingNode()
1712 return edgeLength[mu][longestEdges[0]] + edgeLength[mu][longestEdges[1]]; in largestFaceContainingNode()
1787 || edgeLength[mu][edgeWalker] > edgeLength[mu][longestEdges[1]]) { in largestFaceInSkeleton()
1789 || edgeLength[mu][edgeWalker] > edgeLength[mu][longestEdges[0]]) { in largestFaceInSkeleton()
[all …]
H A DEmbedderMaxFaceBiconnectedGraphsLayers.h61 const EdgeArray<T>& edgeLength,
88 const NodeArray< EdgeArray<T> >& edgeLength);
127 const NodeArray< EdgeArray<T> >& edgeLength,
171 const NodeArray< EdgeArray<T> >& edgeLength,
214 const NodeArray< EdgeArray<T> >& edgeLength,
337 const EdgeArray<T>& edgeLength, in embed() argument
433 const NodeArray< EdgeArray<T> >& edgeLength, in adjEntryForNode()
748 if (edgeLength[mu][e] > edgeLength[mu][*it]) in expandEdgePNode()
1341 e_length = edgeLength[mu][e]; in expandEdgeRNode()
1556 dLength[eSG] = edgeLength[mu][eSG]; in bottomUpThickness()
[all …]
/dports/math/pdal/PDAL-2.3.0/pdal/private/
H A DRaster.hpp48 RasterLimits(double xOrigin, double yOrigin, int width, int height, double edgeLength) : in RasterLimits()
49 xOrigin(xOrigin), yOrigin(yOrigin), width(width), height(height), edgeLength(edgeLength) in RasterLimits()
52 RasterLimits() : xOrigin(0), yOrigin(0), width(-1), height(-1), edgeLength(0) in RasterLimits()
86 double edgeLength; member
99 l.edgeLength == r.edgeLength; in operator ==()
140 double edgeLength() const in edgeLength() function in pdal::Raster
141 { return m_limits.edgeLength; } in edgeLength()
153 { return (int)std::floor((x - m_limits.xOrigin) / m_limits.edgeLength); } in xCell()
156 { return (int)std::floor((y - m_limits.yOrigin) / m_limits.edgeLength); } in yCell()
159 { return m_limits.xOrigin + (i + .5) * edgeLength(); } in xCellPos()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DFastMultipoleEmbedder.h66 const EdgeArray<float>& edgeLength,
70 …void call(GraphAttributes &GA, const EdgeArray<float>& edgeLength, const NodeArray<float>& nodeSiz…
85 void setDefaultEdgeLength(float edgeLength) { m_defaultEdgeLength = edgeLength; } in setDefaultEdgeLength() argument
165 …void computeAutoEdgeLength(const GraphAttributes& GA, EdgeArray<float>& edgeLength, float factor =…
168 void run(GraphAttributes& GA, const EdgeArray<float>& edgeLength);
171 …void createMultiLevelGraphs(Graph* pGraph, GraphAttributes& GA, const EdgeArray<float>& edgeLength
174 void initFinestLevel(GraphAttributes &GA, const EdgeArray<float>& edgeLength);
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/geometry/
H A Dedgelength.hh18 …inline static typename Geometry::ctype edgeLength ( const Geometry &geometry, const RefEmbedding &… in edgeLength() function
32 inline static typename Geometry::ctype edgeLength ( const Geometry &geometry, int i ) in edgeLength() function
36 return edgeLength( geometry, refElement.template geometry< dim-1 >( i ) ); in edgeLength()
57 …maxEdgeLength = std::max( maxEdgeLength, edgeLength( geometry, refElement.template geometry< dim-1… in maxEdgeLength()
78 …minEdgeLength = std::min( minEdgeLength, edgeLength( geometry, refElement.template geometry< dim-1… in minEdgeLength()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/terrain/
H A Dquadtree.cpp180 int edgeLength, edgeOffset; in PropagateRoughness() local
187 edgeLength = 2; in PropagateRoughness()
192 edgeOffset = (edgeLength) >> 1; in PropagateRoughness()
194 childOffset = (edgeLength) >> 2; in PropagateRoughness()
253 if (edgeLength == 2) { in PropagateRoughness()
328 edgeLength = (edgeLength << 1); in PropagateRoughness()
562 if (edgeLength <= 2) in RefineNode()
609 iedgeOffset = (edgeLength) / 2; in RenderNode()
610 edgeOffset = (edgeLength) / 2.0f; in RenderNode()
613 adjOffset = edgeLength; //-1; in RenderNode()
[all …]
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DFastMultipoleEmbedder.cpp80 … const EdgeArray<float>& edgeLength, const NodeArray<float>& nodeSize) in call() argument
83 m_pGraph->readFrom(G, nodeXPosition, nodeYPosition, edgeLength, nodeSize); in call()
91 EdgeArray<float> edgeLength(GA.constGraph()); in call() local
101 edgeLength[e] = nodeSize[e->source()] + nodeSize[e->target()]; in call()
103 call(GA, edgeLength, nodeSize); in call()
109 m_pGraph->readFrom(GA, edgeLength, nodeSize); in call()
252 edgeLength[e] = factor*(sum); in computeAutoEdgeLength()
256 void FastMultipoleMultilevelEmbedder::run(GraphAttributes& GA, const EdgeArray<float>& edgeLength) in run() argument
275 this->createMultiLevelGraphs(pGraph, GA, edgeLength); in run()
339 …ltipoleMultilevelEmbedder::initFinestLevel(GraphAttributes &GA, const EdgeArray<float>& edgeLength) in initFinestLevel() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DCubeTexture8.cpp25edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool) : Direct3DBa… in Direct3DCubeTexture8() argument
29 this->levels = sw::log2(sw::max((int)edgeLength, 1)) + 1; in Direct3DCubeTexture8()
34 int width = edgeLength; in Direct3DCubeTexture8()
35 int height = edgeLength; in Direct3DCubeTexture8()
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/
H A DvtkPerturbCoincidentVertices.cxx83 double edgeLength = VTK_DOUBLE_MAX; in SpiralPerturbation() local
113 edgeLength = vtkMath::Distance2BetweenPoints(vertEdge1, vertEdge2); in SpiralPerturbation()
115 shortestEdge = edgeLength < shortestEdge ? edgeLength : shortestEdge; in SpiralPerturbation()
125 edgeLength = vtkMath::Distance2BetweenPoints(vertEdge1, vertEdge2); in SpiralPerturbation()
127 shortestEdge = edgeLength < shortestEdge ? edgeLength : shortestEdge; in SpiralPerturbation()
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/
H A DvtkPerturbCoincidentVertices.cxx83 double edgeLength = VTK_DOUBLE_MAX; in SpiralPerturbation() local
112 edgeLength = vtkMath::Distance2BetweenPoints(vertEdge1, vertEdge2); in SpiralPerturbation()
114 shortestEdge = edgeLength < shortestEdge ? edgeLength : shortestEdge; in SpiralPerturbation()
123 edgeLength = vtkMath::Distance2BetweenPoints(vertEdge1, vertEdge2); in SpiralPerturbation()
125 shortestEdge = edgeLength < shortestEdge ? edgeLength : shortestEdge; in SpiralPerturbation()
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/
H A DvtkPerturbCoincidentVertices.cxx85 double edgeLength = VTK_DOUBLE_MAX; in SpiralPerturbation() local
115 edgeLength = vtkMath::Distance2BetweenPoints(vertEdge1, vertEdge2); in SpiralPerturbation()
117 shortestEdge = edgeLength < shortestEdge ? edgeLength : shortestEdge; in SpiralPerturbation()
127 edgeLength = vtkMath::Distance2BetweenPoints(vertEdge1, vertEdge2); in SpiralPerturbation()
129 shortestEdge = edgeLength < shortestEdge ? edgeLength : shortestEdge; in SpiralPerturbation()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/graph/
H A DJGraphSpringLayout.java315 double edgeLength = Math.sqrt((xDelta * xDelta) in attract() local
319 double extensionLength = edgeLength - springLength; in attract()
322 if (edgeLength < 1.0) in attract()
323 edgeLength = 1.0; in attract()
327 double deltaNormX = xDelta / edgeLength; in attract()
328 double deltaNormY = yDelta / edgeLength; in attract()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DCubeTexture9.cpp26edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool) : Direct3DBa… in Direct3DCubeTexture9() argument
30 this->levels = sw::log2(sw::max((int)edgeLength, 1)) + 1; in Direct3DCubeTexture9()
35 int width = edgeLength; in Direct3DCubeTexture9()
36 int height = edgeLength; in Direct3DCubeTexture9()
/dports/graphics/geos/geos-3.9.1/src/triangulate/quadedge/
H A DVertex.cpp109 double edgeLength = distance(*this, b); in circumRadiusRatio() local
111 if(el < edgeLength) { in circumRadiusRatio()
112 edgeLength = el; in circumRadiusRatio()
115 if(el < edgeLength) { in circumRadiusRatio()
116 edgeLength = el; in circumRadiusRatio()
119 return radius / edgeLength; in circumRadiusRatio()
/dports/math/polymake/polymake-4.5/resources/povray/
H A Dpolymake-scene.pov8 #local edgeLength = vlength(toNode-fromNode);
9 #local arrowHeadLength = min(arrowHeadLength,0.5*edgeLength);
10 #local headBase = fromNode + (toNode-fromNode)*(edgeLength-arrowHeadLength)/edgeLength;
/dports/games/residualvm/residualvm-0.3.1/engines/stark/movement/
H A Dfollowpathlight.cpp73 float edgeLength = _path->getWeightedEdgeLength(i); in onGameLoop() local
74 if (positionInEdge < edgeLength) { in onGameLoop()
78 positionInEdge -= edgeLength; in onGameLoop()
/dports/games/scummvm/scummvm-2.5.1/engines/stark/movement/
H A Dfollowpathlight.cpp73 float edgeLength = _path->getWeightedEdgeLength(i); in onGameLoop() local
74 if (positionInEdge < edgeLength) { in onGameLoop()
78 positionInEdge -= edgeLength; in onGameLoop()
/dports/math/pdal/PDAL-2.3.0/filters/
H A DFaceRasterFilter.cpp81 double halfEdge = m_limits->edgeLength / 2; in filter()
82 double edgeBit = m_limits->edgeLength * .000001; in filter()
91 m_limits->width = (int)(((bounds.maxx - m_limits->xOrigin) / m_limits->edgeLength) + 1); in filter()
92 m_limits->height = (int)(((bounds.maxy - m_limits->yOrigin) / m_limits->edgeLength) + 1); in filter()
/dports/math/ogdf/OGDF/include/ogdf/energybased/fast_multipole_embedder/
H A DArrayGraph.h50 …ArrayGraph(const GraphAttributes& GA, const EdgeArray<float>& edgeLength, const NodeArray<float>& …
68 …void readFrom(const GraphAttributes& GA, const EdgeArray<float>& edgeLength, const NodeArray<float…
83 …>& xPos, NodeArray<CoordinateType>& yPos, const EdgeArray<LengthType>& edgeLength, const NodeArray… in readFrom() argument
105 pushBackEdge(nodeIndex[e->source()], nodeIndex[e->target()], (float)edgeLength[e]); in readFrom()
/dports/math/ogdf/OGDF/src/ogdf/energybased/fast_multipole_embedder/
H A DArrayGraph.cpp64 ArrayGraph::ArrayGraph(const GraphAttributes& GA, const EdgeArray<float>& edgeLength, const NodeArr… in ArrayGraph() argument
76 readFrom(GA, edgeLength, nodeSize); in ArrayGraph()
125 void ArrayGraph::readFrom(const GraphAttributes& GA, const EdgeArray<float>& edgeLength, const Node… in readFrom() argument
147 pushBackEdge(nodeIndex[e->source()], nodeIndex[e->target()], (float)edgeLength[e]); in readFrom()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/
H A Dtrianglestripbuilder.cpp95 double edgeLength = to.origin().z - from.origin().z; in extend() local
97 …ords->append(edge.materialOrigin() + Vector2f(0, (d->direction == Anticlockwise? 0 : edgeLength))); in extend()
98 …ords->append(edge.materialOrigin() + Vector2f(0, (d->direction == Anticlockwise? edgeLength : 0))); in extend()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/
H A DVertex.java259 double edgeLength = distance(this, b); in circumRadiusRatio() local
261 if (el < edgeLength) { in circumRadiusRatio()
262 edgeLength = el; in circumRadiusRatio()
265 if (el < edgeLength) { in circumRadiusRatio()
266 edgeLength = el; in circumRadiusRatio()
268 return radius / edgeLength; in circumRadiusRatio()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/subdivision/subUtil/
H A DVolMeshHexCube.hpp63 const real_t edgeLength=1., const Point Center=Point(0,0,0),
73 const real_t edgeLength, const Point& Center,

123456