@Namespace(value="cv::instr")
@NoOffset
public static class opencv_core.NodeData
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
NodeData() |
NodeData(org.bytedeco.javacpp.BytePointer funName,
org.bytedeco.javacpp.BytePointer fileName,
int lineNum,
org.bytedeco.javacpp.Pointer retAddress,
boolean alwaysExpand,
int instrType,
int implType) |
NodeData(long size)
Native array allocator.
|
NodeData(opencv_core.NodeData ref) |
NodeData(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
NodeData(String funName,
String fileName,
int lineNum,
org.bytedeco.javacpp.Pointer retAddress,
boolean alwaysExpand,
int instrType,
int implType) |
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 NodeData(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public NodeData(long size)
Pointer.position(long).public NodeData(@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer funName,
@Cast(value="const char*")
org.bytedeco.javacpp.BytePointer fileName,
int lineNum,
org.bytedeco.javacpp.Pointer retAddress,
@Cast(value="bool")
boolean alwaysExpand,
@Cast(value="cv::instr::TYPE")
int instrType,
@Cast(value="cv::instr::IMPL")
int implType)
public NodeData()
public NodeData(String funName, String fileName, int lineNum, org.bytedeco.javacpp.Pointer retAddress, @Cast(value="bool") boolean alwaysExpand, @Cast(value="cv::instr::TYPE") int instrType, @Cast(value="cv::instr::IMPL") int implType)
public NodeData(@ByRef
opencv_core.NodeData ref)
public opencv_core.NodeData position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator =") public opencv_core.NodeData put(@Const @ByRef opencv_core.NodeData arg0)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer m_funName()
public opencv_core.NodeData m_funName(org.bytedeco.javacpp.BytePointer m_funName)
@Cast(value="cv::instr::TYPE") public int m_instrType()
public opencv_core.NodeData m_instrType(int m_instrType)
@Cast(value="cv::instr::IMPL") public int m_implType()
public opencv_core.NodeData m_implType(int m_implType)
@MemberGetter @Cast(value="const char*") public org.bytedeco.javacpp.BytePointer m_fileName()
public int m_lineNum()
public opencv_core.NodeData m_lineNum(int m_lineNum)
public org.bytedeco.javacpp.Pointer m_retAddress()
public opencv_core.NodeData m_retAddress(org.bytedeco.javacpp.Pointer m_retAddress)
@Cast(value="bool") public boolean m_alwaysExpand()
public opencv_core.NodeData m_alwaysExpand(boolean m_alwaysExpand)
@Cast(value="bool") public boolean m_funError()
public opencv_core.NodeData m_funError(boolean m_funError)
public int m_counter()
public opencv_core.NodeData m_counter(int m_counter)
@Cast(value="uint64") public int m_ticksTotal()
public opencv_core.NodeData m_ticksTotal(int m_ticksTotal)
@MemberGetter @ByRef public opencv_core.NodeDataTlsData m_tls()
public int m_threads()
public opencv_core.NodeData m_threads(int m_threads)
public double getTotalMs()
public double getMeanMs()
Copyright © 2018. All rights reserved.