Home
last modified time | relevance | path

Searched refs:outputStartIndex (Results 1 – 20 of 20) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FFT/include/
H A DitkHalfHermitianToRealInverseFFTImageFilter.hxx115 typename OutputImageType::IndexType outputStartIndex; in GenerateOutputInformation() local
131 outputStartIndex[0] = inputStartIndex[0]; in GenerateOutputInformation()
136 outputStartIndex[i] = inputStartIndex[i]; in GenerateOutputInformation()
140 outputLargestPossibleRegion.SetIndex( outputStartIndex ); in GenerateOutputInformation()
H A DitkRealToHalfHermitianForwardFFTImageFilter.hxx109 OutputIndexType outputStartIndex; in GenerateOutputInformation() local
118 outputStartIndex[0] = inputStartIndex[0]; in GenerateOutputInformation()
123 outputStartIndex[i] = inputStartIndex[i]; in GenerateOutputInformation()
128 outputLargestPossibleRegion.SetIndex( outputStartIndex ); in GenerateOutputInformation()
H A DitkFullToHalfHermitianImageFilter.hxx60 typename OutputImageType::IndexType outputStartIndex; in GenerateOutputInformation() local
65 outputStartIndex[i] = inputStartIndex[i]; in GenerateOutputInformation()
71 outputLargestPossibleRegion.SetIndex( outputStartIndex ); in GenerateOutputInformation()
H A DitkHalfToFullHermitianImageFilter.hxx61 typename OutputImageType::IndexType outputStartIndex; in GenerateOutputInformation() local
66 outputStartIndex[i] = inputStartIndex[i]; in GenerateOutputInformation()
76 outputLargestPossibleRegion.SetIndex( outputStartIndex ); in GenerateOutputInformation()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkPadImageFilter.hxx109 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
119 outputStartIndex[i] = inputStartIndex[i] - static_cast< OffsetValueType >( m_PadLowerBound[i] ); in GenerateOutputInformation()
124 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkBSplineDownsampleImageFilter.hxx140 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
148 outputStartIndex[i] = (int)std::ceil( (double)inputStartIndex[i] / 2.0 ); in GenerateOutputInformation()
155 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkBSplineUpsampleImageFilter.hxx153 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
161 outputStartIndex[i] = (int)std::ceil( (double)inputStartIndex[i] * 2.0 ); in GenerateOutputInformation()
168 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkShrinkImageFilter.hxx281 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
298 outputStartIndex[i] = static_cast<IndexValueType>( in GenerateOutputInformation()
311 outputCenterIndex[i] = outputStartIndex[i] + ( outputSize[i] - 1 ) / 2.0; in GenerateOutputInformation()
327 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkBinShrinkImageFilter.hxx297 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
305outputStartIndex[i] = Math::Ceil<SizeValueType>(inputStartIndex[i]/static_cast<double>( m_ShrinkFa… in GenerateOutputInformation()
309 …Math::Floor<SizeValueType>( (double)(inputSize[i] - outputStartIndex[i]*m_ShrinkFactors[i]+inputSt… in GenerateOutputInformation()
327 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkPermuteAxesImageFilter.hxx149 typename TImage::IndexType outputStartIndex; in GenerateOutputInformation() local
160 outputStartIndex[j] = inputStartIndex[m_Order[j]]; in GenerateOutputInformation()
173 outputRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkExpandImageFilter.hxx247 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
256 outputStartIndex[i] = inputStartIndex[i] * (IndexValueType)m_ExpandFactors[i]; in GenerateOutputInformation()
271 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkInterpolateImagePointsFilter.hxx164 const typename TOutputImage::IndexType & outputStartIndex = in GenerateOutputInformation() local
171 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
H A DitkSliceImageFilter.hxx256 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
257 outputStartIndex.Fill(0); in GenerateOutputInformation()
312 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Compatibility/Deprecated/test/
H A DitkVectorResampleImageFilterTest.cxx138 FilterType::IndexType outputStartIndex = in itkVectorResampleImageFilterTest() local
141 filter->SetOutputStartIndex( outputStartIndex ); in itkVectorResampleImageFilterTest()
142 TEST_SET_GET_VALUE( outputStartIndex, filter->GetOutputStartIndex() ); in itkVectorResampleImageFilterTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkVectorExpandImageFilter.hxx257 typename TOutputImage::IndexType outputStartIndex; in GenerateOutputInformation() local
268 outputStartIndex[i] = (IndexValueType) in GenerateOutputInformation()
284 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
/dports/devel/antlr/antlr-2.7.7/antlr/
H A DDefaultToolErrorHandler.java31 int outputStartIndex, in dumpSets() argument
51 output[outputStartIndex++] = line.toString(); in dumpSets()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DScatterCounting.cxx53 VTKM_EXEC void operator()(vtkm::Id outputStartIndex, in operator ()()
60 for (vtkm::Id outputIndex = outputStartIndex; outputIndex < outputEndIndex; outputIndex++) in operator ()()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkMultiResolutionPyramidImageFilter.hxx395 IndexType outputStartIndex; in GenerateOutputInformation() local
413 outputStartIndex[idim] = static_cast< IndexValueType >( in GenerateOutputInformation()
426 outputLargestPossibleRegion.SetIndex(outputStartIndex); in GenerateOutputInformation()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DScatterCounting.h71 VTKM_EXEC void operator()(vtkm::Id outputStartIndex, in operator()
78 for (vtkm::Id outputIndex = outputStartIndex; outputIndex < outputEndIndex; outputIndex++) in operator()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Watersheds/include/
H A DitkWatershedSegmenter.hxx1289 typename OutputImageType::IndexType outputStartIndex; in UpdateOutputInformation() local
1294 outputStartIndex[i] = inputStartIndex[i]; in UpdateOutputInformation()
1299 outputLargestPossibleRegion.SetIndex(outputStartIndex); in UpdateOutputInformation()