@Namespace(value="cv::instr") @NoOffset @Properties(inherit=opencv_core.class) public class NodeData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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(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() |
NodeData |
m_alwaysExpand(boolean setter) |
int |
m_counter() |
NodeData |
m_counter(int setter) |
BytePointer |
m_fileName() |
NodeData |
m_fileName(BytePointer setter) |
boolean |
m_funError() |
NodeData |
m_funError(boolean setter) |
BytePointer |
m_funName() |
NodeData |
m_funName(BytePointer setter) |
int |
m_implType() |
NodeData |
m_implType(int setter) |
int |
m_instrType() |
NodeData |
m_instrType(int setter) |
int |
m_lineNum() |
NodeData |
m_lineNum(int setter) |
Pointer |
m_retAddress() |
NodeData |
m_retAddress(Pointer setter) |
int |
m_threads() |
NodeData |
m_threads(int setter) |
int |
m_ticksTotal() |
NodeData |
m_ticksTotal(int setter) |
NodeDataTlsData |
m_tls() |
NodeData |
position(long position) |
NodeData |
put(NodeData arg0) |
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, zero
public 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)
@opencv_core.Str public BytePointer m_funName()
public NodeData m_funName(BytePointer setter)
public NodeData m_instrType(int setter)
public NodeData m_implType(int setter)
@Cast(value="const char*") public BytePointer m_fileName()
public NodeData m_fileName(BytePointer setter)
public int m_lineNum()
public NodeData m_lineNum(int setter)
public Pointer m_retAddress()
public NodeData m_alwaysExpand(boolean setter)
public NodeData m_funError(boolean setter)
public int m_counter()
public NodeData m_counter(int setter)
public NodeData m_ticksTotal(int setter)
@MemberGetter @ByRef public NodeDataTlsData m_tls()
public int m_threads()
public NodeData m_threads(int setter)
public double getTotalMs()
public double getMeanMs()
Copyright © 2020. All rights reserved.