Home
last modified time | relevance | path

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

12

/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/io/
H A Dvtk.h49 std::stringstream pointStr; in vtk() local
58pointStr << poly.ringN( r ).pointN( p ).x() << " " << poly.ringN( r ).pointN( p ).y() << " " << po… in vtk()
75 << pointStr.str() in vtk()
83 std::stringstream pointStr; in vtk() local
96pointStr << poly.ringN( r ).pointN( p ).x() << " " << poly.ringN( r ).pointN( p ).y() << " " << po… in vtk()
115 << pointStr.str() in vtk()
129 std::stringstream pointStr; in vtk() local
140pointStr << tri.vertex( p ).x() << " " << tri.vertex( p ).y() << " " << tri.vertex( p ).z() << "\n… in vtk()
158 << pointStr.str() in vtk()
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLTriangleLine.cpp170 UCSTRING pointStr; in removeMatchingPoint() local
172 pointStr = printPoint(m_matchingIndex); in removeMatchingPoint()
175 m_matchingIndex + 1, pointStr.c_str()); in removeMatchingPoint()
191 UCSTRING pointStr; in removeColinearPoint() local
193 pointStr = printPoint(m_colinearIndex); in removeColinearPoint()
195 m_colinearIndex + 1, pointStr.c_str()); in removeColinearPoint()
H A DLDLQuadLine.cpp354 UCSTRING pointStr; in removeMatchingPoint() local
356 pointStr = printPoint(m_matchingIndex); in removeMatchingPoint()
359 m_matchingIndex + 1, pointStr.c_str()); in removeMatchingPoint()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGAnimateMotionElement.cpp22 wxString pointStr = m_values[i]; in ApplyAnimation() local
23 if (pointStr.Find(wxT(',')) > 0 in ApplyAnimation()
24 && pointStr.BeforeFirst(wxT(',')).Strip(wxString::both).ToDouble(&x) in ApplyAnimation()
25 && pointStr.AfterFirst(wxT(',')).Strip(wxString::both).ToDouble(&y)) in ApplyAnimation()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGAnimateMotionElement.cpp22 wxString pointStr = m_values[i]; in ApplyAnimation() local
23 if (pointStr.Find(wxT(',')) > 0 in ApplyAnimation()
24 && pointStr.BeforeFirst(wxT(',')).Strip(wxString::both).ToDouble(&x) in ApplyAnimation()
25 && pointStr.AfterFirst(wxT(',')).Strip(wxString::both).ToDouble(&y)) in ApplyAnimation()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/
H A Dunipentrace.cpp80 QString pointStr(QStringLiteral("%1 %2 ").arg(qRound(pt.x())).arg(qRound(pt.y()))); in record() local
82 pointStr.append(QString::number(t->toLongLong() - t0)); in record()
85 pointStr.append(QLatin1String("0")); in record()
87 m_lines.append(pointStr); in record()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkEqualizerContextItem.cxx151 std::vector<std::string> pointStr{ splitStringByDelimiter(point, ',') }; in setPoints() local
152 if (pointStr.size() > 1) in setPoints()
154 float x = std::stof(pointStr.at(0)); in setPoints()
155 float y = std::stof(pointStr.at(1)); in setPoints()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkEqualizerFilter.cxx235 std::vector<std::string> pointStr{ vtkInternal::splitStringByDelimiter(point, ',') }; in SetPoints() local
236 if (pointStr.size() > 1) in SetPoints()
238 float x = std::stof(pointStr.at(0)); in SetPoints()
239 float y = std::stof(pointStr.at(1)); in SetPoints()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/ec/ed/
H A DTestEdOps.java278 String pointStr) throws Exception { in testInvalidPoint() argument
280 byte[] encodedPoint = Convert.hexStringToByteArray(pointStr); in testInvalidPoint()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/ec/ed/
H A DTestEdOps.java278 String pointStr) throws Exception { in testInvalidPoint() argument
280 byte[] encodedPoint = Convert.hexStringToByteArray(pointStr); in testInvalidPoint()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/ec/ed/
H A DTestEdOps.java278 String pointStr) throws Exception { in testInvalidPoint() argument
280 byte[] encodedPoint = HexFormat.of().parseHex(pointStr); in testInvalidPoint()
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tests/
H A Dserver_delete_test.go612 pointStr := make([]string, 0, len(points))
614 pointStr = append(pointStr, tme(p))
616 keys[i] = fmt.Sprintf("%s: %v", key, pointStr)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tests/
H A Dserver_delete_test.go612 pointStr := make([]string, 0, len(points))
614 pointStr = append(pointStr, tme(p))
616 keys[i] = fmt.Sprintf("%s: %v", key, pointStr)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tests/
H A Dserver_delete_test.go670 pointStr := make([]string, 0, len(points))
672 pointStr = append(pointStr, tme(p))
674 keys[i] = fmt.Sprintf("%s: %v", key, pointStr)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tests/
H A Dserver_delete_test.go670 pointStr := make([]string, 0, len(points))
672 pointStr = append(pointStr, tme(p))
674 keys[i] = fmt.Sprintf("%s: %v", key, pointStr)
/dports/graphics/qvge/qvge-0.6.3/src/qvge/
H A DCPolyEdge.cpp141 QString pointStr = v.toString(); in setAttribute() local
142 setPoints(CUtils::pointsFromString(pointStr)); in setAttribute()
H A DCFileSerializerGEXF.cpp659 QString pointStr = CUtils::pointsToString(points); in writeEdges() local
660 ts << " <qvge:points data=\"" << pointStr << "\"/>\n"; in writeEdges()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/curves/
H A Dcurves.c608 char **pointStr = calloc(1, sizeof(char *)); in updateBsplineMap() local
609 int count = tokenise(inst->bspline, "|", &pointStr); in updateBsplineMap()
615 int positionsNum = tokenise(pointStr[i], "#", &positionsStr); in updateBsplineMap()
635 free(pointStr[i]); in updateBsplineMap()
636 free(pointStr); in updateBsplineMap()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/curves/
H A Dcurves.c608 char **pointStr = calloc(1, sizeof(char *)); in updateBsplineMap() local
609 int count = tokenise(inst->bspline, "|", &pointStr); in updateBsplineMap()
615 int positionsNum = tokenise(pointStr[i], "#", &positionsStr); in updateBsplineMap()
635 free(pointStr[i]); in updateBsplineMap()
636 free(pointStr); in updateBsplineMap()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/curves/
H A Dcurves.c608 char **pointStr = calloc(1, sizeof(char *)); in updateBsplineMap() local
609 int count = tokenise(inst->bspline, "|", &pointStr); in updateBsplineMap()
615 int positionsNum = tokenise(pointStr[i], "#", &positionsStr); in updateBsplineMap()
635 free(pointStr[i]); in updateBsplineMap()
636 free(pointStr); in updateBsplineMap()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormatSFZ.cpp78 std::string_view pointStr; in Parse() local
80 pointStr = key.substr(4); in Parse()
82 pointStr = key.substr(5); in Parse()
84 if(!pointStr.empty() && SFZIsNumeric(pointStr)) in Parse()
86 PointIndex point = ConvertStrTo<PointIndex>(std::string(pointStr)); in Parse()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Drender_barcode_qrcode.py986 def render_path(self, pointStr): argument
987 singlePath = self.get_icon_path_str(pointStr)
1051 def get_icon_path_str(self, pointStr): argument
1054 for c in pointStr:
/dports/graphics/piddle/piddle-1.0.15/src/piddle/piddleSVG/
H A DpiddleSVG.py283 pointStr = _PointListToSVG(pointlist,dupFirst=closed)
307 outStr = '<polygon style="%s %s" points="%s"/>\n'%(fillStr,edgeStr,pointStr)
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/sping/SVG/
H A DpidSVG.py315 pointStr = _PointListToSVG(pointlist, dupFirst=closed)
344 outStr = '<svg:polygon %s %s points="%s">' % (fillStr, edgeStr, pointStr)
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Visualize.cc473 const UT_String pointStr("points"), boxStr("box"), wireStr("wirebox"); in resolveObsoleteParms() local
505 setString(pointStr, CH_STRING_LITERAL, "tilestyle", 0, time); in resolveObsoleteParms()
509 setString(pointStr, CH_STRING_LITERAL, "tilestyle", 0, time); in resolveObsoleteParms()
524 setString(pointStr, CH_STRING_LITERAL, "voxelstyle", 0, time); in resolveObsoleteParms()
528 setString(pointStr, CH_STRING_LITERAL, "voxelstyle", 0, time); in resolveObsoleteParms()
552 case 0: setString(pointStr, CH_STRING_LITERAL, newName.c_str(), 0, time); break; in resolveObsoleteParms()

12