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