iplProbeBatchAddProbe

Function iplProbeBatchAddProbe 

Source
pub unsafe extern "C" fn iplProbeBatchAddProbe(
    probeBatch: IPLProbeBatch,
    probe: IPLSphere,
)
Expand description

Adds a probe to a batch. The new probe will be added as the last probe in the batch.

\param probeBatch The probe batch. \param probe The probe to add.