![]() |
operator =()








Public Operator |
Declared in: NiContours.h |
Declaration
const CNiContours & operator =( const CNiContours& source);
Description
Assignment operator. The object is attached to the same CWContours_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWContours_CI pointer is incremented. If an CWContours_CI pointer is already attached to this object, that CWContours_CI pointer is released and its reference count decremented before the new CWContours_CI pointer is attached.
Parameters
const CNiContours& source
Specifies object to which to be assigned.