Volume Cartographer 2.27.0
Public Member Functions | Public Attributes | Private Attributes | List of all members
volcart::SegmentationPropertiesNode Class Reference

Retrieve Segmentation properties (e.g. pointset) More...

#include <vc/graph/core.hpp>

Inheritance diagram for volcart::SegmentationPropertiesNode:
[legend]
Collaboration diagram for volcart::SegmentationPropertiesNode:
[legend]

Public Member Functions

 SegmentationPropertiesNode ()
 

Public Attributes

smgl::InputPort< Segmentation::Pointersegmentation
 Input segmentation. More...
 
smgl::OutputPort< Segmentation::PointSetpointSet
 Load the associated PointSet from the Segmentation file. More...
 

Private Attributes

Segmentation::Pointer seg_ {nullptr}
 

Detailed Description

Retrieve Segmentation properties (e.g. pointset)

Definition at line 207 of file core.hpp.

Constructor & Destructor Documentation

◆ SegmentationPropertiesNode()

volcart::SegmentationPropertiesNode::SegmentationPropertiesNode ( )

Constructor

Member Data Documentation

◆ pointSet

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.

Definition at line 216 of file core.hpp.

◆ seg_

Segmentation::Pointer volcart::SegmentationPropertiesNode::seg_ {nullptr}
private

Input segmentation

Definition at line 210 of file core.hpp.

◆ segmentation

smgl::InputPort<Segmentation::Pointer> volcart::SegmentationPropertiesNode::segmentation

Input segmentation.

Definition at line 214 of file core.hpp.


The documentation for this class was generated from the following file: