Determined whether the specified node is occupied or not

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

Syntax

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

Parameters

ptr
Type: System..::.IntPtr
Pointer to the node

Return Value

true if the specified node is occupied

See Also