Home
last modified time | relevance | path

Searched refs:getVertexEdges (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Dlevel.cpp514 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 DcomponentInterfaces.h116 _eCount = _parent->getVertexEdges(_pIndex).size(); in SetIndex()
126 ConstIndexArray pEdges = _parent->getVertexEdges(_pIndex); in GetSharpnessPerEdge()
H A DfvarRefinement.cpp577 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 Dlevel.h245 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 DquadRefinement.cpp762 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 DtriRefinement.cpp719 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 DfvarLevel.cpp240 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 Drefinement.cpp910 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 Dtopology_refiner_capi.cc126 void getVertexEdges(const OpenSubdiv_TopologyRefiner *topology_refiner, in getVertexEdges() function
214 topology_refiner->getVertexEdges = getVertexEdges; in assignFunctionPointers()
H A Dtopology_refiner_factory.cc165 converter->getVertexEdges(converter, vertex_index, &vertex_edges[0]); in assignComponentTopology()
/dports/graphics/geos/geos-3.9.1/include/geos/edgegraph/
H A DEdgeGraph.h120 void getVertexEdges(std::vector<const HalfEdge*>& edgesOut);
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/
H A Dopensubdiv_topology_refiner_capi.h83 void (*getVertexEdges)(const struct OpenSubdiv_TopologyRefiner *topology_refiner, member
H A Dopensubdiv_converter_capi.h95 void (*getVertexEdges)(const struct OpenSubdiv_Converter *converter, member
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DtopologyRefinerFactory.cpp222 Vtr::ConstIndexArray vEdges = baseLevel.getVertexEdges(vIndex); in prepareComponentTagsAndSharpness()
277 Vtr::ConstIndexArray vEdges = baseLevel.getVertexEdges(vIndex); in prepareComponentTagsAndSharpness()
H A DtopologyLevel.h108 ConstIndexArray GetVertexEdges(Index v) const { return _level->getVertexEdges(v); } in GetVertexEdges()
H A DprimvarRefiner.h602 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 DtopologyRefinerFactory.h487 return newRefiner._levels[0]->getVertexEdges(v); in getBaseVertexEdges()
H A DpatchBuilder.cpp118 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 DEdgeGraph.java139 public Collection getVertexEdges() in getVertexEdges() method in EdgeGraph
/dports/graphics/geos/geos-3.9.1/src/edgegraph/
H A DEdgeGraph.cpp118 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 DLineDissolver.java147 Collection edges = graph.getVertexEdges(); in computeResult()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dsubdiv_converter_mesh.c293 converter->getVertexEdges = NULL; in init_functions()
H A Dmultires_reshape_smooth.c1013 converter->getVertexEdges = NULL; in converter_init()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DGeo_Box.h395 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 DContactBrickTest.cpp241 box.getVertexEdges(i,e,ew); in main()

12