|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
The full pore network from one extraction: pores, the per-voxel segmentation (flat), and the label-adjacency connections. More...
#include <pore_extraction.hpp>
Public Attributes | |
| std::vector< Pore > | pores |
| std::vector< int > | seg |
| std::vector< std::pair< int, int > > | connections |
The full pore network from one extraction: pores, the per-voxel segmentation (flat), and the label-adjacency connections.
Definition at line 454 of file pore_extraction.hpp.
| std::vector<Pore> pnm::PoreNetwork::pores |
Definition at line 455 of file pore_extraction.hpp.
Referenced by pnm::extract_pore_network_k(), and NB_MODULE().
| std::vector<int> pnm::PoreNetwork::seg |
Definition at line 456 of file pore_extraction.hpp.
Referenced by pnm::extract_pore_network_k(), and NB_MODULE().
| std::vector<std::pair<int, int> > pnm::PoreNetwork::connections |
Definition at line 457 of file pore_extraction.hpp.
Referenced by pnm::extract_pore_network_k(), and NB_MODULE().