#include <itkImageToListSampleAdaptor.h>
This class provides ListSample interface to ITK Image.
After calling SetImage( const Image * ) method to plug in the image object, users can use Sample interfaces to access Image data. The resulting data are a list of measurement vectors.
The measurement vector type is determined from the image pixel type. This class handles images with scalar, fixed array or variable length vector pixel types.
Definition at line 52 of file itkImageToListSampleAdaptor.h.
Classes | |
class | ConstIterator |
class | Iterator |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOff () |
static void | GlobalReleaseDataFlagOn () |
static Pointer | New () |
static void | SetGlobalReleaseDataFlag (bool val) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
ImageToListSampleAdaptor () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ImageToListSampleAdaptor () override=default | |
![]() | |
ListSample ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ListSample () override=default | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Sample () | |
~Sample () override=default | |
![]() | |
DataObject () | |
virtual void | PropagateResetPipeline () |
~DataObject () override | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
ImageConstPointer | m_Image {} |
MeasurementVectorType | m_MeasurementVectorInternal {} |
Additional Inherited Members | |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 65 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageConstIteratorType = ImageRegionConstIterator<ImageType> |
Definition at line 83 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 76 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageIteratorType = ImageRegionIterator<ImageType> |
Image Iterator type alias support
Definition at line 82 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImagePointer = typename ImageType::Pointer |
Definition at line 75 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageType = TImage |
Image type alias
Definition at line 74 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::IndexType = typename ImageType::IndexType |
Definition at line 77 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementPixelTraitsType = MeasurementVectorPixelTraits<PixelType> |
Superclass type alias for Measurement vector, measurement, Instance Identifier, frequency, size, size element value
Definition at line 89 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementType = typename MeasurementVectorTraitsType::ValueType |
Definition at line 93 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementVectorTraitsType = MeasurementVectorTraitsTypes<MeasurementVectorType> |
Definition at line 92 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementVectorType = typename MeasurementPixelTraitsType::MeasurementVectorType |
Definition at line 90 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::PixelContainerConstPointer = typename ImageType::PixelContainerConstPointer |
Definition at line 79 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::PixelTraitsType = PixelTraits<typename TImage::PixelType> |
Definition at line 84 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::PixelType = typename ImageType::PixelType |
Definition at line 78 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::Pointer = SmartPointer<Self> |
Definition at line 64 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::Self = ImageToListSampleAdaptor |
Standard class type aliases
Definition at line 59 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::Superclass |
Definition at line 61 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ValueType = MeasurementVectorType |
Definition at line 100 of file itkImageToListSampleAdaptor.h.
|
protected |
|
overrideprotecteddefault |
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 253 of file itkImageToListSampleAdaptor.h.
Referenced by itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator().
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 277 of file itkImageToListSampleAdaptor.h.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
inline |
returns an iterator that points to the end of the container
Definition at line 264 of file itkImageToListSampleAdaptor.h.
|
inline |
returns an iterator that points to the end of the container
Definition at line 288 of file itkImageToListSampleAdaptor.h.
|
overridevirtual |
method to return frequency for a specified id
Implements itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
const TImage * itk::Statistics::ImageToListSampleAdaptor< TImage >::GetImage | ( | ) | const |
Method to get the image
|
overridevirtual |
method to return measurement vector for a specified id
Implements itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
|
inlineoverridevirtual |
Get method for the length of the measurement vector
Reimplemented from itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
Definition at line 119 of file itkImageToListSampleAdaptor.h.
|
virtual |
|
overridevirtual |
method to return the total frequency
Implements itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::DataObject.
void itk::Statistics::ImageToListSampleAdaptor< TImage >::SetImage | ( | const TImage * | image | ) |
Method to set the image
|
overridevirtual |
returns the number of measurement vectors in this container
Implements itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
|
private |
Definition at line 305 of file itkImageToListSampleAdaptor.h.
|
mutableprivate |
Definition at line 306 of file itkImageToListSampleAdaptor.h.