HUtilities Class Descriptions › CaBlob › void CaBlob(const CaBlob& rBlob)
Copy constructor sets one blob to another. They both point to the same data.
CaBlob
const CaBlob& rBlob - the blob to copy
None
Blob does not own this data.
Example
CaBlob b1(b2);
More information: