This method assign a memory buffer to the "user" structure in the SliceO_Class. You must also provide a unique ID for the memory buffer that will be used to get access to the memory buffer. This ID is an unsigned 32 bit integer. Please note that values 0 through 100 are reserved for TomoVision.
Syntax
int User_Set(
unsigned int id,
SliceO_Buffer * pt
) ;
Parameters
id
This method
Return value
This method return NULL if an error occurred, 1 otherwise.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also