![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#define CPG_INTEGRATOR_STUB_CONST (obj) struct CpgIntegratorStub; struct CpgIntegratorStubClass; CpgIntegratorStub * cpg_integrator_stub_new (void
); void cpg_integrator_stub_update (CpgIntegratorStub *stub
,gdouble t
,gdouble dt
,gboolean integrate
); CpgIntegratorStubPrivate;
CpgIntegratorStub implements CpgUsable, CpgAnnotatable, CpgLayoutable and CpgTaggable.
Stub integrator. This integrator does not really do anything. It can be used as a stub when an external integration scheme is used (for example from matlab).
#define CPG_INTEGRATOR_STUB_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INTEGRATOR_STUB, CpgIntegratorStub const))
CpgIntegratorStub * cpg_integrator_stub_new (void
);
Create a new Stub integrator.
Returns : |
A CpgIntegratorStub |
void cpg_integrator_stub_update (CpgIntegratorStub *stub
,gdouble t
,gdouble dt
,gboolean integrate
);
Update the stub integrator. This will reset property values from their update values and optionally calculate the differential equations.
|
A CpgIntegratorStub |
|
the time |
|
the time step |
|
whether or not to integrate the system |