SMIL  1.0.4
arrowMinFunction< T, arrowT > Class Template Reference
+ Inheritance diagram for arrowMinFunction< T, arrowT >:
+ Collaboration diagram for arrowMinFunction< T, arrowT >:

Public Types

typedef MorphImageFunctionBase< T, arrowT > parentClass
 
typedef parentClass::imageInType imageInType
 
typedef imageInType::lineType lineInType
 
typedef imageInType::lineType sliceInType
 
typedef imageInType::volType volInType
 
typedef parentClass::imageOutType imageArrowType
 
typedef imageArrowType::lineType lineArrowType
 
typedef imageArrowType::sliceType sliceArrowType
 
typedef imageArrowType::volType volArrowType
 
- Public Types inherited from MorphImageFunctionBase< T, UINT8 >
typedef Image< T > imageInType
 
typedef ImDtTypes< T >::lineType lineInType
 
typedef ImDtTypes< T >::sliceType sliceInType
 
typedef ImDtTypes< T >::volType volInType
 
typedef Image< UINT8 > imageOutType
 
typedef ImDtTypes< UINT8 >::lineType lineOutType
 
typedef ImDtTypes< UINT8 >::sliceType sliceOutType
 
typedef ImDtTypes< UINT8 >::volType volOutType
 
- Public Types inherited from imageFunctionBase< T >
typedef Image< T > imageType
 
typedef imageType::sliceType sliceType
 
typedef imageType::lineType lineType
 
typedef imageType::pixelType pixelType
 

Public Member Functions

 arrowMinFunction (T border=numeric_limits< T >::max())
 
virtual RES_T _exec (const imageInType &in, imageArrowType &imOut, const StrElt &se)
 
- Public Member Functions inherited from MorphImageFunctionBase< T, UINT8 >
 MorphImageFunctionBase (T _borderValue=ImDtTypes< T >::min(), UINT8 _initialValue=ImDtTypes< UINT8 >::min())
 
RES_T operator() (const imageInType &imIn, imageOutType &imOut, const StrElt &se=DEFAULT_SE)
 
RES_T operator() (const imageInType &imIn, const StrElt &se=DEFAULT_SE)
 
virtual RES_T initialize (const imageInType &imIn, imageOutType &imOut, const StrElt &se)
 
virtual RES_T finalize (const imageInType &imIn, imageOutType &imOut, const StrElt &se)
 
virtual RES_T _exec (const imageInType &imIn, const StrElt &se)
 
virtual RES_T processImage (const imageInType &imIn, imageOutType &imOut, const StrElt &se)
 
virtual void processSlice (sliceInType linesIn, sliceOutType linesOut, size_t &lineNbr, const StrElt &se)
 
virtual void processLine (lineInType pixIn, lineOutType pixOut, size_t &pixNbr, const StrElt &se)
 
virtual void processPixel (size_t pointOffset, vector< int > &dOffsets)
 
virtual void processPixel (IntPoint &point, vector< IntPoint > &dOffsets)
 
- Public Member Functions inherited from imageFunctionBase< T >
lineType * createAlignedBuffers (size_t nbr, size_t len)
 
void deleteAlignedBuffers ()
 
void copyLineToBuffer (T *line, size_t bufIndex)
 
void copyBufferToLine (size_t bufIndex, T *line)
 
 operator RES_T ()
 

Private Attributes

borderValue
 
size_t lineLen
 

Additional Inherited Members

- Static Public Member Functions inherited from MorphImageFunctionBase< T, UINT8 >
static bool isInplaceSafe (const StrElt &)
 
- Public Attributes inherited from MorphImageFunctionBase< T, UINT8 >
const Image< T > * imageIn
 
Image< UINT8 > * imageOut
 
UINT8 initialValue
 
borderValue
 
- Public Attributes inherited from imageFunctionBase< T >
sliceType alignedBuffers
 
size_t bufferNumber
 
size_t bufferLength
 
size_t bufferSize
 
RES_T retVal
 
- Protected Attributes inherited from MorphImageFunctionBase< T, UINT8 >
size_t imSize [3]
 
volInType slicesIn
 
volOutType slicesOut
 
lineInType pixelsIn
 
lineOutType pixelsOut
 
vector< IntPointsePoints
 
UINT sePointNbr
 
vector< int > relativeOffsets
 
int se_xmin
 
int se_xmax
 
int se_ymin
 
int se_ymax
 
int se_zmin
 
int se_zmax
 
bool oddSe
 

The documentation for this class was generated from the following file: