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


Public Types | |
| typedef LabelSampler | Self |
| typedef ImageToImageFilter< TImage, TImage > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef std::map< int, int > | outmap |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual void | SetAcceptRate (double _arg) |
| virtual void | SetLabel (int _arg) |
| virtual outmap | GetLabelVoxelCountMap () |
| virtual int | GetNumberOfSampledVoxels () |
| int | GetLabelVoxelCount (int label) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| LabelSampler () | |
| ~LabelSampler () | |
| virtual void | GenerateData () |
Definition at line 21 of file itkLabelSampler.h.
| typedef std::map<int,int> itk::LabelSampler< TImage >::outmap |
Definition at line 28 of file itkLabelSampler.h.
| typedef SmartPointer< Self > itk::LabelSampler< TImage >::Pointer |
Definition at line 27 of file itkLabelSampler.h.
| typedef LabelSampler itk::LabelSampler< TImage >::Self |
Standard class typedefs.
Definition at line 25 of file itkLabelSampler.h.
| typedef ImageToImageFilter< TImage, TImage > itk::LabelSampler< TImage >::Superclass |
Definition at line 26 of file itkLabelSampler.h.
|
inlineprotected |
Definition at line 46 of file itkLabelSampler.h.
|
inlineprotected |
Definition at line 55 of file itkLabelSampler.h.
|
protectedvirtual |
Does the real work.
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 38 of file itkLabelSampler.h.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
virtual |
|
virtual |