ITK
5.2.0
Insight Toolkit
|
#include <itkImageToNeighborhoodSampleAdaptor.h>
Classes | |
class | ConstIterator |
class | Iterator |
Additional Inherited Members | |
Protected Member Functions inherited from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > > | |
ListSample ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ListSample () override=default | |
Protected Member Functions inherited from itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > > | |
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 neighborhoods. The resulting data are a list of measurement vectors where each measurement vector has one element, an itkConstNeighborhoodIterator.
This class handles images with scalar, fixed array or variable length vector pixel types.
Definition at line 55 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::AbsoluteFrequencyType = typename Superclass::AbsoluteFrequencyType |
Definition at line 103 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ConstPointer = SmartPointer<const Self> |
Definition at line 67 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 78 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageIteratorType = ImageRegionIteratorWithIndex<TImage> |
Definition at line 87 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImagePointer = typename ImageType::Pointer |
Definition at line 77 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ImageType = TImage |
Image type alias
Definition at line 76 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::IndexType = typename ImageType::IndexType |
Definition at line 79 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::InstanceIdentifier = typename Superclass::InstanceIdentifier |
Definition at line 106 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::MeasurementType = ValueType |
Definition at line 101 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::MeasurementVectorSizeType = typename Superclass::MeasurementVectorSizeType |
Definition at line 105 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::MeasurementVectorType = typename std::vector<ConstNeighborhoodIterator<TImage, TBoundaryCondition> > |
Superclass type alias for Measurement vector, measurement, Instance Identifier, frequency, size, size element value
Definition at line 99 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodIndexType = typename NeighborhoodIteratorType::IndexType |
Definition at line 94 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodIteratorType = ConstNeighborhoodIterator<TImage, TBoundaryCondition> |
Neighborhood Iterator type alias support
Definition at line 90 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodRadiusType = typename NeighborhoodIteratorType::RadiusType |
Definition at line 93 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodSizeType = typename NeighborhoodIteratorType::SizeType |
Definition at line 95 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NeighborhoodType = typename NeighborhoodIteratorType::NeighborhoodType |
Definition at line 92 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::NonConstNeighborhoodIteratorType = NeighborhoodIterator<TImage, TBoundaryCondition> |
Definition at line 91 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::OffsetTableType = typename RegionType::OffsetTableType |
Definition at line 85 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::OffsetType = typename ImageType::OffsetType |
Definition at line 80 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::OffsetValueType = typename ImageType::OffsetValueType |
Definition at line 81 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::PixelContainerConstPointer = typename ImageType::PixelContainerConstPointer |
Definition at line 83 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::PixelType = typename ImageType::PixelType |
Definition at line 82 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Pointer = SmartPointer<Self> |
Definition at line 66 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::RegionType = typename ImageType::RegionType |
Definition at line 84 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Self = ImageToNeighborhoodSampleAdaptor |
Standard class type aliases
Definition at line 62 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SizeType = typename ImageType::SizeType |
Definition at line 86 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::Superclass = ListSample<std::vector<ConstNeighborhoodIterator<TImage, TBoundaryCondition> >> |
Definition at line 64 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::TotalAbsoluteFrequencyType = typename Superclass::TotalAbsoluteFrequencyType |
Definition at line 104 of file itkImageToNeighborhoodSampleAdaptor.h.
using itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ValueType = typename MeasurementVectorType::value_type |
Definition at line 100 of file itkImageToNeighborhoodSampleAdaptor.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 279 of file itkImageToNeighborhoodSampleAdaptor.h.
References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::GoToBegin().
Referenced by itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::ConstIterator::ConstIterator().
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 302 of file itkImageToNeighborhoodSampleAdaptor.h.
References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::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 290 of file itkImageToNeighborhoodSampleAdaptor.h.
References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::GoToEnd().
|
inline |
returns an iterator that points to the end of the container
Definition at line 313 of file itkImageToNeighborhoodSampleAdaptor.h.
References itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >::GoToEnd().
|
override |
method to return frequency for a specified id
const TImage* itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetImage | ( | ) | const |
Method to get the image
|
override |
method to return measurement vector for a specified id
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::ListSample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >.
NeighborhoodRadiusType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetRadius | ( | ) | const |
Method to get the radius
RegionType itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::GetRegion | ( | ) | const |
Method to get the region
|
overridevirtual |
method to return the total frequency
Implements itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >.
|
virtual |
Method to get UseImageRegion flag
|
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::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetImage | ( | const TImage * | image | ) |
Method to set the image
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetRadius | ( | const NeighborhoodRadiusType & | radius | ) |
Method to set the radius
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetRegion | ( | const RegionType & | region | ) |
Method to set the region
void itk::Statistics::ImageToNeighborhoodSampleAdaptor< TImage, TBoundaryCondition >::SetUseImageRegion | ( | const bool & | flag | ) |
|
overridevirtual |
returns the number of measurement vectors in this container
Implements itk::Statistics::Sample< std::vector< ConstNeighborhoodIterator< TImage, TBoundaryCondition > > >.
|
virtual |
|
virtual |
Convenience methods to turn on/off the UseImageRegion flag
|
private |
returns an iterator that points to the beginning of the container
Definition at line 329 of file itkImageToNeighborhoodSampleAdaptor.h.
|
mutableprivate |
returns an iterator that points to the beginning of the container
Definition at line 331 of file itkImageToNeighborhoodSampleAdaptor.h.
|
mutableprivate |
returns an iterator that points to the beginning of the container
Definition at line 330 of file itkImageToNeighborhoodSampleAdaptor.h.
|
mutableprivate |
returns an iterator that points to the beginning of the container
Definition at line 332 of file itkImageToNeighborhoodSampleAdaptor.h.
|
private |
returns an iterator that points to the beginning of the container
Definition at line 336 of file itkImageToNeighborhoodSampleAdaptor.h.
|
private |
returns an iterator that points to the beginning of the container
Definition at line 333 of file itkImageToNeighborhoodSampleAdaptor.h.
|
private |
returns an iterator that points to the beginning of the container
Definition at line 334 of file itkImageToNeighborhoodSampleAdaptor.h.
|
private |
returns an iterator that points to the beginning of the container
Definition at line 335 of file itkImageToNeighborhoodSampleAdaptor.h.