* 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 */
| 1152 | * @param attrib Attributes |
| 1153 | */ |
| 1154 | void DL_Jww::writeControlPoint(DL_WriterA& /*dw*/, |
| 1155 | const DL_ControlPointData& /*data*/) { |
| 1156 | } |
| 1157 | |
| 1158 | |
| 1159 |
no outgoing calls
no test coverage detected