![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <cpg-network/cpg-integrator-predict-correct.h> CpgIntegratorPredictCorrectClass; CpgIntegratorPredictCorrect; CpgIntegratorPredictCorrect * cpg_integrator_predict_correct_new (void); guint cpg_integrator_predict_correct_get_correction_order (CpgIntegratorPredictCorrect *pc); guint cpg_integrator_predict_correct_get_prediction_order (CpgIntegratorPredictCorrect *pc); void cpg_integrator_predict_correct_set_correction_order (CpgIntegratorPredictCorrect *pc, guint order); void cpg_integrator_predict_correct_set_prediction_order (CpgIntegratorPredictCorrect *pc, guint order);
"correction-order" guint : Read / Write / Construct "prediction-order" guint : Read / Write / Construct
typedef struct { CpgIntegratorClass parent_class; } CpgIntegratorPredictCorrectClass;
typedef struct _CpgIntegratorPredictCorrect CpgIntegratorPredictCorrect;
CpgIntegratorPredictCorrect * cpg_integrator_predict_correct_new (void);
Create a new PredictCorrect integrator.
Returns : |
A CpgIntegratorPredictCorrect |
guint cpg_integrator_predict_correct_get_correction_order (CpgIntegratorPredictCorrect *pc);
Get the correction order.
|
A CpgIntegratorPredictCorrect |
Returns : |
The correction order |
guint cpg_integrator_predict_correct_get_prediction_order (CpgIntegratorPredictCorrect *pc);
Get the prediction order.
|
A CpgIntegratorPredictCorrect |
Returns : |
The prediction order |
void cpg_integrator_predict_correct_set_correction_order (CpgIntegratorPredictCorrect *pc, guint order);
Set the correction order.
|
A CpgIntegratorPredictCorrect |
|
The correction order |
void cpg_integrator_predict_correct_set_prediction_order (CpgIntegratorPredictCorrect *pc, guint order);
Set the prediction order.
|
A CpgIntegratorPredictCorrect |
|
The prediction order |