Home
last modified time | relevance | path

Searched refs:OffsetListType (Results 1 – 7 of 7) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFilterBase/include/
H A DitkMovingHistogramImageFilter.h130 using OffsetListType = typename std::list< OffsetType >; variable
132 …using OffsetMapType = typename std::map< OffsetType, OffsetListType, Functor::LexicographicCompare…
150 const OffsetListType *addedList,
151 const OffsetListType *removedList,
H A DitkMovingHistogramImageFilter.hxx92 const OffsetListType *addedList = &this->m_AddedOffsets[offset]; in DynamicThreadedGenerateData()
93 const OffsetListType *removedList = &this->m_RemovedOffsets[offset]; in DynamicThreadedGenerateData()
155 const OffsetListType *addedListLine = &this->m_AddedOffsets[LineOffset]; in DynamicThreadedGenerateData()
156 const OffsetListType *removedListLine = &this->m_RemovedOffsets[LineOffset]; in DynamicThreadedGenerateData()
183 const OffsetListType *addedList, in PushHistogram()
184 const OffsetListType *removedList, in PushHistogram()
H A DitkMovingHistogramImageFilterBase.h133 using OffsetListType = typename std::list< OffsetType >; variable
135 …using OffsetMapType = typename std::map< OffsetType, OffsetListType, Functor::LexicographicCompare…
159 OffsetListType m_KernelOffsets;
H A DitkMovingHistogramImageFilterBase.hxx62 OffsetListType kernelOffsets; in SetKernel()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/include/
H A DitkMaskedMovingHistogramImageFilter.h114 using OffsetListType = typename std::list< OffsetType >; variable
116 using OffsetMapType = typename std::map< OffsetType, OffsetListType,
156 const OffsetListType *addedList,
157 const OffsetListType *removedList,
H A DitkMaskedMovingHistogramImageFilter.hxx185 const OffsetListType *addedList = &this->m_AddedOffsets[offset]; in DynamicThreadedGenerateData()
186 const OffsetListType *removedList = &this->m_RemovedOffsets[offset]; in DynamicThreadedGenerateData()
262 const OffsetListType *addedListLine = &this->m_AddedOffsets[LineOffset]; in DynamicThreadedGenerateData()
263 const OffsetListType *removedListLine = &this->m_RemovedOffsets[LineOffset]; in DynamicThreadedGenerateData()
290 const OffsetListType *addedList, in pushHistogram()
291 const OffsetListType *removedList, in pushHistogram()
H A DitkMovingHistogramMorphologyImageFilter.h87 using OffsetListType = typename std::list< OffsetType >; variable
89 …using OffsetMapType = typename std::map< OffsetType, OffsetListType, Functor::LexicographicCompare…