#include <itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h>
Estimate the quasi-Newton step in a thread.
Definition at line 35 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | IndexRangeType = DomainType |
using | Pointer = SmartPointer<Self> |
using | Self = QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate |
using | Superclass |
![]() | |
using | AssociateType |
using | ConstPointer |
using | DomainPartitionerType |
using | DomainType |
using | Pointer |
using | Self |
using | Superclass |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
AssociateType * | m_Associate |
AssociateType * | m_Associate |
![]() | |
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.
|
overridevirtual |
|
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. |