Home
last modified time | relevance | path

Searched refs:OutputImageRegionType (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFilterBase/include/
H A DitkUnaryGeneratorImageFilter.h80 using OutputImageRegionType = typename OutputImageType::RegionType; variable
94 …m_DynamicThreadedGenerateDataFunction = [this, f](const OutputImageRegionType & outputRegionForThr… in SetFunctor()
101 …m_DynamicThreadedGenerateDataFunction = [this, f](const OutputImageRegionType & outputRegionForThr… in SetFunctor()
114 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
121 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
138 …m_DynamicThreadedGenerateDataFunction = [this, functor](const OutputImageRegionType & outputRegion… in SetFunctor()
170 …void DynamicThreadedGenerateDataWithFunctor(const TFunctor &, const OutputImageRegionType & output…
171 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
174 std::function<void(const OutputImageRegionType &)> m_DynamicThreadedGenerateDataFunction;
H A DitkBinaryGeneratorImageFilter.h90 using OutputImageRegionType = typename OutputImageType::RegionType; variable
142 …m_DynamicThreadedGenerateDataFunction = [this, f](const OutputImageRegionType & outputRegionForThr… in SetFunctor()
150 …m_DynamicThreadedGenerateDataFunction = [this, f](const OutputImageRegionType & outputRegionForThr… in SetFunctor()
162 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
171 …m_DynamicThreadedGenerateDataFunction = [this, funcPointer](const OutputImageRegionType & outputRe… in SetFunctor()
190 …m_DynamicThreadedGenerateDataFunction = [this, functor](const OutputImageRegionType & outputRegion… in SetFunctor()
231 …void DynamicThreadedGenerateDataWithFunctor(const TFunctor &, const OutputImageRegionType & output…
232 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
239 std::function<void(const OutputImageRegionType &)> m_DynamicThreadedGenerateDataFunction;
H A DitkCastImageFilter.h116 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
135 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
140 void DynamicThreadedGenerateDataDispatched(const OutputImageRegionType & outputRegionForThread);
145 void DynamicThreadedGenerateDataDispatched(const OutputImageRegionType & outputRegionForThread);
H A DitkCastImageFilter.hxx75 OutputImageRegionType outputLargestPossibleRegion; in GenerateOutputInformation()
91 ::DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateData()
102 ::DynamicThreadedGenerateDataDispatched(const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateDataDispatched()
124 ::DynamicThreadedGenerateDataDispatched(const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateDataDispatched()
132 const typename OutputImageRegionType::SizeType &regionSize = outputRegionForThread.GetSize(); in DynamicThreadedGenerateDataDispatched()
H A DitkUnaryGeneratorImageFilter.hxx68 OutputImageRegionType outputLargestPossibleRegion; in GenerateOutputInformation()
83 ::DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateData()
95 const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateDataWithFunctor()
97 const typename OutputImageRegionType::SizeType &regionSize = outputRegionForThread.GetSize(); in DynamicThreadedGenerateDataWithFunctor()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkMirrorPadImageFilter.h80 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
116 OutputImageRegionType & outputRegion,
123 OutputImageRegionType & outputRegion,
142 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
159 OutputImageRegionType & outputRegion);
H A DitkPermuteAxesImageFilter.h75 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
121 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
H A DitkFlipImageFilter.h78 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
133 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/include/
H A DitkChangeRegionLabelMapFilter.h76 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
101 itkSetMacro(Region, OutputImageRegionType);
102 itkGetConstReferenceMacro(Region, OutputImageRegionType);
121 OutputImageRegionType m_Region;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkImageSource.h91 using OutputImageRegionType = typename OutputImageType::RegionType; variable
287 virtual void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread,
289 virtual void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread);
359 …unsigned int SplitRequestedRegion(unsigned int i, unsigned int pieces, OutputImageRegionType & spl…
H A DitkImageToImageFilter.h123 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
311 const OutputImageRegionType & srcRegion);
343 virtual void CallCopyInputRegionToOutputRegion(OutputImageRegionType & destRegion,
H A DitkExtractImageFilter.h113 using OutputImageRegionType = typename TOutputImage::RegionType; variable
256 const OutputImageRegionType & srcRegion) override;
267 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
275 OutputImageRegionType m_OutputImageRegion;
H A DitkUnaryFunctorImageFilter.hxx64 OutputImageRegionType outputLargestPossibleRegion; in GenerateOutputInformation()
79 ::DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateData()
81 const typename OutputImageRegionType::SizeType &regionSize = outputRegionForThread.GetSize(); in DynamicThreadedGenerateData()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DistanceMap/include/
H A DitkIsoContourDistanceImageFilter.h91 using OutputImageRegionType = typename OutputImageType::RegionType; variable
157 void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread,
160 void DynamicThreadedGenerateData( const OutputImageRegionType & ) override in DynamicThreadedGenerateData() argument
169 void ThreadedGenerateDataFull(const OutputImageRegionType & outputRegionForThread,
172 void ThreadedGenerateDataBand(const OutputImageRegionType & outputRegionForThread,
H A DitkSignedMaurerDistanceMapImageFilter.h115 using OutputImageRegionType = typename OutputImageType::RegionType; variable
164 OutputImageRegionType & splitRegion) override;
166 void ThreadedGenerateData(const OutputImageRegionType &, ThreadIdType ) override;
168 void DynamicThreadedGenerateData( const OutputImageRegionType & ) override in DynamicThreadedGenerateData() argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/TestKernel/include/
H A DitkTestingExtractSliceImageFilter.h106 using OutputImageRegionType = typename TOutputImage::RegionType; variable
253 const OutputImageRegionType & srcRegion);
263 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
267 OutputImageRegionType m_OutputImageRegion;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DisplacementField/include/
H A DitkLandmarkDisplacementFieldSource.h63 using OutputImageRegionType = typename OutputImageType::RegionType; variable
107 itkSetMacro(OutputRegion, OutputImageRegionType);
110 itkGetConstReferenceMacro(OutputRegion, OutputImageRegionType);
164 OutputImageRegionType m_OutputRegion; // Region of the output
H A DitkTransformToDisplacementFieldFilter.h69 using OutputImageRegionType = typename OutputImageType::RegionType; variable
167 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
173 void NonlinearThreadedGenerateData( const OutputImageRegionType & outputRegionForThread );
178 void LinearThreadedGenerateData( const OutputImageRegionType & outputRegionForThread );
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FFT/include/
H A DitkHalfToFullHermitianImageFilter.hxx100 ::DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) in DynamicThreadedGenerateData()
116 OutputImageRegionType copyRegion( outputRegionForThread ); in DynamicThreadedGenerateData()
136 OutputImageRegionType conjugateRegion( conjugateRegionIndex, conjugateRegionSize ); in DynamicThreadedGenerateData()
147 OutputImageRegionType outputLargestPossibleRegion = in DynamicThreadedGenerateData()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Smoothing/include/
H A DitkBoxMeanImageFilter.h70 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
91 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
H A DitkBoxSigmaImageFilter.h67 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
88 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageNoise/include/
H A DitkSpeckleNoiseImageFilter.h75 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
104 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
H A DitkShotNoiseImageFilter.h114 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
145 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
H A DitkAdditiveGaussianNoiseImageFilter.h74 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
108 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGradient/include/
H A DitkGradientMagnitudeImageFilter.h76 using OutputImageRegionType = typename Superclass::OutputImageRegionType; variable
130 void DynamicThreadedGenerateData(const OutputImageRegionType & outputRegionForThread) override;

12345678910>>...14