Searched refs:scanIt (Results 1 – 3 of 3) sorted by relevance
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/ |
H A D | itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.hxx | 45 ScanIteratorType scanIt; in ThreadedExecution_impl() local 56 scanIt.GoToBegin(); in ThreadedExecution_impl() 57 while (!scanIt.IsAtEnd()) in ThreadedExecution_impl() 66 this->UpdateQueues(scanIt, scanMem, scanParameters, threadId); in ThreadedExecution_impl() 96 ++scanIt; in ThreadedExecution_impl() 317 scanParameters.windowLength = scanIt.Size(); in InitializeScanning() 334 ::UpdateQueues( const ScanIteratorType &scanIt, ScanMemType &scanMem, in UpdateQueues() argument 406 typename VirtualImageType::IndexType oindex = scanIt.GetIndex(); in ComputeInformationFromQueues() 542 ScanIteratorType scanIt; in ProcessVirtualPoint_impl() local 561 scanIt.GoToBegin(); in ProcessVirtualPoint_impl() [all …]
|
H A D | itkANTSNeighborhoodCorrelationImageToImageMetricv4GetValueAndDerivativeThreader.h | 251 ScanIteratorType &scanIt, ScanMemType &scanMem, 256 void UpdateQueues(const ScanIteratorType &scanIt, 261 const ScanIteratorType &scanIt, ScanMemType &scanMem, 269 const ScanIteratorType &scanIt, ScanMemType &scanMem, 276 const ScanIteratorType &scanIt, ScanMemType &scanMem, 281 const ScanIteratorType &scanIt, ScanMemType &scanMem,
|
/dports/graphics/sane-backends/sane-backends-1.0.32/japi/ |
H A D | Jscanimage.java | 74 private ScanIt scanIt = null; // Does the actual scan. field in Jscanimage 116 scanIt = new ScanIt(sane, saneHandle); in Jscanimage() 569 scanIt.setOutputFile(outFile); in actionPerformed() 570 imageDisplay.setImage(scanIt, this); in actionPerformed()
|