@Name(value="cv::Node<cv::instr::NodeData>")
@NoOffset
public static class opencv_core.InstrNode
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
InstrNode() |
InstrNode(long size)
Native array allocator.
|
InstrNode(opencv_core.NodeData payload) |
InstrNode(org.bytedeco.javacpp.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() |
org.bytedeco.javacpp.PointerPointer |
m_childs() |
opencv_core.InstrNode |
m_childs(org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic InstrNode(org.bytedeco.javacpp.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)
position in class org.bytedeco.javacpp.Pointerpublic 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 org.bytedeco.javacpp.PointerPointer m_childs()
public opencv_core.InstrNode m_childs(org.bytedeco.javacpp.PointerPointer m_childs)
Copyright © 2018. All rights reserved.