Data Structures | |
| struct | RpPrtAdvEmtCircle |
Functions | |
| RpPrtStdEmitter * | RpPrtAdvEmtCircleEmitCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtCircleCloneCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtCircleStreamGetSizeCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtCircleStreamReadCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
| RpPrtStdEmitter * | RpPrtAdvEmtCircleStreamWriteCB (RpAtomic *atomic, RpPrtStdEmitter *emt, void *data) |
|
||||||||||||||||
|
RpPrtAdvEmtCircleCloneCB is the clone callback for the circular emitter property. This callback clones the circular emitter property of the emitter. This callback should be added after the standard callback. All other properties of the particles should be handled by the previous emit callback in the list.
|
|
||||||||||||||||
|
RpPrtAdvEmtCircleEmitCB is the emit callback for the circular emitter property. This callback emits new particles using the current emitter. The particle class must contain the circular particle property. This callback should be added after the standard callback. All other properties of the particles should be handled by the previous emit callback in the list.
|
|
||||||||||||||||
|
RpPrtAdvEmtCircleStreamGetSizeCB is the callback used to determine the size, in bytes, of the binary representation of a circular emitter. This value is used in the binary chunk header to indicate the size of the chunk. This callback should be added to an emitter class if the emitter contains the circular emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtCircleStreamReadCB is the stream in callback for the circular particle property. This function streams in an emitter containing the circular property. This callback should be added to an emitter class if the emitter contains the circular emitter property.
|
|
||||||||||||||||
|
RpPrtAdvEmtCircleStreamWriteCB is the stream out callback for the circular particle property. This function streams out an emitter containing the circular property. This callback should be added to an emitter class if the emitter contains the circular emitter property.
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:47:03 2004.
Send Feedback