![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h>
Inheritance diagram for itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >:
Collaboration diagram for itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >:Comput the JointPDF image.
This is a helper to compute the joint pdf image for the JointHistogramMutualInformationImageToImageMetricv4.
Definition at line 36 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
Classes | |
| struct | JointHistogramMIPerThreadStruct |
Public Types | |
| typedef Superclass::AssociateType | AssociateType |
| typedef SmartPointer< const Self > | ConstPointer |
| 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< Self > | Pointer |
| typedef JointHistogramMutualInformationComputeJointPDFThreaderBase | Self |
| typedef DomainThreader < TDomainPartitioner, TJointHistogramMetric > | Superclass |
| typedef JointHistogramMetricType::VirtualImageType | VirtualImageType |
| typedef JointHistogramMetricType::VirtualIndexType | VirtualIndexType |
| typedef JointHistogramMetricType::VirtualPointType | VirtualPointType |
Public Types inherited from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric > | |
| typedef TJointHistogramMetric | AssociateType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef TDomainPartitioner | DomainPartitionerType |
| typedef DomainPartitionerType::DomainType | DomainType |
| typedef SmartPointer< Self > | Pointer |
| typedef DomainThreader | Self |
| typedef Object | Superclass |
Public Types inherited from itk::Object | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef Object | Self |
| typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef LightObject | Self |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric > | |
| void | Execute (AssociateType *enclosingClass, const DomainType &domain) |
| MultiThreader * | GetMultiThreader () const |
| virtual ThreadIdType | GetNumberOfThreadsUsed () const |
| virtual void | SetDomainPartitioner (DomainPartitionerType *_arg) |
| virtual DomainPartitionerType * | GetModifiableDomainPartitioner () |
| virtual const DomainPartitionerType * | GetDomainPartitioner () const |
| ThreadIdType | GetMaximumNumberOfThreads () const |
| void | SetMaximumNumberOfThreads (const ThreadIdType threads) |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| virtual LightObject::Pointer | CreateAnother () const override |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary () |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| virtual ModifiedTimeType | GetMTime () const |
| virtual const TimeStamp & | GetTimeStamp () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| virtual void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetReferenceCount (int) override |
| virtual void | UnRegister () const noexceptoverride |
| virtual void | SetObjectName (std::string _arg) |
| virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
| virtual void | Delete () |
| virtual int | GetReferenceCount () const |
| itkCloneMacro (Self) | |
| void | Print (std::ostream &os, Indent indent=0) const |
Protected Types | |
| typedef Image< SizeValueType, 2 > | JointHistogramType |
Protected Member Functions | |
| virtual void | AfterThreadedExecution () override |
| virtual void | BeforeThreadedExecution () override |
| itkAlignedTypedef (ITK_CACHE_LINE_ALIGNMENT, PaddedJointHistogramMIPerThreadStruct, AlignedJointHistogramMIPerThreadStruct) | |
| itkPadStruct (ITK_CACHE_LINE_ALIGNMENT, JointHistogramMIPerThreadStruct, PaddedJointHistogramMIPerThreadStruct) | |
| JointHistogramMutualInformationComputeJointPDFThreaderBase () | |
| virtual void | ProcessPoint (const VirtualIndexType &virtualIndex, const VirtualPointType &virtualPoint, const ThreadIdType threadId) |
| virtual | ~JointHistogramMutualInformationComputeJointPDFThreaderBase () |
Protected Member Functions inherited from itk::DomainThreader< TDomainPartitioner, 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 override |
| 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 () |
Protected Attributes | |
| AlignedJointHistogramMIPerThreadStruct * | m_JointHistogramMIPerThreadVariables |
Protected Attributes inherited from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric > | |
| AssociateType * | m_Associate |
Protected Attributes inherited from itk::LightObject | |
| AtomicInt< int > | m_ReferenceCount |
Additional Inherited Members | |
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 () |
Static Protected Member Functions inherited from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric > | |
| static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
| typedef Superclass::AssociateType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::AssociateType |
Definition at line 50 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef SmartPointer< const Self > itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::ConstPointer |
Definition at line 44 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef Superclass::DomainType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::DomainType |
Superclass types.
Definition at line 46 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::InternalComputationValueType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::InternalComputationValueType |
Definition at line 62 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef TJointHistogramMetric itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::JointHistogramMetricType |
Types of the associate class.
Definition at line 53 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
|
protected |
Definition at line 79 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::JointPDFIndexType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::JointPDFIndexType |
Definition at line 58 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::JointPDFPointType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::JointPDFPointType |
Definition at line 59 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::JointPDFType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::JointPDFType |
Definition at line 57 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::JointPDFValueType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::JointPDFValueType |
Definition at line 60 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef SmartPointer< Self > itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::Pointer |
Definition at line 43 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMutualInformationComputeJointPDFThreaderBase itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::Self |
Standard class typedefs.
Definition at line 41 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef DomainThreader< TDomainPartitioner, TJointHistogramMetric > itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::Superclass |
Definition at line 42 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::VirtualImageType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::VirtualImageType |
Definition at line 54 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::VirtualIndexType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::VirtualIndexType |
Definition at line 55 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
| typedef JointHistogramMetricType::VirtualPointType itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< TDomainPartitioner, TJointHistogramMetric >::VirtualPointType |
Definition at line 56 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
|
protected |
|
protectedvirtual |
|
overrideprotectedvirtual |
Collect the results per and normalize.
Reimplemented from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric >.
|
overrideprotectedvirtual |
Create the m_JointPDFPerThread's.
Reimplemented from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::DomainThreader< TDomainPartitioner, TJointHistogramMetric >.
Reimplemented in itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >, and itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >.
|
protected |
|
protected |
|
protectedvirtual |
Called by the ThreadedExecution of derived classes.
|
protected |
Definition at line 90 of file itkJointHistogramMutualInformationComputeJointPDFThreaderBase.h.
1.8.5