Medical Imaging Interaction Toolkit
2016.11.0
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 25 of file itkLabelSampler.h.
typedef std::map<int,int> itk::LabelSampler< TImage >::outmap |
Definition at line 32 of file itkLabelSampler.h.
typedef SmartPointer< Self > itk::LabelSampler< TImage >::Pointer |
Definition at line 31 of file itkLabelSampler.h.
typedef LabelSampler itk::LabelSampler< TImage >::Self |
Standard class typedefs.
Definition at line 29 of file itkLabelSampler.h.
typedef ImageToImageFilter< TImage, TImage > itk::LabelSampler< TImage >::Superclass |
Definition at line 30 of file itkLabelSampler.h.
|
inlineprotected |
Definition at line 53 of file itkLabelSampler.h.
|
inlineprotected |
Definition at line 62 of file itkLabelSampler.h.
|
protectedvirtual |
Does the real work.
Definition at line 35 of file itkLabelSampler.cpp.
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 45 of file itkLabelSampler.h.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
virtual |
|
virtual |