Write a PerPixelMap to disk.
More...
#include <vc/graph/core.hpp>
|
| auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override |
| |
| void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &) override |
| |
Write a PerPixelMap to disk.
- See also
- PerPixelMap::WritePPM()
Definition at line 662 of file core.hpp.
◆ WritePPMNode()
| volcart::WritePPMNode::WritePPMNode |
( |
| ) |
|
◆ deserialize_()
| void volcart::WritePPMNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
| auto volcart::WritePPMNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
| smgl::InputPort<bool> volcart::WritePPMNode::cacheArgs |
Include the saved file in the graph cache.
Definition at line 678 of file core.hpp.
◆ cacheArgs_
| bool volcart::WritePPMNode::cacheArgs_ {false} |
|
private |
Include the saved file in the graph cache
Definition at line 670 of file core.hpp.
◆ path
| smgl::InputPort<filesystem::path> volcart::WritePPMNode::path |
◆ path_
| filesystem::path volcart::WritePPMNode::path_ {} |
|
private |
◆ ppm
◆ ppm_
The documentation for this class was generated from the following file: