ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader Class Reference

Estimate the quasi-Newton step in a thread. More...

#include <itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h>

Inheritance diagram for itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader:
Collaboration diagram for itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader:

List of all members.

Public Types

typedef Superclass::AssociateType AssociateType
typedef SmartPointer< const SelfConstPointer
typedef Superclass::DomainType DomainType
typedef DomainType IndexRangeType
typedef SmartPointer< SelfPointer
typedef
QuasiNewtonOptimizerv4EstimateNewtonStepThreader 
Self
typedef DomainThreader
< ThreadedIndexedContainerPartitioner,
QuasiNewtonOptimizerv4
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 QuasiNewtonOptimizerv4EstimateNewtonStepThreader ()
virtual void ThreadedExecution (const IndexRangeType &subrange, const ThreadIdType threadId)
virtual ~QuasiNewtonOptimizerv4EstimateNewtonStepThreader ()

Private Member Functions

void operator= (const Self &)
 QuasiNewtonOptimizerv4EstimateNewtonStepThreader (const Self &)

Detailed Description

Estimate the quasi-Newton step in a thread.

Definition at line 33 of file itkQuasiNewtonOptimizerv4EstimateNewtonStepThreader.h.


Member Typedef Documentation


Constructor & Destructor Documentation

itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::QuasiNewtonOptimizerv4EstimateNewtonStepThreader ( ) [inline, protected]
virtual itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::~QuasiNewtonOptimizerv4EstimateNewtonStepThreader ( ) [inline, protected, virtual]
itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::QuasiNewtonOptimizerv4EstimateNewtonStepThreader ( const Self ) [private]

Member Function Documentation

virtual::itk::LightObject::Pointer itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::CreateAnother ( void  ) const [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 const char* itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4 >.

static Pointer itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

void itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::DomainThreader< ThreadedIndexedContainerPartitioner, QuasiNewtonOptimizerv4 >.

virtual void itk::QuasiNewtonOptimizerv4EstimateNewtonStepThreader::ThreadedExecution ( const IndexRangeType subrange,
const ThreadIdType  threadId 
) [protected, virtual]

The documentation for this class was generated from the following file: