ITK
6.0.0
Insight Toolkit
|
#include <itkVectorContainerToListSampleAdaptor.h>
This class provides ListSample interface to ITK VectorContainer.
After calling SetVectorContainer(VectorContainer*) method to plug-in the VectorContainer object, users can use Sample interfaces to access VectorContainer data. This adaptor assumes that the VectorContainer is actual storage for measurement vectors. In other words, VectorContainer's element dimension equals to the measurement vectors size.
Definition at line 46 of file itkVectorContainerToListSampleAdaptor.h.
Classes | |
class | ConstIterator |
class | Iterator |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Statistics::ListSample< TVectorContainer::Element > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::DataObject | |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOff () |
static void | GlobalReleaseDataFlagOn () |
static Pointer | New () |
static void | SetGlobalReleaseDataFlag (bool val) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | MeasurementVectorSize = TVectorContainer::Element::Dimension |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VectorContainerToListSampleAdaptor () | |
~VectorContainerToListSampleAdaptor () override=default | |
Protected Member Functions inherited from itk::Statistics::ListSample< TVectorContainer::Element > | |
ListSample ()=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ListSample () override=default | |
Protected Member Functions inherited from itk::Statistics::Sample< TVectorContainer::Element > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Sample () | |
~Sample () override=default | |
Protected Member Functions inherited from itk::DataObject | |
DataObject () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | PropagateResetPipeline () |
~DataObject () override | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
VectorContainerConstPointer | m_VectorContainer {} |
Additional Inherited Members | |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::Pointer = SmartPointer<Self> |
Definition at line 54 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::Self = VectorContainerToListSampleAdaptor |
Standard class type aliases
Definition at line 52 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::Superclass = ListSample<typename TVectorContainer::Element> |
Definition at line 53 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::ValueType = MeasurementVectorType |
Definition at line 82 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::VectorContainerConstIterator = typename TVectorContainer::ConstIterator |
Definition at line 71 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::VectorContainerConstPointer = typename TVectorContainer::ConstPointer |
Definition at line 69 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::VectorContainerIterator = typename TVectorContainer::Iterator |
Definition at line 70 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::VectorContainerPointer = typename TVectorContainer::Pointer |
Definition at line 68 of file itkVectorContainerToListSampleAdaptor.h.
using itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::VectorContainerType = TVectorContainer |
VectorContainer type alias.
Definition at line 67 of file itkVectorContainerToListSampleAdaptor.h.
|
protected |
|
overrideprotecteddefault |
|
inline |
Returns an iterator that points to the beginning of the container.
Definition at line 216 of file itkVectorContainerToListSampleAdaptor.h.
Referenced by itk::Statistics::VectorContainerToListSampleAdaptor< TVectorContainer >::ConstIterator::ConstIterator().
|
inline |
Returns an iterator that points to the beginning of the container.
Definition at line 240 of file itkVectorContainerToListSampleAdaptor.h.
|
inline |
Returns an iterator that points to the end of the container.
Definition at line 228 of file itkVectorContainerToListSampleAdaptor.h.
|
inline |
Returns an iterator that points to the end of the container.
Definition at line 249 of file itkVectorContainerToListSampleAdaptor.h.
|
overridevirtual |
Returns 1 as other subclasses of ListSampleBase does.
Implements itk::Statistics::Sample< TVectorContainer::Element >.
|
overridevirtual |
Returns the measurement vector that is specified by the instance identifier argument.
Implements itk::Statistics::Sample< TVectorContainer::Element >.
|
overridevirtual |
Reimplemented from itk::DataObject.
|
overridevirtual |
Returns the size of this container.
Implements itk::Statistics::Sample< TVectorContainer::Element >.
|
virtual |
Get/Set method for the point set container which will be actually used for storing measurement vectors.
|
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.
|
virtual |
Get/Set method for the point set container which will be actually used for storing measurement vectors.
|
overridevirtual |
Returns the number of measurement vectors in this container.
Implements itk::Statistics::Sample< TVectorContainer::Element >.
|
private |
Definition at line 264 of file itkVectorContainerToListSampleAdaptor.h.
|
staticconstexpr |
The number of components in a measurement vector.
Definition at line 64 of file itkVectorContainerToListSampleAdaptor.h.