MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / save

Method save

src/CanvasComponents/ImageCanvasComponent.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void ImageCanvasComponent::save(cereal::PortableBinaryOutputArchive& a) const {
48 a(d.editing, d.p1, d.p2, d.imageID, d.cropP1, d.cropP2);
49}
50
51void ImageCanvasComponent::load(cereal::PortableBinaryInputArchive& a) {
52 a(d.editing, d.p1, d.p2, d.imageID, d.cropP1, d.cropP2);

Callers 2

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected