Determined whether the specified node is occupied or not

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool CV_IS_SET_ELEM(
	IntPtr ptr
)
Public Shared Function CV_IS_SET_ELEM ( _
	ptr As IntPtr _
) As Boolean
public:
static bool CV_IS_SET_ELEM(
	IntPtr ptr
)

Parameters

ptr
IntPtr
Pointer to the node

Return Value

true if the specified node is occupied

See Also