15 namespace MAKVrExchange
18 class DtPortalConnection;
48 DtU32 numSupplyTypes()
const;
49 void setNumSupplyTypes( DtU32 num );
51 float supplyQuantity(
const DtEntityType& supply );
54 int setNthSupply(
unsigned int supplyIndex,
const DtEntityType& supply,
55 float*
const quantity = 0 );
56 int nthSupply(
unsigned int supplyIndex, DtNetEntityType& requestedSupply,
57 float* quantity = 0 )
const;
63 virtual unsigned int netSize()
const;
64 virtual void writeSelfToBuffer(
void* buffer,
int bufferSize )
const;
65 virtual void readSelfFromBuffer(
const void* buffer,
int bufferSize );
67 virtual std::ostream& printDataToStream( std::ostream& str )
const;