#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 645 of file itkParallelSparseFieldLevelSetImageFilter.h.
|
Definition at line 664 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 672 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 652 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Used to transfer data between UpList and DownList across thread boundaries Definition at line 668 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Node memory pool Definition at line 661 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
The layers Definition at line 655 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Used to transfer data between m_Layers during load balancing Definition at line 658 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 651 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 680 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Indicates whether to use m_Semaphore[0] or m_Semaphore[1] for signalling/waiting Definition at line 683 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Local histogram with each thread Definition at line 675 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 647 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 685 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 650 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 649 of file itkParallelSparseFieldLevelSetImageFilter.h. |
|
Definition at line 663 of file itkParallelSparseFieldLevelSetImageFilter.h. |