ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h>
Estimate the quasi-Newton step in a thread.
Definition at line 34 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate ()=default | |
void | ThreadedExecution (const IndexRangeType &subrange, const ThreadIdType threadId) override |
~QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate () override=default | |
Protected Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > > | |
virtual void | AfterThreadedExecution () |
virtual void | BeforeThreadedExecution () |
virtual void | DetermineNumberOfWorkUnitsUsed () |
DomainThreader () | |
virtual void | SetMultiThreader (MultiThreaderBase *_arg) |
virtual void | ThreadedExecution (const DomainType &subdomain, const ThreadIdType threadId)=0 |
~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 &time) |
~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< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > > | |
AssociateType * | m_Associate |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::AssociateType = typename Superclass::AssociateType |
Definition at line 52 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::ConstPointer = SmartPointer< const Self > |
Definition at line 45 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::DomainType = typename Superclass::DomainType |
Definition at line 51 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::IndexRangeType = DomainType |
Definition at line 53 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::Pointer = SmartPointer< Self > |
Definition at line 44 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::Self = QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate |
Standard class type aliases.
Definition at line 41 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.
using itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreaderTemplate< TInternalComputationValueType >::Superclass = DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template<TInternalComputationValueType> > |
Definition at line 43 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 |
Run-time type information (and related methods).
Reimplemented from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4Template< TInternalComputationValueType > >.
|
static |
|
overrideprotected |