![]() |
operator =()








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