ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkNarrowBand.h>
Narrow Band class.
Definition at line 51 of file itkNarrowBand.h.
Classes | |
struct | RegionStruct |
Public Types | |
typedef NodeContainerType::const_iterator | ConstIterator |
typedef SmartPointer< const Self > | ConstPointer |
typedef NodeContainerType::iterator | Iterator |
typedef std::vector< NodeType > | NodeContainerType |
typedef SmartPointer< Self > | Pointer |
typedef struct itk::NarrowBand::RegionStruct | RegionType |
typedef NarrowBand | Self |
typedef NodeContainerType::size_type | SizeType |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
Iterator | Begin () |
ConstIterator | Begin () const |
void | Clear () |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
bool | Empty () const |
Iterator | End () |
ConstIterator | End () const |
float | GetInnerRadius () const |
virtual const char * | GetNameOfClass () const |
float | GetTotalRadius () const |
NodeType & | operator[] (SizeType n) |
const NodeType & | operator[] (SizeType n) const |
void | PopBack () |
void | PushBack (const NodeType &n) |
void | Reserve (SizeType n) |
void | Resize (SizeType n) |
void | SetInnerRadius (const float &val) |
void | SetTotalRadius (const float &val) |
SizeType | Size () const |
std::vector< RegionType > | SplitBand (const SizeType &) |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
NarrowBand () | |
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 () |
Protected Attributes | |
float | m_InnerRadius |
float | m_TotalRadius |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
Private Member Functions | |
NarrowBand (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
NodeContainerType | m_NodeContainer |
typedef NodeContainerType::const_iterator itk::NarrowBand< NodeType >::ConstIterator |
Definition at line 68 of file itkNarrowBand.h.
typedef SmartPointer< const Self > itk::NarrowBand< NodeType >::ConstPointer |
Definition at line 58 of file itkNarrowBand.h.
typedef NodeContainerType::iterator itk::NarrowBand< NodeType >::Iterator |
Definition at line 69 of file itkNarrowBand.h.
typedef std::vector< NodeType > itk::NarrowBand< NodeType >::NodeContainerType |
Definition at line 64 of file itkNarrowBand.h.
typedef SmartPointer< Self > itk::NarrowBand< NodeType >::Pointer |
Definition at line 57 of file itkNarrowBand.h.
typedef struct itk::NarrowBand::RegionStruct itk::NarrowBand< NodeType >::RegionType |
Begin is the first valid iterator position within the region. End is ONE PAST the last valid iterator position in the region.
typedef NarrowBand itk::NarrowBand< NodeType >::Self |
Standard class typedefs
Definition at line 55 of file itkNarrowBand.h.
typedef NodeContainerType::size_type itk::NarrowBand< NodeType >::SizeType |
Definition at line 67 of file itkNarrowBand.h.
typedef LightObject itk::NarrowBand< NodeType >::Superclass |
Definition at line 56 of file itkNarrowBand.h.
|
inlineprotected |
Definition at line 165 of file itkNarrowBand.h.
|
private |
|
inline |
Definition at line 85 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 90 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Clear the narrow band container.
Definition at line 116 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
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::LightObject.
|
inline |
Definition at line 110 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 95 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 100 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 162 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_InnerRadius.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LightObject.
|
inline |
Definition at line 156 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_TotalRadius.
|
static |
Method for creation through the object factory.
Referenced by itk::NarrowBandImageFilterBase< TInputImage, Image< TOutputPixelType, TInputImage::ImageDimension > >::NarrowBandImageFilterBase().
|
private |
|
inline |
Definition at line 141 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 146 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 131 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 126 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 121 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Definition at line 136 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
|
inline |
Set/Get the narrow band inner radius. The inner radius is the safe are where the level set can be computed.
Definition at line 160 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_InnerRadius.
|
inline |
Set/Get the narrow band total radius. The narrow band width will be twice this value (positive and negative distance to the zero level set). The user of the narrow band container should set up this value properly.
Definition at line 154 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_TotalRadius.
|
inline |
Definition at line 105 of file itkNarrowBand.h.
References itk::NarrowBand< NodeType >::m_NodeContainer.
std::vector< RegionType > itk::NarrowBand< NodeType >::SplitBand | ( | const SizeType & | ) |
Returns an array of RegionStructs which represent contiguous arrays of nodes within the narrow band.
|
protected |
Definition at line 168 of file itkNarrowBand.h.
Referenced by itk::NarrowBand< NodeType >::GetInnerRadius(), and itk::NarrowBand< NodeType >::SetInnerRadius().
|
private |
Definition at line 174 of file itkNarrowBand.h.
Referenced by itk::NarrowBand< NodeType >::Begin(), itk::NarrowBand< NodeType >::Clear(), itk::NarrowBand< NodeType >::Empty(), itk::NarrowBand< NodeType >::End(), itk::NarrowBand< NodeType >::operator[](), itk::NarrowBand< NodeType >::PopBack(), itk::NarrowBand< NodeType >::PushBack(), itk::NarrowBand< NodeType >::Reserve(), itk::NarrowBand< NodeType >::Resize(), and itk::NarrowBand< NodeType >::Size().
|
protected |
Definition at line 167 of file itkNarrowBand.h.
Referenced by itk::NarrowBand< NodeType >::GetTotalRadius(), and itk::NarrowBand< NodeType >::SetTotalRadius().