MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / writeControlPoint

Method writeControlPoint

libraries/jwwlib/src/dl_jww.cpp:1154–1156  ·  view source on GitHub ↗

* Writes a single control point of a spline to the file. * * @param dw DXF writer * @param data Entity data from the file * @param attrib Attributes */

Source from the content-addressed store, hash-verified

1152 * @param attrib Attributes
1153 */
1154void DL_Jww::writeControlPoint(DL_WriterA& /*dw*/,
1155 const DL_ControlPointData& /*data*/) {
1156}
1157
1158
1159

Callers 4

writeSplineMethod · 0.45
writeSplinePointsMethod · 0.45
writeSplineMethod · 0.45
writeSplinePointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected