ITK Function Reference

(V10000.1.0.60_20160308.00)
Modules | Functions
Manufacturing BVR

Modules

 MFGBVR Errors
 

Functions

MFGBVR_API int MFG_create_EBOPContext (const char *type, const char *name, const char *desc, const char *rootPartitionType, const char *rootPartitionName, const char *rootPartitionDesc, int *count, tag_t **newObjects)
 
MFGBVR_API int MFG_create_object (const char *type, tag_t target, tag_t context, const char *name, const char *desc, int *count, tag_t **newObjects)
 

Detailed Description

This module defines the required ITK interface for MFG (manufacturing) related operations.

Function Documentation

MFGBVR_API int MFG_create_EBOPContext ( const char *  type,
const char *  name,
const char *  desc,
const char *  rootPartitionType,
const char *  rootPartitionName,
const char *  rootPartitionDesc,
int *  count,
tag_t **  newObjects 
)
Parameters
type(I) type name
name(I) Name of the object
desc(I) Description for new object
rootPartitionType(I) root partition type name
rootPartitionName(I) root partition name
rootPartitionDesc(I) root partition description
count(O) Number of created objects
newObjects(OF) count Returned array of newly created objects tags
MFGBVR_API int MFG_create_object ( const char *  type,
tag_t  target,
tag_t  context,
const char *  name,
const char *  desc,
int *  count,
tag_t **  newObjects 
)
Parameters
type(I) type name
target(I) target
context(I) context
name(I) Name of the object
desc(I) Description for new object
count(O) Number of created objects
newObjects(OF) count Returned array of newly created objects tags