public static class opencv_contrib.Octree.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.Octree.Node() |
opencv_contrib.Octree.Node(int size) |
opencv_contrib.Octree.Node(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
begin() |
opencv_contrib.Octree.Node |
begin(int begin) |
IntPointer |
children() |
int |
children(int i) |
opencv_contrib.Octree.Node |
children(int i,
int children) |
int |
end() |
opencv_contrib.Octree.Node |
end(int end) |
boolean |
isLeaf() |
opencv_contrib.Octree.Node |
isLeaf(boolean isLeaf) |
int |
maxLevels() |
opencv_contrib.Octree.Node |
maxLevels(int maxLevels) |
opencv_contrib.Octree.Node |
position(int position) |
float |
x_max() |
opencv_contrib.Octree.Node |
x_max(float x_max) |
float |
x_min() |
opencv_contrib.Octree.Node |
x_min(float x_min) |
float |
y_max() |
opencv_contrib.Octree.Node |
y_max(float y_max) |
float |
y_min() |
opencv_contrib.Octree.Node |
y_min(float y_min) |
float |
z_max() |
opencv_contrib.Octree.Node |
z_max(float z_max) |
float |
z_min() |
opencv_contrib.Octree.Node |
z_min(float z_min) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_contrib.Octree.Node(Pointer p)
public opencv_contrib.Octree.Node(int size)
public opencv_contrib.Octree.Node()
public opencv_contrib.Octree.Node position(int position)
public int begin()
public opencv_contrib.Octree.Node begin(int begin)
public int end()
public opencv_contrib.Octree.Node end(int end)
public float x_min()
public opencv_contrib.Octree.Node x_min(float x_min)
public float x_max()
public opencv_contrib.Octree.Node x_max(float x_max)
public float y_min()
public opencv_contrib.Octree.Node y_min(float y_min)
public float y_max()
public opencv_contrib.Octree.Node y_max(float y_max)
public float z_min()
public opencv_contrib.Octree.Node z_min(float z_min)
public float z_max()
public opencv_contrib.Octree.Node z_max(float z_max)
public int maxLevels()
public opencv_contrib.Octree.Node maxLevels(int maxLevels)
public boolean isLeaf()
public opencv_contrib.Octree.Node isLeaf(boolean isLeaf)
public int children(int i)
public opencv_contrib.Octree.Node children(int i, int children)
public IntPointer children()
Copyright © 2014. All Rights Reserved.