Load a VolumetricMask from a .vcps file.
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 |
|
Load a VolumetricMask from a .vcps file.
Given file must be of type=int, dim=3.
Definition at line 727 of file core.hpp.
◆ LoadVolumetricMaskNode()
volcart::LoadVolumetricMaskNode::LoadVolumetricMaskNode |
( |
| ) |
|
◆ deserialize_()
void volcart::LoadVolumetricMaskNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::LoadVolumetricMaskNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
smgl::InputPort<bool> volcart::LoadVolumetricMaskNode::cacheArgs |
Include the loaded file in the graph cache.
Definition at line 741 of file core.hpp.
◆ cacheArgs_
bool volcart::LoadVolumetricMaskNode::cacheArgs_ {false} |
|
private |
Include the loaded file in the graph cache
Definition at line 733 of file core.hpp.
◆ mask_
◆ path
smgl::InputPort<filesystem::path> volcart::LoadVolumetricMaskNode::path |
◆ path_
filesystem::path volcart::LoadVolumetricMaskNode::path_ {} |
|
private |
◆ volumetricMask
The documentation for this class was generated from the following file: