| Package | Description |
|---|---|
| org.bytedeco.openpose | |
| org.bytedeco.openpose.global |
| Modifier and Type | Method and Description |
|---|---|
openpose.HeatMapType[] |
HeatMapTypeVector.get() |
openpose.HeatMapType |
HeatMapTypeVector.Iterator.get() |
openpose.HeatMapType |
HeatMapTypeVector.get(long i) |
openpose.HeatMapType |
HeatMapTypeVector.pop_back() |
| Modifier and Type | Method and Description |
|---|---|
HeatMapTypeVector.Iterator |
HeatMapTypeVector.insert(HeatMapTypeVector.Iterator pos,
openpose.HeatMapType value) |
HeatMapTypeVector |
HeatMapTypeVector.push_back(openpose.HeatMapType value) |
HeatMapTypeVector |
HeatMapTypeVector.put(long i,
openpose.HeatMapType value) |
HeatMapTypeVector |
HeatMapTypeVector.put(openpose.HeatMapType... array) |
HeatMapTypeVector |
HeatMapTypeVector.put(openpose.HeatMapType value) |
| Constructor and Description |
|---|
HeatMapTypeVector(openpose.HeatMapType... array) |
HeatMapTypeVector(openpose.HeatMapType value) |
| Modifier and Type | Method and Description |
|---|---|
openpose.HeatMapType |
openpose.HeatMapType.intern() |
static openpose.HeatMapType |
openpose.HeatMapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static openpose.HeatMapType[] |
openpose.HeatMapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.