create_generic_shape_modelT_create_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model (Operator)
Name
create_generic_shape_modelT_create_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model
— Create a shape model.
Signature
create_generic_shape_model( : : : ModelID)
Herror T_create_generic_shape_model(Htuple* ModelID)
def create_generic_shape_model() -> HHandle
Description
The operator create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model
creates a shape
model and returns its handle in ModelIDModelIDModelIDmodelIDmodel_id
.
The created model is not trained. See train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model
for information about training a model.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Parameters
ModelIDModelIDModelIDmodelIDmodel_id
(output_control) shape_model →
HShapeModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the shape model.
Result
If successful the operator create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model
returns the
value 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
Possible Successors
set_generic_shape_model_paramset_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param
,
train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model
,
write_shape_modelwrite_shape_modelWriteShapeModelWriteShapeModelwrite_shape_model
,
set_shape_model_originset_shape_model_originSetShapeModelOriginSetShapeModelOriginset_shape_model_origin
Module
Matching