Fct_Pixel_Get_Filter

 

 

 

 

 

Syntax

 

int          (*Fct_Pixel_Get_Filter)(

          SliceO_Frame *pt

          void *ima,

          Vect pos,

)

 

 

Parameters

 

pt

Pointer to the class calling the function.

 

ima

Pointer to a Tomo_Image structure, as defined in the SliceO_File class.

 

pos

position of a point in the image plane.

 

Return value

 

This function return "the value of the filtered pixel

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

 

See also