#include <itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h>
Estimate the quasi-Newton step in a thread.
Definition at line 35 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
Inheritance diagram for itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >:
Collaboration diagram for itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >:Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | IndexRangeType = DomainType |
| using | Pointer = SmartPointer<Self> |
| using | Self = QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate |
| using | Superclass |
Public Types inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > > | |
| 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 () |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > > | |
| 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< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > > | |
| AssociateType * | m_Associate |
| AssociateType * | m_Associate |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::ConstPointer = SmartPointer<const Self> |
Definition at line 47 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
| using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::IndexRangeType = DomainType |
Definition at line 55 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
| using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::Pointer = SmartPointer<Self> |
Definition at line 46 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
| using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::Self = QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate |
Standard class type aliases.
Definition at line 43 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
| using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::Superclass |
Definition at line 44 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
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 |
|
static |
|
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. |