|
Volume Cartographer 2.28.0
|
Retrieve Segmentation properties (e.g. pointset) More...
#include <vc/graph/core.hpp>
Public Member Functions | |
| SegmentationPropertiesNode () | |
Public Attributes | |
| smgl::InputPort< Segmentation::Pointer > | segmentation |
| Input segmentation. More... | |
| smgl::OutputPort< Segmentation::PointSet > | pointSet |
| Load the associated PointSet from the Segmentation file. More... | |
Private Attributes | |
| Segmentation::Pointer | seg_ {nullptr} |
Retrieve Segmentation properties (e.g. pointset)
| volcart::SegmentationPropertiesNode::SegmentationPropertiesNode | ( | ) |
Constructor
| smgl::OutputPort<Segmentation::PointSet> volcart::SegmentationPropertiesNode::pointSet |
Load the associated PointSet from the Segmentation file.
PointSet data is never cached in memory and is always loaded from disk.
|
private |
| smgl::InputPort<Segmentation::Pointer> volcart::SegmentationPropertiesNode::segmentation |