ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > Class Template Reference

#include <itkJointHistogramMutualInformationComputeJointPDFThreader.h>

+ Inheritance diagram for itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >:
+ Collaboration diagram for itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >:

Detailed Description

template<class TJointHistogramMetric>
class itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >

Definition at line 92 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.

Public Types

typedef Superclass::AssociateType AssociateType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::DomainType DomainType
 
typedef TJointHistogramMetric JointHistogramMetricType
 
typedef SmartPointer< SelfPointer
 
typedef
JointHistogramMutualInformationComputeJointPDFThreader 
Self
 
typedef
JointHistogramMutualInformationComputeJointPDFThreaderBase
< ThreadedIndexedContainerPartitioner,
TJointHistogramMetric > 
Superclass
 
typedef
Superclass::VirtualImageType 
VirtualImageType
 
typedef
Superclass::VirtualIndexType 
VirtualIndexType
 
typedef
JointHistogramMetricType::VirtualPointSetType 
VirtualPointSetType
 
typedef
Superclass::VirtualPointType 
VirtualPointType
 
- Public Types inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
typedef Superclass::AssociateType AssociateType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::DomainType DomainType
 
typedef
JointHistogramMetricType::InternalComputationValueType 
InternalComputationValueType
 
typedef TJointHistogramMetric JointHistogramMetricType
 
typedef
JointHistogramMetricType::JointPDFIndexType 
JointPDFIndexType
 
typedef
JointHistogramMetricType::JointPDFPointType 
JointPDFPointType
 
typedef
JointHistogramMetricType::JointPDFType 
JointPDFType
 
typedef
JointHistogramMetricType::JointPDFValueType 
JointPDFValueType
 
typedef SmartPointer< SelfPointer
 
typedef
JointHistogramMutualInformationComputeJointPDFThreaderBase 
Self
 
typedef DomainThreader
< ThreadedIndexedContainerPartitioner,
TJointHistogramMetric > 
Superclass
 
typedef
JointHistogramMetricType::VirtualImageType 
VirtualImageType
 
typedef
JointHistogramMetricType::VirtualIndexType 
VirtualIndexType
 
typedef
JointHistogramMetricType::VirtualPointType 
VirtualPointType
 
- Public Types inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
typedef TJointHistogramMetric AssociateType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
ThreadedIndexedContainerPartitioner 
DomainPartitionerType
 
typedef
DomainPartitionerType::DomainType 
DomainType
 
typedef SmartPointer< SelfPointer
 
typedef DomainThreader Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

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

 JointHistogramMutualInformationComputeJointPDFThreader ()
 
virtual void ThreadedExecution (const DomainType &subdomain, const ThreadIdType threadId)
 
- Protected Member Functions inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
virtual void AfterThreadedExecution ()
 
virtual void BeforeThreadedExecution ()
 
 JointHistogramMutualInformationComputeJointPDFThreaderBase ()
 
virtual void ProcessPoint (const VirtualIndexType &virtualIndex, const VirtualPointType &virtualPoint, const ThreadIdType threadId)
 
- Protected Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
virtual void DetermineNumberOfThreadsUsed ()
 
 DomainThreader ()
 
virtual void SetMultiThreader (MultiThreader *_arg)
 
virtual void ThreadedExecution (const DomainType &subdomain, const ThreadIdType threadId)=0
 
virtual ~DomainThreader ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void PrintSelf (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- 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 ()
 

Private Member Functions

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

Additional Inherited Members

- Protected Types inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
typedef Image< SizeValueType, 2 > JointHistogramType
 
- Static Protected Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >
std::vector< SizeValueTypem_JointHistogramCountPerThread
 
std::vector< typename
JointHistogramType::Pointer
m_JointHistogramPerThread
 

Member Typedef Documentation

template<class TJointHistogramMetric >
typedef Superclass::AssociateType itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::AssociateType
template<class TJointHistogramMetric >
typedef SmartPointer< const Self > itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::ConstPointer
template<class TJointHistogramMetric >
typedef Superclass::DomainType itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::DomainType

Superclass types.

Definition at line 105 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.

template<class TJointHistogramMetric >
typedef TJointHistogramMetric itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::JointHistogramMetricType
template<class TJointHistogramMetric >
typedef SmartPointer< Self > itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::Pointer

Standard class typedefs.

Definition at line 97 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.

template<class TJointHistogramMetric >
typedef Superclass::VirtualImageType itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualImageType
template<class TJointHistogramMetric >
typedef Superclass::VirtualIndexType itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualIndexType
template<class TJointHistogramMetric >
typedef JointHistogramMetricType::VirtualPointSetType itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualPointSetType
template<class TJointHistogramMetric >
typedef Superclass::VirtualPointType itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualPointType

Constructor & Destructor Documentation

Member Function Documentation

template<class TJointHistogramMetric >
virtual::itk::LightObject::Pointer itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::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.

template<class TJointHistogramMetric >
virtual const char* itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::GetNameOfClass ( ) const
virtual
template<class TJointHistogramMetric >
static Pointer itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::New ( )
static
template<class TJointHistogramMetric >
void itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::operator= ( const Self )
private
template<class TJointHistogramMetric >
virtual void itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::ThreadedExecution ( const DomainType subdomain,
const ThreadIdType  threadId 
)
protectedvirtual

Walk through the domain, and call this->ProcessPoint on every point.


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