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 |
|
- See also
- WriteImageSequence()
Definition at line 580 of file core.hpp.
◆ ImageSequence
Image sequence type
Definition at line 584 of file core.hpp.
◆ WriteImageSequenceNode()
volcart::WriteImageSequenceNode::WriteImageSequenceNode |
( |
| ) |
|
◆ deserialize_()
void volcart::WriteImageSequenceNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::WriteImageSequenceNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
smgl::InputPort<bool> volcart::WriteImageSequenceNode::cacheArgs |
Include the saved file in the graph cache.
Definition at line 602 of file core.hpp.
◆ cacheArgs_
bool volcart::WriteImageSequenceNode::cacheArgs_ {false} |
|
private |
Include the saved file in the graph cache
Definition at line 592 of file core.hpp.
◆ images
smgl::InputPort<ImageSequence> volcart::WriteImageSequenceNode::images |
Output image sequence.
Definition at line 598 of file core.hpp.
◆ images_
Image sequence
Definition at line 588 of file core.hpp.
◆ options
smgl::InputPort<WriteImageOpts> volcart::WriteImageSequenceNode::options |
Image writer options.
Definition at line 600 of file core.hpp.
◆ opts_
Image writer options
Definition at line 590 of file core.hpp.
◆ path
smgl::InputPort<filesystem::path> volcart::WriteImageSequenceNode::path |
◆ path_
filesystem::path volcart::WriteImageSequenceNode::path_ {} |
|
private |
The documentation for this class was generated from the following file: