Determined whether the specified node is occupied or not

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

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