PathEngine home previous: Interface iOutputStreamnext: Interface iTerrainCallBack
Contents, API Reference, Interfaces, iOutputStream, put

iOutputStream::put()

Description

This method is called by PathEngine to send data to an application defined output stream.

Syntax

void put(const char* data, tUnsigned32 data_size);
        

Parameters

data A buffer containing data to send to the output stream.
data_size The size of the buffer.

Documentation for PathEngine release 5.32 - Copyright © 2002-2013 PathEnginenext: Interface iTerrainCallBack