ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkJointHistogramMutualInformationComputeJointPDFThreader.h>
Definition at line 52 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
Public Types | |
using | AssociateType = typename Superclass::AssociateType |
using | ConstPointer = SmartPointer< const Self > |
using | DomainType = typename Superclass::DomainType |
using | Pointer = SmartPointer< Self > |
using | Self = JointHistogramMutualInformationComputeJointPDFThreader |
using | Superclass = JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric > |
using | VirtualImageType = typename Superclass::VirtualImageType |
using | VirtualIndexType = typename Superclass::VirtualIndexType |
using | VirtualPointType = typename Superclass::VirtualPointType |
Public Types inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, 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< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric > |
using | VirtualImageType = typename JointHistogramMetricType::VirtualImageType |
using | VirtualIndexType = typename JointHistogramMetricType::VirtualIndexType |
using | VirtualPointType = typename JointHistogramMetricType::VirtualPointType |
Public Types inherited from itk::DomainThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric > | |
using | AssociateType = TJointHistogramMetric |
using | ConstPointer = SmartPointer< const Self > |
using | DomainPartitionerType = ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension > |
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 |
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 | |
JointHistogramMutualInformationComputeJointPDFThreader ()=default | |
void | ThreadedExecution (const DomainType &subdomain, const ThreadIdType threadId) override |
Protected Member Functions inherited from itk::JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, 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< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric > | |
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 () |
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::AssociateType = typename Superclass::AssociateType |
Definition at line 71 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::ConstPointer = SmartPointer< const Self > |
Definition at line 63 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::DomainType = typename Superclass::DomainType |
Superclass types.
Definition at line 70 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::Pointer = SmartPointer< Self > |
Definition at line 62 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::Self = JointHistogramMutualInformationComputeJointPDFThreader |
Standard class type aliases.
Definition at line 59 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::Superclass = JointHistogramMutualInformationComputeJointPDFThreaderBase< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric > |
Definition at line 61 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::VirtualImageType = typename Superclass::VirtualImageType |
Definition at line 73 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::VirtualIndexType = typename Superclass::VirtualIndexType |
Definition at line 74 of file itkJointHistogramMutualInformationComputeJointPDFThreader.h.
using itk::JointHistogramMutualInformationComputeJointPDFThreader< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >::VirtualPointType = typename Superclass::VirtualPointType |
Definition at line 75 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< ThreadedImageRegionPartitioner< TJointHistogramMetric::VirtualImageDimension >, TJointHistogramMetric >.
|
static |
|
overrideprotected |
Walk through the domain, and call this->ProcessPoint on every point.