Definition at line 29 of file PartitionNodesByCoordinateMatch.h.
#include <PartitionNodesByCoordinateMatch.h>
Public Attributes | |
std::vector< MeshLib::Node * > | paired_nodes |
std::optional< std::vector< std::size_t > > | id_mapping |
std::optional< std::vector< MeshLib::Node * > > | non_paired_nodes |
std::optional<std::vector<std::size_t> > MeshToolsLib::NodesPartitionResult::id_mapping |
Definition at line 32 of file PartitionNodesByCoordinateMatch.h.
std::optional<std::vector<MeshLib::Node*> > MeshToolsLib::NodesPartitionResult::non_paired_nodes |
Definition at line 33 of file PartitionNodesByCoordinateMatch.h.
std::vector<MeshLib::Node*> MeshToolsLib::NodesPartitionResult::paired_nodes |
Definition at line 31 of file PartitionNodesByCoordinateMatch.h.