Home
last modified time | relevance | path

Searched refs:adfKnots (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_leader.cpp1264 const std::vector<double>& adfKnots, in GetBSplineControlPoints() argument
1304 const double dfStartMultiplier = adfKnots[nDegree + 1] / nDegree; in GetBSplineControlPoints()
1308 const double dfEndMultiplier = ( 1.0 - adfKnots[nPoints + 1] ) / nDegree; in GetBSplineControlPoints()
1327 const_cast<double *>( &adfKnots[0] ) - 1, &adfTempRow[0] - 1 ); in GetBSplineControlPoints()
1450 std::vector<double> adfKnots( aoDataPoints.size() + nDegree + 3, 0.0 ); in InterpolateSpline() local
1452 adfKnots.begin() + nDegree ); in InterpolateSpline()
1453 std::fill( adfKnots.end() - nDegree, adfKnots.end(), 1.0 ); in InterpolateSpline()
1457 adfParameters, adfKnots, aoDataPoints, nDegree, in InterpolateSpline()
1471 &adfWeights[0] - 1, false, &adfKnots[0] - 1, &adfPoints[0] - 1 ); in InterpolateSpline()
H A Dogrdxf_hatch.cpp473 std::vector<double> adfKnots( 1, 0.0 ); in CollectBoundaryPath() local
481 adfKnots.push_back( CPLAtof(szLineBuf) ); in CollectBoundaryPath()
525 adfControlPoints, nControlPoints, adfKnots, nKnots, in CollectBoundaryPath()
H A Dogrdxflayer.cpp2090 std::vector<double> adfKnots( 1, 0.0 ); in TranslateSPLINE() local
2121 adfKnots.push_back(dfVal); in TranslateSPLINE()
2194 adfControlPoints, nControlPoints, adfKnots, nKnots, adfWeights ); in TranslateSPLINE()
2219 std::vector<double>& adfKnots, int nKnots, in InsertSplineWithChecks() argument
2244 int nCheck = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2254 adfKnots.push_back( 0.0 ); in InsertSplineWithChecks()
2256 nCheck = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2262 nKnots = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2298 &(adfWeights[0]), bCalculateKnots, &(adfKnots[0]), &(p[0]) ); in InsertSplineWithChecks()
H A Dogr_dxf.h446 std::vector<double>& adfKnots,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_leader.cpp1264 const std::vector<double>& adfKnots, in GetBSplineControlPoints() argument
1304 const double dfStartMultiplier = adfKnots[nDegree + 1] / nDegree; in GetBSplineControlPoints()
1308 const double dfEndMultiplier = ( 1.0 - adfKnots[nPoints + 1] ) / nDegree; in GetBSplineControlPoints()
1327 const_cast<double *>( &adfKnots[0] ) - 1, &adfTempRow[0] - 1 ); in GetBSplineControlPoints()
1450 std::vector<double> adfKnots( aoDataPoints.size() + nDegree + 3, 0.0 ); in InterpolateSpline() local
1452 adfKnots.begin() + nDegree ); in InterpolateSpline()
1453 std::fill( adfKnots.end() - nDegree, adfKnots.end(), 1.0 ); in InterpolateSpline()
1457 adfParameters, adfKnots, aoDataPoints, nDegree, in InterpolateSpline()
1471 &adfWeights[0] - 1, false, &adfKnots[0] - 1, &adfPoints[0] - 1 ); in InterpolateSpline()
H A Dogrdxf_hatch.cpp473 std::vector<double> adfKnots( 1, 0.0 ); in CollectBoundaryPath() local
481 adfKnots.push_back( CPLAtof(szLineBuf) ); in CollectBoundaryPath()
525 adfControlPoints, nControlPoints, adfKnots, nKnots, in CollectBoundaryPath()
H A Dogrdxflayer.cpp2090 std::vector<double> adfKnots( 1, 0.0 ); in TranslateSPLINE() local
2121 adfKnots.push_back(dfVal); in TranslateSPLINE()
2194 adfControlPoints, nControlPoints, adfKnots, nKnots, adfWeights ); in TranslateSPLINE()
2219 std::vector<double>& adfKnots, int nKnots, in InsertSplineWithChecks() argument
2244 int nCheck = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2254 adfKnots.push_back( 0.0 ); in InsertSplineWithChecks()
2256 nCheck = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2262 nKnots = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2298 &(adfWeights[0]), bCalculateKnots, &(adfKnots[0]), &(p[0]) ); in InsertSplineWithChecks()
H A Dogr_dxf.h446 std::vector<double>& adfKnots,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_leader.cpp1264 const std::vector<double>& adfKnots, in GetBSplineControlPoints() argument
1304 const double dfStartMultiplier = adfKnots[nDegree + 1] / nDegree; in GetBSplineControlPoints()
1308 const double dfEndMultiplier = ( 1.0 - adfKnots[nPoints + 1] ) / nDegree; in GetBSplineControlPoints()
1327 const_cast<double *>( &adfKnots[0] ) - 1, &adfTempRow[0] - 1 ); in GetBSplineControlPoints()
1450 std::vector<double> adfKnots( aoDataPoints.size() + nDegree + 3, 0.0 ); in InterpolateSpline() local
1452 adfKnots.begin() + nDegree ); in InterpolateSpline()
1453 std::fill( adfKnots.end() - nDegree, adfKnots.end(), 1.0 ); in InterpolateSpline()
1457 adfParameters, adfKnots, aoDataPoints, nDegree, in InterpolateSpline()
1471 &adfWeights[0] - 1, false, &adfKnots[0] - 1, &adfPoints[0] - 1 ); in InterpolateSpline()
H A Dogrdxf_hatch.cpp473 std::vector<double> adfKnots( 1, 0.0 ); in CollectBoundaryPath() local
481 adfKnots.push_back( CPLAtof(szLineBuf) ); in CollectBoundaryPath()
525 adfControlPoints, nControlPoints, adfKnots, nKnots, in CollectBoundaryPath()
H A Dogrdxflayer.cpp2090 std::vector<double> adfKnots( 1, 0.0 ); in TranslateSPLINE() local
2121 adfKnots.push_back(dfVal); in TranslateSPLINE()
2194 adfControlPoints, nControlPoints, adfKnots, nKnots, adfWeights ); in TranslateSPLINE()
2219 std::vector<double>& adfKnots, int nKnots, in InsertSplineWithChecks() argument
2244 int nCheck = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2254 adfKnots.push_back( 0.0 ); in InsertSplineWithChecks()
2256 nCheck = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2262 nKnots = static_cast<int>(adfKnots.size()) - 1; in InsertSplineWithChecks()
2298 &(adfWeights[0]), bCalculateKnots, &(adfKnots[0]), &(p[0]) ); in InsertSplineWithChecks()
H A Dogr_dxf.h446 std::vector<double>& adfKnots,
/dports/cad/libopencad/libopencad-0.2.0/lib/
H A Dcadobjects.h895 vector<double> adfKnots; variable
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dcadobjects.h934 std::vector<double> adfKnots; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dcadobjects.h934 std::vector<double> adfKnots; variable
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/
H A Dcadobjects.h934 std::vector<double> adfKnots; variable
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/dwg/
H A Dr2000.cpp2570 spline->adfKnots.reserve( static_cast<size_t>(spline->nNumKnots) ); in getSpline()
2591 spline->adfKnots.push_back( buffer.ReadBITDOUBLE() ); in getSpline()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/dwg/
H A Dr2000.cpp2570 spline->adfKnots.reserve( static_cast<size_t>(spline->nNumKnots) );
2591 spline->adfKnots.push_back( buffer.ReadBITDOUBLE() );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/dwg/
H A Dr2000.cpp2570 spline->adfKnots.reserve( static_cast<size_t>(spline->nNumKnots) ); in getSpline()
2591 spline->adfKnots.push_back( buffer.ReadBITDOUBLE() ); in getSpline()
/dports/cad/libopencad/libopencad-0.2.0/lib/dwg/
H A Dr2000.cpp2376 spline->adfKnots.reserve( spline->nNumKnots ); in getSpline()
2391 spline->adfKnots.push_back( ReadBITDOUBLE( pabyInput, nBitOffsetFromStart ) ); in getSpline()