|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <itkLocalStatisticFilter.h>


Public Types | |
| typedef LocalStatisticFilter | Self |
| typedef ImageToImageFilter< TInputImageType, TOuputImageType > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef TInputImageType::ConstPointer | InputImagePointer |
| typedef TOuputImageType::Pointer | OutputImagePointer |
| typedef TOuputImageType::RegionType | OutputImageRegionType |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual void | SetSize (int _arg) |
| virtual int | GetSize () const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| LocalStatisticFilter () | |
| ~LocalStatisticFilter () override | |
| void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override |
| void | BeforeThreadedGenerateData (void) override |
| itk::ProcessObject::DataObjectPointer | MakeOutput (itk::ProcessObject::DataObjectPointerArraySizeType) override |
| void | CreateOutputImage (InputImagePointer input, OutputImagePointer output) |
Definition at line 21 of file itkLocalStatisticFilter.h.
| typedef TInputImageType::ConstPointer itk::LocalStatisticFilter< TInputImageType, TOuputImageType >::InputImagePointer |
Definition at line 27 of file itkLocalStatisticFilter.h.
| typedef TOuputImageType::Pointer itk::LocalStatisticFilter< TInputImageType, TOuputImageType >::OutputImagePointer |
Definition at line 28 of file itkLocalStatisticFilter.h.
| typedef TOuputImageType::RegionType itk::LocalStatisticFilter< TInputImageType, TOuputImageType >::OutputImageRegionType |
Definition at line 29 of file itkLocalStatisticFilter.h.
| typedef SmartPointer< Self > itk::LocalStatisticFilter< TInputImageType, TOuputImageType >::Pointer |
Definition at line 26 of file itkLocalStatisticFilter.h.
| typedef LocalStatisticFilter itk::LocalStatisticFilter< TInputImageType, TOuputImageType >::Self |
Definition at line 24 of file itkLocalStatisticFilter.h.
| typedef ImageToImageFilter< TInputImageType, TOuputImageType > itk::LocalStatisticFilter< TInputImageType, TOuputImageType >::Superclass |
Definition at line 25 of file itkLocalStatisticFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 39 of file itkLocalStatisticFilter.h.
|
overrideprotected |
|
protected |
|
virtual |
|
virtual |
|
overrideprotected |
|
static |
|
virtual |
|
overrideprotected |