@Name(value="cv::Node<cv::instr::NodeData>") @NoOffset public static class opencv_core.InstrNode extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
InstrNode() |
InstrNode(long size)
Native array allocator.
|
InstrNode(opencv_core.NodeData payload) |
InstrNode(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(opencv_core.InstrNode pNode) |
int |
findChild(opencv_core.InstrNode pNode) |
opencv_core.InstrNode |
findChild(opencv_core.NodeData payload) |
int |
getDepth() |
PointerPointer |
m_childs() |
opencv_core.InstrNode |
m_childs(PointerPointer m_childs) |
opencv_core.NodeData |
m_payload() |
opencv_core.InstrNode |
m_payload(opencv_core.NodeData m_payload) |
opencv_core.InstrNode |
m_pParent() |
opencv_core.InstrNode |
m_pParent(opencv_core.InstrNode m_pParent) |
opencv_core.InstrNode |
position(long position) |
void |
removeChilds() |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic InstrNode(Pointer p)
Pointer.Pointer(Pointer).public InstrNode(long size)
Pointer.position(long).public InstrNode()
public InstrNode(@ByRef opencv_core.NodeData payload)
public opencv_core.InstrNode position(long position)
public opencv_core.InstrNode findChild(@ByRef opencv_core.NodeData payload)
public int findChild(opencv_core.InstrNode pNode)
public void addChild(opencv_core.InstrNode pNode)
public void removeChilds()
public int getDepth()
@ByRef public opencv_core.NodeData m_payload()
public opencv_core.InstrNode m_payload(opencv_core.NodeData m_payload)
public opencv_core.InstrNode m_pParent()
public opencv_core.InstrNode m_pParent(opencv_core.InstrNode m_pParent)
@Cast(value="cv::Node<cv::instr::NodeData>**") @StdVector public PointerPointer m_childs()
public opencv_core.InstrNode m_childs(PointerPointer m_childs)
Copyright © 2017. All rights reserved.