ITK
5.2.0
Insight Toolkit
|
#include <itkJointHistogramMutualInformationComputeJointPDFThreader.h>
Public Types | |
using | AssociateType = typename Superclass::AssociateType |
using | ConstPointer = SmartPointer< const Self > |
using | DomainType = typename Superclass::DomainType |
using | JointHistogramMetricType = TJointHistogramMetric |
using | Pointer = SmartPointer< Self > |
using | Self = JointHistogramMutualInformationComputeJointPDFThreader |
using | Superclass = JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > |
using | VirtualImageType = typename Superclass::VirtualImageType |
using | VirtualIndexType = typename Superclass::VirtualIndexType |
using | VirtualPointSetType = typename JointHistogramMetricType::VirtualPointSetType |
using | VirtualPointType = typename Superclass::VirtualPointType |
Public Types inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
using | AssociateType = typename Superclass::AssociateType |
using | ConstPointer = SmartPointer< const Self > |
using | DomainType = typename Superclass::DomainType |
using | InternalComputationValueType = typename JointHistogramMetricType::InternalComputationValueType |
using | JointHistogramMetricType = TJointHistogramMetric |
using | JointPDFIndexType = typename JointHistogramMetricType::JointPDFIndexType |
using | JointPDFPointType = typename JointHistogramMetricType::JointPDFPointType |
using | JointPDFType = typename JointHistogramMetricType::JointPDFType |
using | JointPDFValueType = typename JointHistogramMetricType::JointPDFValueType |
using | Pointer = SmartPointer< Self > |
using | Self = JointHistogramMutualInformationComputeJointPDFThreaderBase |
using | Superclass = DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > |
using | VirtualImageType = typename JointHistogramMetricType::VirtualImageType |
using | VirtualIndexType = typename JointHistogramMetricType::VirtualIndexType |
using | VirtualPointType = typename JointHistogramMetricType::VirtualPointType |
Public Types inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
using | AssociateType = TJointHistogramMetric |
using | ConstPointer = SmartPointer< const Self > |
using | DomainPartitionerType = ThreadedIndexedContainerPartitioner |
using | DomainType = typename DomainPartitionerType::DomainType |
using | Pointer = SmartPointer< Self > |
using | Self = DomainThreader |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
void | Execute (AssociateType *enclosingClass, const DomainType &completeDomain) |
virtual void | SetDomainPartitioner (DomainPartitionerType *_arg) |
virtual DomainPartitionerType * | GetModifiableDomainPartitioner () |
virtual const DomainPartitionerType * | GetDomainPartitioner () const |
virtual ThreadIdType | GetNumberOfWorkUnitsUsed () const |
MultiThreaderBase * | GetMultiThreader () const |
virtual void | SetNumberOfWorkUnits (ThreadIdType _arg) |
virtual ThreadIdType | GetNumberOfWorkUnits () 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 |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
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 |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
JointHistogramMutualInformationComputeJointPDFThreader ()=default | |
void | ThreadedExecution (const DomainType &indexSubRange, const ThreadIdType threadId) override |
Protected Member Functions inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
void | AfterThreadedExecution () override |
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) |
~JointHistogramMutualInformationComputeJointPDFThreaderBase () override | |
Protected Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
DomainThreader () | |
~DomainThreader () override=default | |
virtual void | DetermineNumberOfWorkUnitsUsed () |
virtual void | ThreadedExecution (const DomainType &subdomain, const ThreadIdType threadId)=0 |
virtual void | SetMultiThreader (MultiThreaderBase *_arg) |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
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 | |
Protected Types inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
using | JointHistogramType = Image< SizeValueType, 2 > |
Static Protected Member Functions inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
AlignedJointHistogramMIPerThreadStruct * | m_JointHistogramMIPerThreadVariables |
Protected Attributes inherited from itk::DomainThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric > | |
AssociateType * | m_Associate |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Definition at line 96 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::AssociateType = typename Superclass::AssociateType |
Definition at line 118 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::ConstPointer = SmartPointer<const Self> |
Definition at line 109 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::DomainType = typename Superclass::DomainType |
Superclass types.
Definition at line 117 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::JointHistogramMetricType = TJointHistogramMetric |
Definition at line 124 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::Pointer = SmartPointer<Self> |
Definition at line 108 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::Self = JointHistogramMutualInformationComputeJointPDFThreader |
Standard class type aliases.
Definition at line 105 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::Superclass = JointHistogramMutualInformationComputeJointPDFThreaderBase<ThreadedIndexedContainerPartitioner, TJointHistogramMetric> |
Definition at line 107 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualImageType = typename Superclass::VirtualImageType |
Definition at line 120 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualIndexType = typename Superclass::VirtualIndexType |
Definition at line 121 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualPointSetType = typename JointHistogramMetricType::VirtualPointSetType |
Definition at line 125 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >::VirtualPointType = typename Superclass::VirtualPointType |
Definition at line 122 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
|
protecteddefault |
|
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::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedIndexedContainerPartitioner, TJointHistogramMetric >.
|
static |
|
overrideprotected |
Walk through the domain, and call this->ProcessPoint on every point.