ITK
4.6.0
Insight Segmentation and Registration Toolkit
|
#include <itkMultivariateLegendrePolynomial.h>
Iterator which only supports forward iteration and Begin(), IsAtEnd(), and Get() method which work just like as SimpleImageRegionIterator.
Definition at line 215 of file itkMultivariateLegendrePolynomial.h.
Public Member Functions | |
void | Begin (void) |
double | Get () |
bool | IsAtEnd () |
SimpleForwardIterator & | operator++ () |
SimpleForwardIterator (MultivariateLegendrePolynomial *polynomial) | |
Private Attributes | |
unsigned int | m_Dimension |
DomainSizeType | m_DomainSize |
IndexType | m_Index |
bool | m_IsAtEnd |
MultivariateLegendrePolynomial * | m_MultivariateLegendrePolynomial |
|
inline |
Definition at line 218 of file itkMultivariateLegendrePolynomial.h.
References m_Dimension, and m_Index.
|
inline |
Definition at line 228 of file itkMultivariateLegendrePolynomial.h.
References m_Dimension, m_Index, and m_IsAtEnd.
|
inline |
Definition at line 265 of file itkMultivariateLegendrePolynomial.h.
References itk::MultivariateLegendrePolynomial::Evaluate(), m_Index, and m_MultivariateLegendrePolynomial.
|
inline |
Definition at line 237 of file itkMultivariateLegendrePolynomial.h.
References m_IsAtEnd.
|
inline |
Definition at line 240 of file itkMultivariateLegendrePolynomial.h.
References m_Dimension, m_DomainSize, m_Index, and m_IsAtEnd.
|
private |
Definition at line 270 of file itkMultivariateLegendrePolynomial.h.
Referenced by Begin(), operator++(), and SimpleForwardIterator().
|
private |
Definition at line 271 of file itkMultivariateLegendrePolynomial.h.
Referenced by operator++().
|
private |
Definition at line 272 of file itkMultivariateLegendrePolynomial.h.
Referenced by Begin(), Get(), operator++(), and SimpleForwardIterator().
|
private |
Definition at line 273 of file itkMultivariateLegendrePolynomial.h.
Referenced by Begin(), IsAtEnd(), and operator++().
|
private |
Definition at line 269 of file itkMultivariateLegendrePolynomial.h.
Referenced by Get().