Home
last modified time | relevance | path

Searched defs:component_label (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dextract-connected-components.cc173 for (int component_label = min_label; component_label <= max_label; ++component_label) { in main() local
183 GreyPixel component_label; in main() local
206 GreyPixel component_label; in main() local
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkSplitColumnComponents.cxx106 vtkStdString component_label = this->GetComponentLabel(col, j); in RequestData() local
125 vtkStdString component_label = this->GetComponentLabel( in RequestData() local
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkSplitColumnComponents.cxx116 const std::string component_label = this->GetComponentLabel(col, j); in RequestData() local
144 std::string component_label = this->GetComponentLabel(col, -1 /* for magnitude */); in RequestData() local
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkSplitColumnComponents.cxx82 const std::string component_label = this->GetComponentLabel(col, j); in RequestData() local
134 std::string component_label = this->GetComponentLabel(col, -1 /* for magnitude */); in RequestData() local
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DConnectedComponents.cc68 TLabel component_label) in LabelComponent()