#include <itkLevelSetEvolutionComputeIterationThreader.h>
Definition at line 45 of file itkLevelSetEvolutionComputeIterationThreader.h.
Inheritance diagram for itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >:
Collaboration diagram for itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >:Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | EquationContainerType = typename LevelSetEvolutionType::EquationContainerType |
| using | IdListConstIterator = typename LevelSetEvolutionType::IdListConstIterator |
| using | IdListType = typename LevelSetEvolutionType::IdListType |
| using | IndexType = typename LevelSetType::IndexType |
| using | InputImageType = typename LevelSetEvolutionType::InputImageType |
| using | LevelSetContainerType = typename LevelSetEvolutionType::LevelSetContainerType |
| using | LevelSetDataType = typename LevelSetEvolutionType::LevelSetDataType |
| using | LevelSetEvolutionType = TLevelSetEvolution |
| using | LevelSetImageType = typename LevelSetEvolutionType::LevelSetImageType |
| using | LevelSetOutputRealType = typename LevelSetEvolutionType::LevelSetOutputRealType |
| using | LevelSetType = typename LevelSetEvolutionType::LevelSetType |
| using | OffsetType = typename LevelSetType::OffsetType |
| using | Pointer = SmartPointer<Self> |
| using | RegionType = typename LevelSetType::RegionType |
| using | Self = LevelSetEvolutionComputeIterationThreader |
| using | Superclass = DomainThreader<ThreadedImageRegionPartitioner<TImage::ImageDimension>, TLevelSetEvolution> |
| using | TermContainerType = typename LevelSetEvolutionType::TermContainerType |
Public Types inherited from itk::DomainThreader< ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution > | |
| using | AssociateType |
| using | ConstPointer |
| using | DomainPartitionerType |
| using | DomainType |
| using | Pointer |
| using | Self |
| using | Superclass |
Public Types inherited from itk::Object | |
| using | ConstPointer = SmartPointer<const Self> |
| using | Pointer = SmartPointer<Self> |
| using | Self = Object |
| using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
| using | ConstPointer = SmartPointer<const Self> |
| using | Pointer = SmartPointer<Self> |
| using | Self = LightObject |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Member Functions | |
| LevelSetEvolutionComputeIterationThreader ()=default | |
| void | ThreadedExecution (const DomainType &imageSubRegion, const ThreadIdType threadId) override |
Protected Member Functions inherited from itk::DomainThreader< ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution > | |
| virtual void | AfterThreadedExecution () |
| virtual void | AfterThreadedExecution () |
| virtual void | BeforeThreadedExecution () |
| virtual void | BeforeThreadedExecution () |
| virtual void | DetermineNumberOfWorkUnitsUsed () |
| virtual void | DetermineNumberOfWorkUnitsUsed () |
| DomainThreader () | |
| DomainThreader () | |
| virtual void | SetMultiThreader (MultiThreaderBase *_arg) |
| virtual void | SetMultiThreader (MultiThreaderBase *_arg) |
| ~DomainThreader () override=default | |
| ~DomainThreader () override=default | |
Protected Member Functions inherited from itk::Object | |
| Object () | |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
| ~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
| 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 () |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::DomainThreader< ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution > | |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::DomainThreader< ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution > | |
| AssociateType * | m_Associate |
| AssociateType * | m_Associate |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::ConstPointer = SmartPointer<const Self> |
Definition at line 58 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::EquationContainerType = typename LevelSetEvolutionType::EquationContainerType |
Definition at line 83 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::IdListConstIterator = typename LevelSetEvolutionType::IdListConstIterator |
Definition at line 73 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::IdListType = typename LevelSetEvolutionType::IdListType |
Definition at line 72 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::IndexType = typename LevelSetType::IndexType |
Definition at line 76 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::InputImageType = typename LevelSetEvolutionType::InputImageType |
Definition at line 74 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::LevelSetContainerType = typename LevelSetEvolutionType::LevelSetContainerType |
Definition at line 82 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::LevelSetDataType = typename LevelSetEvolutionType::LevelSetDataType |
Definition at line 80 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::LevelSetEvolutionType = TLevelSetEvolution |
Types of the associate class.
Definition at line 71 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::LevelSetImageType = typename LevelSetEvolutionType::LevelSetImageType |
Definition at line 79 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::LevelSetOutputRealType = typename LevelSetEvolutionType::LevelSetOutputRealType |
Definition at line 81 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::LevelSetType = typename LevelSetEvolutionType::LevelSetType |
Definition at line 75 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::OffsetType = typename LevelSetType::OffsetType |
Definition at line 78 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::Pointer = SmartPointer<Self> |
Definition at line 57 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::RegionType = typename LevelSetType::RegionType |
Definition at line 77 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::Self = LevelSetEvolutionComputeIterationThreader |
Standard class type aliases.
Definition at line 55 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::Superclass = DomainThreader<ThreadedImageRegionPartitioner<TImage::ImageDimension>, TLevelSetEvolution> |
Definition at line 56 of file itkLevelSetEvolutionComputeIterationThreader.h.
| using itk::LevelSetEvolutionComputeIterationThreader< LevelSetDenseImage< TImage >, ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >::TermContainerType = typename LevelSetEvolutionType::TermContainerType |
Definition at line 84 of file itkLevelSetEvolutionComputeIterationThreader.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
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.
|
virtual |
|
static |
Standard New macro.
|
overrideprotectedvirtual |
Do the threaded operation, somewhat like ThreadedGenerateData in an ImageSource.
| subdomain | The subdomain to operate on. |
| threadId | The identifier for the current thread. Data to perform the operation on can be accessed by dereferencing this->m_Associate, which has direct access to private and protected members the enclosing class. |
Implements itk::DomainThreader< ThreadedImageRegionPartitioner< TImage::ImageDimension >, TLevelSetEvolution >.