Rotate a UVMap to align a specified volume axis to the -V direction of UV space.
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 &cacheDir) override |
|
Rotate a UVMap to align a specified volume axis to the -V direction of UV space.
The input UVMap is not modified by this operation.
- See also
- UVMap::AlignToAxis()
Definition at line 422 of file core.hpp.
◆ AlignUVMapToAxisNode()
volcart::AlignUVMapToAxisNode::AlignUVMapToAxisNode |
( |
| ) |
|
◆ deserialize_()
void volcart::AlignUVMapToAxisNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::AlignUVMapToAxisNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ axis
◆ axis_
◆ mesh
smgl::InputPort<ITKMesh::Pointer> volcart::AlignUVMapToAxisNode::mesh |
Input mesh, used to orient in volume space.
Definition at line 438 of file core.hpp.
◆ mesh_
ITKMesh::Pointer volcart::AlignUVMapToAxisNode::mesh_ |
|
private |
Input mesh, used to orient in volume space
Definition at line 428 of file core.hpp.
◆ uvMapIn
smgl::InputPort<UVMap::Pointer> volcart::AlignUVMapToAxisNode::uvMapIn |
◆ uvMapIn_
◆ uvMapOut
smgl::OutputPort<UVMap::Pointer> volcart::AlignUVMapToAxisNode::uvMapOut |
◆ uvMapOut_
The documentation for this class was generated from the following file: