Home
last modified time | relevance | path

Searched refs:contourType (Results 1 – 7 of 7) sorted by relevance

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A DreverseContourPen.py33 contourType = contour.pop()[0]
34 assert contourType in ("endPath", "closePath")
35 closed = contourType == "closePath"
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/pens/
H A DreverseContourPen.py35 contourType = contour.pop()[0]
36 assert contourType in ("endPath", "closePath")
37 closed = contourType == "closePath"
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/calc/
H A DMarchingCubes.java79 protected int contourType; field in MarchingCubes
134 contourType = params.contourType; in setParameters()
615 pointA, edgeVectors[iEdge], iType == contourType, fReturn); in processOneCubical()
H A DMarchingSquares.java58 public int contourType;//0, 1, or 2 field in MarchingSquares
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/examples/contour_tree_augmented/
H A DContourTreeApp.cxx255 vtkm::Id contourType = 0; in main() local
268 contourType = std::stoi(parser.getOption("--type")); in main()
377 << " type=" << contourType << std::endl in main()
803 branchDecompostionRoot->GetRelevantValues(static_cast<int>(contourType), eps, isoValues); in main()
811 branchDecompostionRoot->AccumulateIntervals(static_cast<int>(contourType), eps, plf); in main()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/
H A DSurfaceReader.java603 int contourType = -1; in generateSurfaceData() local
610 contourType = marchingSquares.contourType; in generateSurfaceData()
614 params.contourType = contourType; in generateSurfaceData()
H A DParameters.java843 public int contourType; field in Parameters