public interface R2MBHeaderReadableType
extends com.io7m.jpra.runtime.java.JPRAValueType
R2MBHeader record type.| Modifier and Type | Method and Description |
|---|---|
byte |
getMagic0() |
byte |
getMagic1() |
byte |
getMagic2() |
byte |
getMagic3() |
int |
getTriangleCount() |
int |
getVersion() |
int |
getVertexCount() |
int |
metaMagic0OffsetFromCursor() |
int |
metaMagic0OffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMagic0Type() |
int |
metaMagic1OffsetFromCursor() |
int |
metaMagic1OffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMagic1Type() |
int |
metaMagic2OffsetFromCursor() |
int |
metaMagic2OffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMagic2Type() |
int |
metaMagic3OffsetFromCursor() |
int |
metaMagic3OffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaMagic3Type() |
int |
metaTriangleCountOffsetFromCursor() |
int |
metaTriangleCountOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaTriangleCountType() |
int |
metaVersionOffsetFromCursor() |
int |
metaVersionOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaVersionType() |
int |
metaVertexCountOffsetFromCursor() |
int |
metaVertexCountOffsetFromType() |
com.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned |
metaVertexCountType() |
int metaMagic0OffsetFromType()
magic0 field, from the start of the typeint metaMagic0OffsetFromCursor()
magic0 field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMagic0Type()
magic0 fieldbyte getMagic0()
magic0 fieldint metaMagic1OffsetFromType()
magic1 field, from the start of the typeint metaMagic1OffsetFromCursor()
magic1 field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMagic1Type()
magic1 fieldbyte getMagic1()
magic1 fieldint metaMagic2OffsetFromType()
magic2 field, from the start of the typeint metaMagic2OffsetFromCursor()
magic2 field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMagic2Type()
magic2 fieldbyte getMagic2()
magic2 fieldint metaMagic3OffsetFromType()
magic3 field, from the start of the typeint metaMagic3OffsetFromCursor()
magic3 field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaMagic3Type()
magic3 fieldbyte getMagic3()
magic3 fieldint metaVersionOffsetFromType()
version field, from the start of the typeint metaVersionOffsetFromCursor()
version field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaVersionType()
version fieldint getVersion()
version fieldint metaVertexCountOffsetFromType()
vertex_count field, from the start of the typeint metaVertexCountOffsetFromCursor()
vertex_count field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaVertexCountType()
vertex_count fieldint getVertexCount()
vertex_count fieldint metaTriangleCountOffsetFromType()
triangle_count field, from the start of the typeint metaTriangleCountOffsetFromCursor()
triangle_count field, from the cursorcom.io7m.jpra.runtime.java.JPRATypeModel.JPRAIntegerUnsigned metaTriangleCountType()
triangle_count fieldint getTriangleCount()
triangle_count fieldCopyright © 2016 <code@io7m.com> http://io7m.com