#include <itkParallelSparseFieldLevelSetImageFilter.h>
Collaboration diagram for itk::ParallelSparseFieldLevelSetImageFilter< TInputImage, TOutputImage >::ThreadData:
Public Attributes | |
char | pad1 [128] |
TimeStepType | TimeStep |
ThreadRegionType | ThreadRegion |
ValueType | m_RMSChange |
unsigned int | m_Count |
LayerListType | m_Layers |
LayerListType * | m_LoadTransferBufferLayers |
LayerNodeStorageType::Pointer | m_LayerNodeStore |
LayerPointerType | UpList [2] |
LayerPointerType | DownList [2] |
LayerPointerType ** | m_InterNeighborNodeTransferBufferLayers [2] |
void * | globalData |
int * | m_ZHistogram |
Semaphore::Pointer | m_Semaphore [2] |
unsigned int | m_SemaphoreArrayNumber |
char | pad2 [128] |
Definition at line 675 of file itkParallelSparseFieldLevelSetImageFilter.h.
|
Definition at line 694 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
A pointer to the GlobalData struct obtained from the difference function. Every thread has its own copy of the struct Definition at line 702 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 682 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Used to transfer data between UpList and DownList across thread boundaries Definition at line 698 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Node memory pool Definition at line 691 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
The layers Definition at line 685 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Used to transfer data between m_Layers during load balancing Definition at line 688 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 681 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Semaphores used for signalling and waiting neighbor threads. Strictly speaking the semaphores are NOT just accessed by the thread that owns them BUT also by the thread's neighbors. So they are NOT truly "local" data. Definition at line 710 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Indicates whether to use m_Semaphore[0] or m_Semaphore[1] for signalling/waiting Definition at line 713 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Local histogram with each thread Definition at line 705 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 677 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 715 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 680 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 679 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 693 of file itkParallelSparseFieldLevelSetImageFilter.h. |