data_to_thread Struct Reference

#include <GaussianMask.h>

List of all members.


Detailed Description

Structure to allow information to be passed to threaded (parallel) routines.

Public Attributes

int tid
int numThreads
int filterWidth
int filterHeight
int filterDepth
int minimumThreshold
PixelArray3D< float > * rawData
PixelArray3D< float > * filteredData

Member Data Documentation

int data_to_thread::tid

Thread ID.

int data_to_thread::numThreads

Number of threads.

int data_to_thread::filterWidth

Radius of filter along the width direction.

int data_to_thread::filterHeight

Radius of filter along the height direction.

int data_to_thread::filterDepth

Radius of filter along the depth direction.

int data_to_thread::minimumThreshold

Minimum threshold for coarse-graining.

PixelArray3D<float>* data_to_thread::rawData

Unfiltered data container class.

PixelArray3D<float>* data_to_thread::filteredData

Filtered data container class.


The documentation for this struct was generated from the following file:
Generated on Mon Aug 27 13:39:31 2007 for IPAnalysis by  doxygen 1.5.3