Read a PerPixelMap from 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 |
|
Read a PerPixelMap from disk.
- See also
- PerPixelMap::ReadPPM()
Definition at line 624 of file core.hpp.
◆ LoadPPMNode()
volcart::LoadPPMNode::LoadPPMNode |
( |
| ) |
|
◆ deserialize_()
void volcart::LoadPPMNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::LoadPPMNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
smgl::InputPort<bool> volcart::LoadPPMNode::cacheArgs |
Include the loaded file in the graph cache.
Definition at line 638 of file core.hpp.
◆ cacheArgs_
bool volcart::LoadPPMNode::cacheArgs_ {false} |
|
private |
Include the loaded file in the graph cache
Definition at line 630 of file core.hpp.
◆ path
smgl::InputPort<filesystem::path> volcart::LoadPPMNode::path |
◆ path_
filesystem::path volcart::LoadPPMNode::path_ {} |
|
private |
◆ ppm
◆ ppm_
The documentation for this class was generated from the following file: