public class VROverlayIntersectionMaskPrimitive_Data_t
extends com.sun.jna.Union
Modifier and Type | Class and Description |
---|---|
static class |
VROverlayIntersectionMaskPrimitive_Data_t.ByReference |
static class |
VROverlayIntersectionMaskPrimitive_Data_t.ByValue |
Modifier and Type | Field and Description |
---|---|
IntersectionMaskCircle_t |
m_Circle
C type : IntersectionMaskCircle_t
|
IntersectionMaskRectangle_t |
m_Rectangle
C type : IntersectionMaskRectangle_t
|
Constructor and Description |
---|
VROverlayIntersectionMaskPrimitive_Data_t() |
VROverlayIntersectionMaskPrimitive_Data_t(IntersectionMaskCircle_t m_Circle) |
VROverlayIntersectionMaskPrimitive_Data_t(IntersectionMaskRectangle_t m_Rectangle) |
VROverlayIntersectionMaskPrimitive_Data_t(com.sun.jna.Pointer peer) |
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeField
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
public IntersectionMaskRectangle_t m_Rectangle
public IntersectionMaskCircle_t m_Circle
public VROverlayIntersectionMaskPrimitive_Data_t()
public VROverlayIntersectionMaskPrimitive_Data_t(IntersectionMaskRectangle_t m_Rectangle)
m_Rectangle
- C type : IntersectionMaskRectangle_tpublic VROverlayIntersectionMaskPrimitive_Data_t(IntersectionMaskCircle_t m_Circle)
m_Circle
- C type : IntersectionMaskCircle_tpublic VROverlayIntersectionMaskPrimitive_Data_t(com.sun.jna.Pointer peer)