ITK  5.4.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
itk::BandNode< TIndexType, TDataType > Class Template Reference

#include <itkNarrowBand.h>

Detailed Description

template<typename TIndexType, typename TDataType>
class itk::BandNode< TIndexType, TDataType >

A data structure used with NarrowBand to store a list of indices (m_Index) that define the band, and an accompanying list of update values (m_Data) computed by CalculateChange

Definition at line 35 of file itkNarrowBand.h.

Public Member Functions

 BandNode ()
 

Public Attributes

TDataType m_Data
 
TIndexType m_Index
 
signed char m_NodeState { 0 }
 

Constructor & Destructor Documentation

◆ BandNode()

template<typename TIndexType , typename TDataType >
itk::BandNode< TIndexType, TDataType >::BandNode ( )
inline

Definition at line 41 of file itkNarrowBand.h.

Member Data Documentation

◆ m_Data

template<typename TIndexType , typename TDataType >
TDataType itk::BandNode< TIndexType, TDataType >::m_Data

◆ m_Index

template<typename TIndexType , typename TDataType >
TIndexType itk::BandNode< TIndexType, TDataType >::m_Index

◆ m_NodeState

template<typename TIndexType , typename TDataType >
signed char itk::BandNode< TIndexType, TDataType >::m_NodeState { 0 }

The documentation for this class was generated from the following file: