SRGraphPosition::GetComponent

SRGraphComponent *SRGraphPosition::GetComponent(void)

Returns a pointer to the SRGraphComponent in which the point was found

Defined in: SRGPosn.cpp

Return Value

Contents of the m_pSubject member or the first component in the list

Remarks

If this function is called when a list of components is available, a pointer to the first component in the list is returned. The debug version ASSERTs if the m_pSubject member is NULL.