![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEvolution.h>
Definition at line 165 of file itkLevelSetEvolution.h.
Public Types | |
typedef Superclass::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DomainMapImageFilterType | DomainMapImageFilterType |
typedef Superclass::EquationContainerPointer | EquationContainerPointer |
typedef Superclass::EquationContainerType | EquationContainerType |
typedef Superclass::IdListImageType | IdListImageType |
typedef Superclass::IdListIterator | IdListIterator |
typedef Superclass::IdListType | IdListType |
typedef ImageRegionConstIteratorWithIndex < InputImageType > | InputImageConstIteratorType |
typedef Superclass::InputImageConstPointer | InputImageConstPointer |
typedef Superclass::InputImagePixelType | InputImagePixelType |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::InputPixelRealType | InputPixelRealType |
typedef Superclass::LevelSetContainerType | LevelSetContainerType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::LevelSetIdentifierType | LevelSetIdentifierType |
typedef Superclass::LevelSetInputType | LevelSetInputType |
typedef LevelSetType::LabelMapPointer | LevelSetLabelMapPointer |
typedef LevelSetType::LabelMapType | LevelSetLabelMapType |
typedef LevelSetType::LayerType | LevelSetLayerType |
typedef Superclass::LevelSetOutputRealType | LevelSetOutputRealType |
typedef Superclass::LevelSetOutputType | LevelSetOutputType |
typedef WhitakerSparseLevelSetImage < TOutput, VDimension > | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEvolution | Self |
typedef Superclass::StoppingCriterionPointer | StoppingCriterionPointer |
typedef Superclass::StoppingCriterionType | StoppingCriterionType |
typedef LevelSetEvolutionBase < TEquationContainer, LevelSetType > | Superclass |
typedef Superclass::TermContainerPointer | TermContainerPointer |
typedef Superclass::TermContainerType | TermContainerType |
typedef Superclass::TermPointer | TermPointer |
typedef Superclass::TermType | TermType |
typedef UpdateLevelSetFilterType::Pointer | UpdateLevelSetFilterPointer |
typedef UpdateWhitakerSparseLevelSet < ImageDimension, LevelSetOutputType, EquationContainerType > | UpdateLevelSetFilterType |
![]() | |
typedef LevelSetContainerType::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetContainerType::DomainMapImageFilterType | DomainMapImageFilterType |
typedef EquationContainerType::Pointer | EquationContainerPointer |
typedef TEquationContainer | EquationContainerType |
typedef LevelSetContainerType::IdListConstIterator | IdListConstIterator |
typedef LevelSetContainerType::IdListImageType | IdListImageType |
typedef LevelSetContainerType::IdListIterator | IdListIterator |
typedef LevelSetContainerType::IdListType | IdListType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TermContainerType::InputImageType | InputImageType |
typedef NumericTraits < InputImagePixelType > ::RealType | InputPixelRealType |
typedef TermContainerType::LevelSetContainerType | LevelSetContainerType |
typedef LevelSetType::LevelSetDataType | LevelSetDataType |
typedef LevelSetContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
typedef LevelSetType::InputType | LevelSetInputType |
typedef LevelSetType::OutputRealType | LevelSetOutputRealType |
typedef LevelSetType::OutputType | LevelSetOutputType |
typedef WhitakerSparseLevelSetImage < TOutput, VDimension > | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEvolutionBase | Self |
typedef StoppingCriterionType::Pointer | StoppingCriterionPointer |
typedef LevelSetEvolutionStoppingCriterion < LevelSetContainerType > | StoppingCriterionType |
typedef Object | Superclass |
typedef TermContainerType::Pointer | TermContainerPointer |
typedef EquationContainerType::TermContainerType | TermContainerType |
typedef TermType::Pointer | TermPointer |
typedef TermContainerType::TermType | TermType |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static const unsigned int | ImageDimension |
Protected Types | |
typedef std::pair < LevelSetInputType, LevelSetOutputType > | NodePairType |
typedef LevelSetEvolutionComputeIterationThreader < LevelSetType, SplitLevelSetPartitionerType, Self > | SplitLevelSetComputeIterationThreaderType |
typedef ThreadedIteratorRangePartitioner < typename LevelSetType::LayerConstIterator > | SplitLevelSetPartitionerType |
Protected Member Functions | |
virtual void | AllocateUpdateBuffer () |
virtual void | ComputeIteration () |
virtual void | ComputeTimeStepForNextIteration () |
LevelSetEvolution () | |
virtual void | UpdateEquations () |
virtual void | UpdateLevelSets () |
~LevelSetEvolution () | |
![]() | |
void | CheckSetUp () |
void | Evolve () |
void | InitializeIteration () |
LevelSetEvolutionBase () | |
virtual | ~LevelSetEvolutionBase () |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
SplitLevelSetComputeIterationThreaderType::Pointer | m_SplitLevelSetComputeIterationThreader |
std::map< IdentifierType, LevelSetLayerType * > | m_UpdateBuffer |
![]() | |
LevelSetOutputRealType | m_Alpha |
LevelSetOutputRealType | m_Dt |
EquationContainerPointer | m_EquationContainer |
LevelSetContainerType::Pointer | m_LevelSetContainer |
LevelSetContainerType::Iterator | m_LevelSetContainerIteratorToProcessWhenThreading |
LevelSetContainerType::Iterator | m_LevelSetUpdateContainerIteratorToProcessWhenThreading |
IdentifierType | m_NumberOfIterations |
LevelSetOutputRealType | m_RMSChangeAccumulator |
StoppingCriterionPointer | m_StoppingCriterion |
bool | m_UserGloballyDefinedTimeStep |
Private Member Functions | |
LevelSetEvolution (const Self &) | |
void | operator= (const Self &) |
Friends | |
class | LevelSetEvolutionComputeIterationThreader< LevelSetType, SplitLevelSetPartitionerType, Self > |
typedef Superclass::CacheImageType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::CacheImageType |
Definition at line 215 of file itkLevelSetEvolution.h.
typedef SmartPointer< const Self > itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::ConstPointer |
Definition at line 173 of file itkLevelSetEvolution.h.
typedef Superclass::DomainMapImageFilterType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::DomainMapImageFilterType |
Definition at line 216 of file itkLevelSetEvolution.h.
typedef Superclass::EquationContainerPointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::EquationContainerPointer |
Definition at line 183 of file itkLevelSetEvolution.h.
typedef Superclass::EquationContainerType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::EquationContainerType |
Definition at line 180 of file itkLevelSetEvolution.h.
typedef Superclass::IdListImageType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::IdListImageType |
Definition at line 214 of file itkLevelSetEvolution.h.
typedef Superclass::IdListIterator itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::IdListIterator |
Definition at line 213 of file itkLevelSetEvolution.h.
typedef Superclass::IdListType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::IdListType |
Definition at line 212 of file itkLevelSetEvolution.h.
typedef ImageRegionConstIteratorWithIndex< InputImageType > itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputImageConstIteratorType |
Definition at line 221 of file itkLevelSetEvolution.h.
typedef Superclass::InputImageConstPointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputImageConstPointer |
Definition at line 192 of file itkLevelSetEvolution.h.
typedef Superclass::InputImagePixelType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputImagePixelType |
Definition at line 191 of file itkLevelSetEvolution.h.
typedef Superclass::InputImageRegionType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputImageRegionType |
Definition at line 193 of file itkLevelSetEvolution.h.
typedef Superclass::InputImageType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputImageType |
Definition at line 190 of file itkLevelSetEvolution.h.
typedef Superclass::InputPixelRealType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::InputPixelRealType |
Definition at line 194 of file itkLevelSetEvolution.h.
typedef Superclass::LevelSetContainerType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetContainerType |
Definition at line 198 of file itkLevelSetEvolution.h.
typedef Superclass::LevelSetDataType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetDataType |
Definition at line 204 of file itkLevelSetEvolution.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetIdentifierType |
Definition at line 199 of file itkLevelSetEvolution.h.
typedef Superclass::LevelSetInputType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetInputType |
Definition at line 201 of file itkLevelSetEvolution.h.
typedef LevelSetType::LabelMapPointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetLabelMapPointer |
Definition at line 209 of file itkLevelSetEvolution.h.
typedef LevelSetType::LabelMapType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetLabelMapType |
Definition at line 208 of file itkLevelSetEvolution.h.
typedef LevelSetType::LayerType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetLayerType |
Definition at line 206 of file itkLevelSetEvolution.h.
typedef Superclass::LevelSetOutputRealType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetOutputRealType |
Definition at line 203 of file itkLevelSetEvolution.h.
typedef Superclass::LevelSetOutputType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetOutputType |
Definition at line 202 of file itkLevelSetEvolution.h.
typedef WhitakerSparseLevelSetImage< TOutput, VDimension > itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::LevelSetType |
Definition at line 169 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 230 of file itkLevelSetEvolution.h.
typedef SmartPointer< Self > itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::Pointer |
Definition at line 172 of file itkLevelSetEvolution.h.
typedef LevelSetEvolution itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::Self |
Definition at line 171 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 253 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 251 of file itkLevelSetEvolution.h.
typedef Superclass::StoppingCriterionPointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::StoppingCriterionPointer |
Definition at line 219 of file itkLevelSetEvolution.h.
typedef Superclass::StoppingCriterionType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::StoppingCriterionType |
Definition at line 218 of file itkLevelSetEvolution.h.
typedef LevelSetEvolutionBase< TEquationContainer, LevelSetType > itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::Superclass |
Definition at line 174 of file itkLevelSetEvolution.h.
typedef Superclass::TermContainerPointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::TermContainerPointer |
Definition at line 185 of file itkLevelSetEvolution.h.
typedef Superclass::TermContainerType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::TermContainerType |
Definition at line 184 of file itkLevelSetEvolution.h.
typedef Superclass::TermPointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::TermPointer |
Definition at line 188 of file itkLevelSetEvolution.h.
typedef Superclass::TermType itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::TermType |
Definition at line 187 of file itkLevelSetEvolution.h.
typedef UpdateLevelSetFilterType::Pointer itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::UpdateLevelSetFilterPointer |
Definition at line 224 of file itkLevelSetEvolution.h.
typedef UpdateWhitakerSparseLevelSet< ImageDimension, LevelSetOutputType, EquationContainerType > itk::LevelSetEvolution< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >::UpdateLevelSetFilterType |
Definition at line 223 of file itkLevelSetEvolution.h.
|
protected |
|
protected |
|
private |
|
protectedvirtual |
Initialize the update buffers for all level sets to hold the updates of equations in each iteration
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
protectedvirtual |
Compute the update at each pixel and store in the update buffer
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
protectedvirtual |
Compute the time-step for the next iteration
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
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::Object.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
static |
Method for creation through object factory
|
private |
|
protectedvirtual |
Update the equations at the end of 1 iteration
Implements itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
protectedvirtual |
Update the levelset by 1 iteration from the computed updates
Implements itk::LevelSetEvolutionBase< TEquationContainer, WhitakerSparseLevelSetImage< TOutput, VDimension > >.
|
friend |
Definition at line 252 of file itkLevelSetEvolution.h.
|
static |
Definition at line 196 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 254 of file itkLevelSetEvolution.h.
|
protected |
Definition at line 233 of file itkLevelSetEvolution.h.