Table: | For specifying the system |
MIL_ID SysId, | //in |
MIL_INT64 ContextType, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *Context3dimIdPtr | //out |
This function allocates a 3D image processing context on the specified system. When the 3D image processing context is no longer required, you should release its memory, using M3dimFree().
Specifies the identifier of the system on which to allocate the 3D image processing context.
For specifying the system
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Specifies the type of 3D image processing context to allocate. This parameter must be set to one of the following:
For specifying the context type
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_CALCULATE_MAP_SIZE_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimCalculateMapSize(). |
||||||||||||||||||||||||||||||||||||||
M_FILL_GAPS_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimFillGaps(). |
||||||||||||||||||||||||||||||||||||||
M_MESH_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimMesh(). |
||||||||||||||||||||||||||||||||||||||
M_NORMALS_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimNormals(). |
||||||||||||||||||||||||||||||||||||||
M_STATISTICS_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimStat(). |
||||||||||||||||||||||||||||||||||||||
M_SUBSAMPLE_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimSample() to perform subsampling. |
||||||||||||||||||||||||||||||||||||||
M_SURFACE_SAMPLE_CONTEXT |
Specifies to allocate a 3D image processing context that can be used with M3dimSample() to perform surface sampling. |
Header | Include mil.h. |
Library | Use mil.lib; mil3dim.lib. |
DLL | Requires mil.dll; mil3dim.dll. |