/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/ |
H A D | level.cpp | 514 printIndexArray(getVertexEdges(i)); in print() 1151 ConstIndexArray v0Edges = getVertexEdges(v0); in gatherTriRegularInteriorPatchPoints() 1152 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularInteriorPatchPoints() 1153 ConstIndexArray v2Edges = getVertexEdges(v2); in gatherTriRegularInteriorPatchPoints() 1204 ConstIndexArray v0Edges = getVertexEdges(v0); in gatherTriRegularBoundaryEdgePatchPoints() 1205 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularBoundaryEdgePatchPoints() 1206 ConstIndexArray v2Edges = getVertexEdges(v2); in gatherTriRegularBoundaryEdgePatchPoints() 1256 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularBoundaryVertexPatchPoints() 1257 ConstIndexArray v2Edges = getVertexEdges(v2); in gatherTriRegularBoundaryVertexPatchPoints() 1305 ConstIndexArray v1Edges = getVertexEdges(v1); in gatherTriRegularCornerVertexPatchPoints() [all …]
|
H A D | componentInterfaces.h | 116 _eCount = _parent->getVertexEdges(_pIndex).size(); in SetIndex() 126 ConstIndexArray pEdges = _parent->getVertexEdges(_pIndex); in GetSharpnessPerEdge()
|
H A D | fvarRefinement.cpp | 577 cVertEdges = _childLevel.getVertexEdges(cVert); in reclassifySemisharpValues() 579 ConstIndexArray pVertEdges = _parentLevel.getVertexEdges(pVert); in reclassifySemisharpValues() 642 ConstIndexArray pVertEdges = _parentLevel.getVertexEdges(pVert); in getFractionalWeight() 647 cVertEdges = _childLevel.getVertexEdges(cVert); in getFractionalWeight()
|
H A D | level.h | 245 ConstIndexArray getVertexEdges(Index vertIndex) const; 399 IndexArray getVertexEdges(Index vertIndex); 641 Level::getVertexEdges(Index vertIndex) const { in getVertexEdges() function 646 Level::getVertexEdges(Index vertIndex) { in getVertexEdges() function
|
H A D | quadRefinement.cpp | 762 IndexArray cVertEdges = _child->getVertexEdges(cVert); in populateVertexEdgesFromParentFaces() 813 IndexArray cVertEdges = _child->getVertexEdges(cVert); in populateVertexEdgesFromParentEdges() 876 ConstIndexArray pVertEdges = _parent->getVertexEdges(pVert); in populateVertexEdgesFromParentVertices() 884 IndexArray cVertEdges = _child->getVertexEdges(cVert); in populateVertexEdgesFromParentVertices()
|
H A D | triRefinement.cpp | 719 IndexArray cVertEdges = _child->getVertexEdges(cVert); in populateVertexEdgesFromParentEdges() 801 ConstIndexArray pVertEdges = _parent->getVertexEdges(pVert); in populateVertexEdgesFromParentVertices() 809 IndexArray cVertEdges = _child->getVertexEdges(cVert); in populateVertexEdgesFromParentVertices()
|
H A D | fvarLevel.cpp | 240 ConstIndexArray vEdges = _level.getVertexEdges(vIndex); in completeTopologyFromFaceValues() 889 ConstIndexArray vEdges = _level.getVertexEdges(vIndex); in getVertexEdgeValues() 949 ConstIndexArray vEdges = _level.getVertexEdges(vIndex); in gatherValueSpans()
|
H A D | refinement.cpp | 910 ConstIndexArray pVertEdges = _parent->getVertexEdges(pVert); in subdivideEdgeSharpness() 1034 ConstIndexArray cEdges = _child->getVertexEdges(cVert); in reclassifySemisharpVertices() 1043 ConstIndexArray pEdges = _parent->getVertexEdges(pVert); in reclassifySemisharpVertices()
|
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/topology/ |
H A D | topology_refiner_capi.cc | 126 void getVertexEdges(const OpenSubdiv_TopologyRefiner *topology_refiner, in getVertexEdges() function 214 topology_refiner->getVertexEdges = getVertexEdges; in assignFunctionPointers()
|
H A D | topology_refiner_factory.cc | 165 converter->getVertexEdges(converter, vertex_index, &vertex_edges[0]); in assignComponentTopology()
|
/dports/graphics/geos/geos-3.9.1/include/geos/edgegraph/ |
H A D | EdgeGraph.h | 120 void getVertexEdges(std::vector<const HalfEdge*>& edgesOut);
|
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/ |
H A D | opensubdiv_topology_refiner_capi.h | 83 void (*getVertexEdges)(const struct OpenSubdiv_TopologyRefiner *topology_refiner, member
|
H A D | opensubdiv_converter_capi.h | 95 void (*getVertexEdges)(const struct OpenSubdiv_Converter *converter, member
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/ |
H A D | topologyRefinerFactory.cpp | 222 Vtr::ConstIndexArray vEdges = baseLevel.getVertexEdges(vIndex); in prepareComponentTagsAndSharpness() 277 Vtr::ConstIndexArray vEdges = baseLevel.getVertexEdges(vIndex); in prepareComponentTagsAndSharpness()
|
H A D | topologyLevel.h | 108 ConstIndexArray GetVertexEdges(Index v) const { return _level->getVertexEdges(v); } in GetVertexEdges()
|
H A D | primvarRefiner.h | 602 ConstIndexArray vEdges = parent.getVertexEdges(vert), in interpFromVerts() 895 ConstIndexArray vEdges = parentLevel.getVertexEdges(vert); in interpFVarFromVerts() 1051 ConstIndexArray vEdges = level.getVertexEdges(vert); in limit() 1171 ConstIndexArray vEdges = level.getVertexEdges(vert); in limitFVar()
|
H A D | topologyRefinerFactory.h | 487 return newRefiner._levels[0]->getVertexEdges(v); in getBaseVertexEdges()
|
H A D | patchBuilder.cpp | 118 ConstIndexArray vEdges = level.getVertexEdges(fVerts[fCorner]); in identifyManifoldCornerSpan() 266 ConstIndexArray vEdges = level.getVertexEdges(vIndex); in gatherTriRegularRingAroundVertex()
|
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/edgegraph/ |
H A D | EdgeGraph.java | 139 public Collection getVertexEdges() in getVertexEdges() method in EdgeGraph
|
/dports/graphics/geos/geos-3.9.1/src/edgegraph/ |
H A D | EdgeGraph.cpp | 118 EdgeGraph::getVertexEdges(std::vector<const HalfEdge*>& edgesOut) in getVertexEdges() function in geos::edgegraph::EdgeGraph
|
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/dissolve/ |
H A D | LineDissolver.java | 147 Collection edges = graph.getVertexEdges(); in computeResult()
|
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/ |
H A D | subdiv_converter_mesh.c | 293 converter->getVertexEdges = NULL; in init_functions()
|
H A D | multires_reshape_smooth.c | 1013 converter->getVertexEdges = NULL; in converter_init()
|
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/ |
H A D | Geo_Box.h | 395 void getVertexEdges(int vx, int e[3], int w[3]) const { in getVertexEdges() function
|
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/ |
H A D | ContactBrickTest.cpp | 241 box.getVertexEdges(i,e,ew); in main()
|