Load a transform from a JSON 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 transform from a JSON file.
- See also
- Transform3D::Load()
Definition at line 765 of file core.hpp.
◆ LoadTransformNode()
volcart::LoadTransformNode::LoadTransformNode |
( |
| ) |
|
◆ deserialize_()
void volcart::LoadTransformNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::LoadTransformNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
smgl::InputPort<bool> volcart::LoadTransformNode::cacheArgs |
Include the loaded file in the graph cache.
Definition at line 779 of file core.hpp.
◆ cacheArgs_
bool volcart::LoadTransformNode::cacheArgs_ {false} |
|
private |
Include the loaded file in the graph cache
Definition at line 771 of file core.hpp.
◆ path
smgl::InputPort<filesystem::path> volcart::LoadTransformNode::path |
◆ path_
filesystem::path volcart::LoadTransformNode::path_ {} |
|
private |
◆ tfm_
◆ transform
Loaded transform.
Definition at line 781 of file core.hpp.
The documentation for this class was generated from the following file: