![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define CPG_INTEGRATOR_PREDICT_CORRECT_CONST(obj) struct CpgIntegratorPredictCorrect; struct CpgIntegratorPredictCorrectClass; CpgIntegratorPredictCorrect * cpg_integrator_predict_correct_new (void
); guint cpg_integrator_predict_correct_get_prediction_order (CpgIntegratorPredictCorrect *pc
); guint cpg_integrator_predict_correct_get_correction_order (CpgIntegratorPredictCorrect *pc
); void cpg_integrator_predict_correct_set_prediction_order (CpgIntegratorPredictCorrect *pc
,guint order
); void cpg_integrator_predict_correct_set_correction_order (CpgIntegratorPredictCorrect *pc
,guint order
); CpgIntegratorPredictCorrectPrivate;
CpgIntegratorPredictCorrect implements CpgUsable, CpgAnnotatable, CpgLayoutable and CpgTaggable.
"correction-order" guint : Read / Write / Construct "prediction-order" guint : Read / Write / Construct
The prediction correction integrator is a CpgIntegrator subclass implementing a prediction correction integration scheme. It supports multiple orders of prediction and correction.
#define CPG_INTEGRATOR_PREDICT_CORRECT_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INTEGRATOR_PREDICT_CORRECT, CpgIntegratorPredictCorrect const))
CpgIntegratorPredictCorrect * cpg_integrator_predict_correct_new
(void
);
Create a new PredictCorrect integrator.
Returns : |
A CpgIntegratorPredictCorrect |
guint cpg_integrator_predict_correct_get_prediction_order
(CpgIntegratorPredictCorrect *pc
);
Get the prediction order.
|
A CpgIntegratorPredictCorrect |
Returns : |
The prediction order |
guint cpg_integrator_predict_correct_get_correction_order
(CpgIntegratorPredictCorrect *pc
);
Get the correction order.
|
A CpgIntegratorPredictCorrect |
Returns : |
The correction order |
void cpg_integrator_predict_correct_set_prediction_order (CpgIntegratorPredictCorrect *pc
,guint order
);
Set the prediction order.
|
A CpgIntegratorPredictCorrect |
|
The prediction order |
void cpg_integrator_predict_correct_set_correction_order (CpgIntegratorPredictCorrect *pc
,guint order
);
Set the correction order.
|
A CpgIntegratorPredictCorrect |
|
The correction order |