Skip to content

itk::ParticleRegionNeighborhood::IteratorNodePair

More...

#include <itkParticleRegionNeighborhood.h>

Public Types

Name
typedef PointTreeType::NodePointerType NodePointerType
typedef PointTreeType::PointListType::iterator IteratorType

Public Functions

Name
IteratorNodePair()
~IteratorNodePair()
IteratorNodePair(const IteratorType & p, const NodePointerType & n)
IteratorNodePair(const IteratorNodePair & o)
const IteratorNodePair & operator=(const IteratorNodePair & o)

Public Attributes

Name
IteratorType Iterator
NodePointerType NodePointer

Detailed Description

struct itk::ParticleRegionNeighborhood::IteratorNodePair;

Map for direct reference of PointIndexPairs and Tree nodes from the PointTree. This is used for fast removal or modification of point values.

Public Types Documentation

typedef NodePointerType

typedef PointTreeType::NodePointerType itk::ParticleRegionNeighborhood< VDimension >::IteratorNodePair::NodePointerType;

typedef IteratorType

typedef PointTreeType::PointListType::iterator itk::ParticleRegionNeighborhood< VDimension >::IteratorNodePair::IteratorType;

Public Functions Documentation

function IteratorNodePair

inline IteratorNodePair()

function ~IteratorNodePair

inline ~IteratorNodePair()

function IteratorNodePair

inline IteratorNodePair(
    const IteratorType & p,
    const NodePointerType & n
)

function IteratorNodePair

inline IteratorNodePair(
    const IteratorNodePair & o
)

function operator=

inline const IteratorNodePair & operator=(
    const IteratorNodePair & o
)

Public Attributes Documentation

variable Iterator

IteratorType Iterator;

variable NodePointer

NodePointerType NodePointer;

Updated on 2022-07-23 at 17:50:03 -0600