#include <itkNarrowBand.h>
Inheritance diagram for itk::NarrowBand< NodeType >:


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 itk::NarrowBand::RegionStruct | RegionType |
| typedef NarrowBand | Self |
| typedef NodeContainerType::size_type | SizeType |
| typedef LightObject | Superclass |
Public Member Functions | |
| ConstIterator | Begin () const |
| Iterator | Begin () |
| Clear the narrow band container *void | Clear () |
| virtual Pointer | CreateAnother () const |
| virtual void | Delete () |
| bool | Empty () const |
| ConstIterator | End () const |
| Iterator | End () |
| float | GetInnerRadius () |
| virtual const char * | GetNameOfClass () const |
| virtual int | GetReferenceCount () const |
| float | GetTotalRadius () |
| const NodeType & | operator[] (SizeType n) const |
| NodeType & | operator[] (SizeType n) |
| void | PopBack () |
| void | Print (std::ostream &os, Indent indent=0) const |
| void | PushBack (const NodeType &n) |
| virtual void | Register () const |
| void | Reserve (SizeType n) |
| void | Resize (SizeType n) |
| void | SetInnerRadius (float val) |
| virtual void | SetReferenceCount (int) |
| void | SetTotalRadius (float val) |
| SizeType | Size () const |
| std::vector< struct RegionStruct > | SplitBand (unsigned int) |
| virtual void | UnRegister () const |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Member Functions | |
| NarrowBand () | |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| float | m_InnerRadius |
| int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| float | m_TotalRadius |
| Methods invoked by virtual 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.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
Classes | |
| struct | RegionStruct |
|
|||||
|
Definition at line 62 of file itkNarrowBand.h. |
|
|||||
|
Reimplemented from itk::LightObject. Definition at line 52 of file itkNarrowBand.h. |
|
|||||
|
Definition at line 63 of file itkNarrowBand.h. |
|
|||||
|
Definition at line 58 of file itkNarrowBand.h. |
|
|||||
|
Reimplemented from itk::LightObject. Definition at line 51 of file itkNarrowBand.h. |
|
|||||
|
Begin is the first valid iterator position within the region. End is ONE PAST the last valid iterator position in the region. |
|
|||||
|
Standard class typedefs Reimplemented from itk::LightObject. Definition at line 49 of file itkNarrowBand.h. |
|
|||||
|
Definition at line 61 of file itkNarrowBand.h. |
|
|||||
|
Definition at line 50 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 156 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 87 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 83 of file itkNarrowBand.h. |
|
|
This method is called when itkExceptionMacro executes. It allows the debugger to break on error. |
|
|||||||||
|
Definition at line 110 of file itkNarrowBand.h. |
|
|
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 in itk::Object. |
|
|
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting. |
|
|||||||||
|
Definition at line 104 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 95 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 91 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 152 of file itkNarrowBand.h. |
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::LightObject. |
|
|
Gets the reference count on this object. Definition at line 98 of file itkLightObject.h. |
|
|||||||||
|
Definition at line 146 of file itkNarrowBand.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
||||||||||
|
Definition at line 136 of file itkNarrowBand.h. |
|
||||||||||
|
Definition at line 132 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 122 of file itkNarrowBand.h. |
|
||||||||||||
|
Cause the object to print itself out. |
|
||||||||||||
|
|
|
||||||||||
|
Definition at line 118 of file itkNarrowBand.h. |
|
|
Increase the reference count (mark as used by another object). Reimplemented in itk::Object. |
|
||||||||||
|
Definition at line 114 of file itkNarrowBand.h. |
|
||||||||||
|
Definition at line 126 of file itkNarrowBand.h. |
|
||||||||||
|
Set/Get the narrow band inner radius. The inner radius is the safe are where the level set can be computed. Definition at line 150 of file itkNarrowBand.h. |
|
|
Sets the reference count on this object. This is a dangerous method, use it with care. Reimplemented in itk::Object. |
|
||||||||||
|
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 144 of file itkNarrowBand.h. |
|
|||||||||
|
Definition at line 100 of file itkNarrowBand.h. |
|
||||||||||
|
Returns an array of RegionStructs which represent contiguous arrays of nodes within the narrow band. |
|
|
Decrease the reference count (release by another object). Reimplemented in itk::Object. |
|
|||||
|
Definition at line 158 of file itkNarrowBand.h. |
|
|
Number of uses of this object by other objects. Definition at line 119 of file itkLightObject.h. |
|
|
Mutex lock to protect modification to the reference count Definition at line 122 of file itkLightObject.h. |
|
|||||
|
Definition at line 156 of file itkNarrowBand.h. |
|
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000