public class ScrVert extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__editflag
Field descriptor (offset) for struct member 'editflag'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__newv
Field descriptor (offset) for struct member 'newv'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__vec
Field descriptor (offset) for struct member 'vec'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ScrVert.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ScrVert(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ScrVert(ScrVert that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ScrVert> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getEditflag()
Get method for struct member 'editflag'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<ScrVert> |
getNewv()
Get method for struct member 'newv'.
|
CPointer<ScrVert> |
getNext()
Get method for struct member 'next'.
|
CPointer<ScrVert> |
getPrev()
Get method for struct member 'prev'.
|
vec2s |
getVec()
Get method for struct member 'vec'.
|
void |
setEditflag(short editflag)
Set method for struct member 'editflag'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setNewv(CPointer<ScrVert> newv)
Set method for struct member 'newv'.
|
void |
setNext(CPointer<ScrVert> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<ScrVert> prev)
Set method for struct member 'prev'.
|
void |
setVec(vec2s vec)
Set method for struct member 'vec'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for ScrVert.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
ScrVert scrvert = ...; CPointer<Object> p = scrvert.__dna__addressof(ScrVert.__DNA__FIELD__next); CPointer<CPointer<ScrVert>> p_next = p.cast(new Class[]{CPointer.class, ScrVert.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
ScrVert scrvert = ...; CPointer<Object> p = scrvert.__dna__addressof(ScrVert.__DNA__FIELD__prev); CPointer<CPointer<ScrVert>> p_prev = p.cast(new Class[]{CPointer.class, ScrVert.class});
public static final long[] __DNA__FIELD__newv
This is how you get a reference on the corresponding field in the struct:
ScrVert scrvert = ...; CPointer<Object> p = scrvert.__dna__addressof(ScrVert.__DNA__FIELD__newv); CPointer<CPointer<ScrVert>> p_newv = p.cast(new Class[]{CPointer.class, ScrVert.class});
public static final long[] __DNA__FIELD__vec
This is how you get a reference on the corresponding field in the struct:
ScrVert scrvert = ...; CPointer<Object> p = scrvert.__dna__addressof(ScrVert.__DNA__FIELD__vec); CPointer<vec2s> p_vec = p.cast(new Class[]{vec2s.class});
public static final long[] __DNA__FIELD__flag
first one used internally, second one for tools
This is how you get a reference on the corresponding field in the struct:
ScrVert scrvert = ...; CPointer<Object> p = scrvert.__dna__addressof(ScrVert.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__editflag
This is how you get a reference on the corresponding field in the struct:
ScrVert scrvert = ...; CPointer<Object> p = scrvert.__dna__addressof(ScrVert.__DNA__FIELD__editflag); CPointer<Short> p_editflag = p.cast(new Class[]{Short.class});
public ScrVert(long __address, Block __block, BlockTable __blockTable)
protected ScrVert(ScrVert that)
public CPointer<ScrVert> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<ScrVert> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<ScrVert> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<ScrVert> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<ScrVert> getNewv() throws java.io.IOException
java.io.IOException
__DNA__FIELD__newv
public void setNewv(CPointer<ScrVert> newv) throws java.io.IOException
java.io.IOException
__DNA__FIELD__newv
public vec2s getVec() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vec
public void setVec(vec2s vec) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vec
public short getFlag() throws java.io.IOException
first one used internally, second one for tools
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
first one used internally, second one for tools
java.io.IOException
__DNA__FIELD__flag
public short getEditflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__editflag
public void setEditflag(short editflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__editflag