ITK
5.2.0
Insight Toolkit
|
#include <itkImageToListSampleAdaptor.h>
Classes | |
class | ConstIterator |
class | Iterator |
Additional Inherited Members | |
Protected Member Functions inherited from itk::Statistics::ListSample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType > | |
ListSample ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ListSample () override=default | |
Protected Member Functions inherited from itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Sample () | |
~Sample () override=default | |
Protected Member Functions inherited from itk::DataObject | |
DataObject () | |
~DataObject () override | |
virtual void | PropagateResetPipeline () |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
Protected Member Functions inherited from itk::LightObject | |
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 () |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
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 54 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::AbsoluteFrequencyType = typename Superclass::AbsoluteFrequencyType |
Definition at line 97 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 67 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageConstIteratorType = ImageRegionConstIterator<ImageType> |
Definition at line 85 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 78 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageIteratorType = ImageRegionIterator<ImageType> |
Image Iterator type alias support
Definition at line 84 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImagePointer = typename ImageType::Pointer |
Definition at line 77 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ImageType = TImage |
Image type alias
Definition at line 76 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::IndexType = typename ImageType::IndexType |
Definition at line 79 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::InstanceIdentifier = typename Superclass::InstanceIdentifier |
Definition at line 100 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 91 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementType = typename MeasurementVectorTraitsType::ValueType |
Definition at line 95 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementVectorSizeType = typename Superclass::MeasurementVectorSizeType |
Definition at line 99 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementVectorTraitsType = MeasurementVectorTraitsTypes<MeasurementVectorType> |
Definition at line 94 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::MeasurementVectorType = typename MeasurementPixelTraitsType::MeasurementVectorType |
Definition at line 92 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::PixelContainerConstPointer = typename ImageType::PixelContainerConstPointer |
Definition at line 81 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::PixelTraitsType = PixelTraits<typename TImage::PixelType> |
Definition at line 86 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::PixelType = typename ImageType::PixelType |
Definition at line 80 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::Pointer = SmartPointer<Self> |
Definition at line 66 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::Self = ImageToListSampleAdaptor |
Standard class type aliases
Definition at line 61 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::Superclass = ListSample<typename MeasurementVectorPixelTraits<typename TImage::PixelType>::MeasurementVectorType> |
Definition at line 64 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::TotalAbsoluteFrequencyType = typename Superclass::TotalAbsoluteFrequencyType |
Definition at line 98 of file itkImageToListSampleAdaptor.h.
using itk::Statistics::ImageToListSampleAdaptor< TImage >::ValueType = MeasurementVectorType |
Definition at line 102 of file itkImageToListSampleAdaptor.h.
|
protected |
returns an iterator that points to the beginning of the container
|
overrideprotecteddefault |
returns an iterator that points to the beginning of the container
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 261 of file itkImageToListSampleAdaptor.h.
References itk::ImageRegionConstIterator< TImage >::GoToBegin().
Referenced by itk::Statistics::ImageToListSampleAdaptor< TImage >::ConstIterator::ConstIterator().
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 287 of file itkImageToListSampleAdaptor.h.
References itk::ImageRegionConstIterator< TImage >::GoToBegin().
|
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::Object.
|
inline |
returns an iterator that points to the end of the container
Definition at line 273 of file itkImageToListSampleAdaptor.h.
References itk::ImageRegionConstIterator< TImage >::GoToEnd().
|
inline |
returns an iterator that points to the end of the container
Definition at line 299 of file itkImageToListSampleAdaptor.h.
References itk::ImageRegionConstIterator< TImage >::GoToEnd().
|
override |
method to return frequency for a specified id
const TImage* itk::Statistics::ImageToListSampleAdaptor< TImage >::GetImage | ( | ) | const |
Method to get the image
|
override |
method to return measurement vector for a specified id
|
inlineoverridevirtual |
Get method for the length of the measurement vector
Reimplemented from itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
Definition at line 121 of file itkImageToListSampleAdaptor.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::ListSample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
|
overridevirtual |
method to return the total frequency
Implements itk::Statistics::Sample< MeasurementVectorPixelTraits< TImage::PixelType >::MeasurementVectorType >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
returns an iterator that points to the beginning of the container
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 |
returns an iterator that points to the beginning of the container
Definition at line 317 of file itkImageToListSampleAdaptor.h.
|
mutableprivate |
returns an iterator that points to the beginning of the container
Definition at line 318 of file itkImageToListSampleAdaptor.h.