[This is preliminary documentation and is subject to change.]

Determined whether the specified node is occupied or not

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

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