CpgIntegratorPredictCorrect

CpgIntegratorPredictCorrect

Synopsis


#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);

Object Hierarchy

  GObject
   +----CpgObject
         +----CpgIntegrator
               +----CpgIntegratorPredictCorrect

Properties

  "correction-order"         guint                 : Read / Write / Construct
  "prediction-order"         guint                 : Read / Write / Construct

Description

Details

CpgIntegratorPredictCorrectClass

typedef struct {
	CpgIntegratorClass parent_class;
} CpgIntegratorPredictCorrectClass;


CpgIntegratorPredictCorrect

typedef struct _CpgIntegratorPredictCorrect CpgIntegratorPredictCorrect;


cpg_integrator_predict_correct_new ()

CpgIntegratorPredictCorrect * cpg_integrator_predict_correct_new
                                                        (void);

Create a new PredictCorrect integrator.


cpg_integrator_predict_correct_get_correction_order ()

guint               cpg_integrator_predict_correct_get_correction_order
                                                        (CpgIntegratorPredictCorrect *pc);

Get the correction order.

pc :

A CpgIntegratorPredictCorrect

Returns :

The correction order

cpg_integrator_predict_correct_get_prediction_order ()

guint               cpg_integrator_predict_correct_get_prediction_order
                                                        (CpgIntegratorPredictCorrect *pc);

Get the prediction order.

pc :

A CpgIntegratorPredictCorrect

Returns :

The prediction order

cpg_integrator_predict_correct_set_correction_order ()

void                cpg_integrator_predict_correct_set_correction_order
                                                        (CpgIntegratorPredictCorrect *pc,
                                                         guint order);

Set the correction order.

pc :

A CpgIntegratorPredictCorrect

order :

The correction order

cpg_integrator_predict_correct_set_prediction_order ()

void                cpg_integrator_predict_correct_set_prediction_order
                                                        (CpgIntegratorPredictCorrect *pc,
                                                         guint order);

Set the prediction order.

pc :

A CpgIntegratorPredictCorrect

order :

The prediction order

Property Details

The "correction-order" property

  "correction-order"         guint                 : Read / Write / Construct

Correction order.

Allowed values: [3,5]

Default value: 5


The "prediction-order" property

  "prediction-order"         guint                 : Read / Write / Construct

Prediction order.

Allowed values: [2,5]

Default value: 3