ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkProcessObject.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DomainPartitionerType | DomainPartitionerType |
typedef Superclass::DomainType | DomainType |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObjectDomainThreader | Self |
typedef DomainThreader < TDomainPartitioner, ProcessObject::Self > | Superclass |
Public Types inherited from itk::DomainThreader< TDomainPartitioner, TAssociate > | |
typedef TAssociate | AssociateType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::DomainThreader< TDomainPartitioner, TAssociate > | |
void | Execute (AssociateType *enclosingClass, const DomainType &domain) |
MultiThreader * | GetMultiThreader () const |
virtual ThreadIdType | GetNumberOfThreadsUsed () const |
virtual void | SetDomainPartitioner (DomainPartitionerType *_arg) |
virtual const DomainPartitionerType * | GetDomainPartitioner () |
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 |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | 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 |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () 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 Member Functions | |
virtual void | DetermineNumberOfThreadsUsed () |
ProcessObjectDomainThreader () | |
virtual | ~ProcessObjectDomainThreader () |
Protected Member Functions inherited from itk::DomainThreader< TDomainPartitioner, TAssociate > | |
virtual void | AfterThreadedExecution () |
virtual void | BeforeThreadedExecution () |
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 | |
void | operator= (const Self &) |
ProcessObjectDomainThreader (const Self &) |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::DomainThreader< TDomainPartitioner, TAssociate > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::DomainThreader< TDomainPartitioner, TAssociate > | |
AssociateType * | m_Associate |
Multi-threaded processing on a domain by processing sub-domains per thread.
This class is the same as DomainThreader, but it uses the MultiThreader and NumberOfThreads defined on the enclosing ProcessObject.
Definition at line 399 of file itkProcessObject.h.
typedef SmartPointer< const Self > itk::ProcessObject::ProcessObjectDomainThreader< TDomainPartitioner, TAssociate >::ConstPointer |
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
Definition at line 406 of file itkProcessObject.h.
typedef Superclass::DomainPartitionerType itk::ProcessObject::ProcessObjectDomainThreader< TDomainPartitioner, TAssociate >::DomainPartitionerType |
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
Definition at line 408 of file itkProcessObject.h.
typedef Superclass::DomainType itk::ProcessObject::ProcessObjectDomainThreader< TDomainPartitioner, TAssociate >::DomainType |
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
Definition at line 409 of file itkProcessObject.h.
typedef SmartPointer< Self > itk::ProcessObject::ProcessObjectDomainThreader< TDomainPartitioner, TAssociate >::Pointer |
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
Definition at line 405 of file itkProcessObject.h.
typedef ProcessObjectDomainThreader itk::ProcessObject::ProcessObjectDomainThreader< TDomainPartitioner, TAssociate >::Self |
Standard class typedefs.
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
Definition at line 403 of file itkProcessObject.h.
typedef DomainThreader< TDomainPartitioner, ProcessObject::Self > itk::ProcessObject::ProcessObjectDomainThreader< TDomainPartitioner, TAssociate >::Superclass |
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
Definition at line 404 of file itkProcessObject.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
This is overridden to set the MultiThreader and number of threads used the same as the ProcessObject.
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.
|
private |
Reimplemented from itk::DomainThreader< TDomainPartitioner, TAssociate >.