@Name(value="cv::Node<cv::instr::NodeData>") @NoOffset @Properties(inherit=opencv_core.class) public class InstrNode extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
InstrNode() |
InstrNode(long size)
Native array allocator.
|
InstrNode(NodeData payload) |
InstrNode(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(InstrNode pNode) |
int |
findChild(InstrNode pNode) |
InstrNode |
findChild(NodeData payload) |
int |
getDepth() |
PointerPointer |
m_childs() |
InstrNode |
m_childs(PointerPointer setter) |
NodeData |
m_payload() |
InstrNode |
m_payload(NodeData setter) |
InstrNode |
m_pParent() |
InstrNode |
m_pParent(InstrNode setter) |
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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic InstrNode(Pointer p)
Pointer.Pointer(Pointer).public InstrNode(long size)
Pointer.position(long).public InstrNode()
public int findChild(InstrNode pNode)
public void addChild(InstrNode pNode)
public void removeChilds()
public int getDepth()
public InstrNode m_pParent()
@Cast(value="cv::Node<cv::instr::NodeData>**") @StdVector public PointerPointer m_childs()
public InstrNode m_childs(PointerPointer setter)
Copyright © 2020. All rights reserved.