#include <itkPointSetToListSampleAdaptor.h>
This class provides ListSample interface to ITK PointSet.
After calling SetPointSet(PointSet*) method to plug-in the PointSet object, users can use Sample interfaces to access PointSet data. This adaptor assumes that the PointsContainer is actual storage for measurement vectors. In other words, PointSet's dimension equals to the measurement vectors size. This class totally ignores PointsDataContainer.
Definition at line 47 of file itkPointSetToListSampleAdaptor.h.
Classes | |
class | ConstIterator |
class | Iterator |
Public Member Functions | |
ConstIterator | Begin () const |
virtual::itk::LightObject::Pointer | CreateAnother () const |
Iterator | End () |
ConstIterator | End () const |
AbsoluteFrequencyType | GetFrequency (InstanceIdentifier id) const override |
const MeasurementVectorType & | GetMeasurementVector (InstanceIdentifier identifier) const override |
const char * | GetNameOfClass () const override |
const TPointSet * | GetPointSet () |
TotalAbsoluteFrequencyType | GetTotalFrequency () const override |
void | SetPointSet (const TPointSet *pointSet) |
InstanceIdentifier | Size () const override |
Iterator | Begin () |
![]() | |
Iterator | Begin () |
ConstIterator | Begin () const |
void | Clear () |
Iterator | End () |
ConstIterator | End () const |
void | Graft (const DataObject *thatObject) override |
void | PushBack (const MeasurementVectorType &mv) |
void | Resize (InstanceIdentifier newsize) |
void | SetMeasurement (InstanceIdentifier instanceId, unsigned int dim, const MeasurementType &value) |
void | SetMeasurementVector (InstanceIdentifier instanceId, const MeasurementVectorType &mv) |
![]() | |
virtual MeasurementVectorSizeType | GetMeasurementVectorSize () const |
const char * | GetNameOfClass () const override |
void | Graft (const DataObject *thatObject) override |
virtual void | SetMeasurementVectorSize (MeasurementVectorSizeType s) |
![]() | |
virtual void | CopyInformation (const DataObject *) |
virtual void | DataHasBeenGenerated () |
void | DisconnectPipeline () |
bool | GetDataReleased () const |
virtual const bool & | GetReleaseDataFlag () const |
SmartPointer< ProcessObject > | GetSource () const |
DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
const DataObjectIdentifierType & | GetSourceOutputName () const |
virtual ModifiedTimeType | GetUpdateMTime () const |
virtual void | Initialize () |
virtual void | PrepareForNewData () |
virtual void | PropagateRequestedRegion () |
void | ReleaseData () |
virtual void | ReleaseDataFlagOff () |
virtual void | ReleaseDataFlagOn () |
virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
virtual void | ResetPipeline () |
void | SetReleaseDataFlag (bool flag) |
virtual void | SetRequestedRegion (const DataObject *) |
virtual void | SetRequestedRegionToLargestPossibleRegion () |
bool | ShouldIReleaseData () const |
virtual void | Update () |
virtual void | UpdateOutputData () |
virtual void | UpdateOutputInformation () |
void | UpdateSource () const |
virtual bool | VerifyRequestedRegion () |
void | SetPipelineMTime (ModifiedTimeType time) |
virtual const ModifiedTimeType & | GetPipelineMTime () const |
virtual void | SetRealTimeStamp (RealTimeStamp _arg) |
virtual const RealTimeStamp & | GetRealTimeStamp () const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
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 | |
PointSetToListSampleAdaptor () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~PointSetToListSampleAdaptor () override=default | |
![]() | |
ListSample ()=default | |
~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 | |
PointsContainerConstPointer | m_PointsContainer {} |
PointSetConstPointer | m_PointSet {} |
PointType | m_TempPoint {} |
Additional Inherited Members | |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Frequency value type
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkPointSetToListSampleAdaptor.h.
InstanceIdentifier type alias. This identifier is a unique sequential id for each measurement vector in a Sample subclass.
Type of the length of each measurement vector
MeasurementVector type alias support
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointsContainer = typename TPointSet::PointsContainer |
Definition at line 68 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointsContainerConstIteratorType = typename TPointSet::PointsContainerConstIterator |
Definition at line 72 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointsContainerConstPointer = typename TPointSet::PointsContainerConstPointer |
Definition at line 70 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointsContainerIteratorType = typename TPointSet::PointsContainerIterator |
Definition at line 71 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointsContainerPointer = typename TPointSet::PointsContainerPointer |
Definition at line 69 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointSetConstPointer = typename TPointSet::ConstPointer |
Definition at line 67 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointSetPointer = typename TPointSet::Pointer |
Definition at line 66 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointSetType = TPointSet |
PointSet type alias
Definition at line 65 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::PointType = typename TPointSet::PointType |
Definition at line 73 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::Self = PointSetToListSampleAdaptor |
Standard class type aliases
Definition at line 53 of file itkPointSetToListSampleAdaptor.h.
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::Superclass = ListSample<typename TPointSet::PointType> |
Definition at line 54 of file itkPointSetToListSampleAdaptor.h.
Total frequency type
using itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ValueType = MeasurementVectorType |
Definition at line 84 of file itkPointSetToListSampleAdaptor.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 223 of file itkPointSetToListSampleAdaptor.h.
References m_PointsContainer.
Referenced by itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::ConstIterator::ConstIterator().
|
inline |
returns an iterator that points to the beginning of the container
Definition at line 247 of file itkPointSetToListSampleAdaptor.h.
References m_PointsContainer.
|
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::Statistics::ListSample< TPointSet::PointType >.
|
inline |
returns an iterator that points to the end of the container
Definition at line 235 of file itkPointSetToListSampleAdaptor.h.
References m_PointsContainer.
|
inline |
returns an iterator that points to the end of the container
Definition at line 256 of file itkPointSetToListSampleAdaptor.h.
References m_PointsContainer.
|
overridevirtual |
returns 1 as other subclasses of ListSampleBase does
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >.
|
overridevirtual |
returns the measurement vector that is specified by the instance identifier argument.
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >.
|
overridevirtual |
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >.
References PointSetToListSampleAdaptor().
const TPointSet * itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::GetPointSet | ( | ) |
Method to get the point set
|
overridevirtual |
returns the size of this container
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >.
|
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::Statistics::ListSample< TPointSet::PointType >.
void itk::Statistics::PointSetToListSampleAdaptor< TPointSet >::SetPointSet | ( | const TPointSet * | pointSet | ) |
Method to set the point set
|
overridevirtual |
returns the number of measurement vectors in this container
Reimplemented from itk::Statistics::ListSample< TPointSet::PointType >.
|
private |
|
private |
the PointSet data source pointer
Definition at line 272 of file itkPointSetToListSampleAdaptor.h.
|
mutableprivate |
temporary points for conversions
Definition at line 279 of file itkPointSetToListSampleAdaptor.h.