public class MultiresLevel extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__colfaces
Field descriptor (offset) for struct member 'colfaces'.
|
static long[] |
__DNA__FIELD__edges
Field descriptor (offset) for struct member 'edges'.
|
static long[] |
__DNA__FIELD__faces
Field descriptor (offset) for struct member 'faces'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__totedge
Field descriptor (offset) for struct member 'totedge'.
|
static long[] |
__DNA__FIELD__totface
Field descriptor (offset) for struct member 'totface'.
|
static long[] |
__DNA__FIELD__totvert
Field descriptor (offset) for struct member 'totvert'.
|
static long[] |
__DNA__FIELD__verts
Field descriptor (offset) for struct member 'verts'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MultiresLevel.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MultiresLevel(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MultiresLevel(MultiresLevel that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MultiresLevel> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<MultiresColFace> |
getColfaces()
Get method for struct member 'colfaces'.
|
CPointer<MultiresEdge> |
getEdges()
Get method for struct member 'edges'.
|
CPointer<MultiresFace> |
getFaces()
Get method for struct member 'faces'.
|
CPointer<MultiresLevel> |
getNext()
Get method for struct member 'next'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CPointer<MultiresLevel> |
getPrev()
Get method for struct member 'prev'.
|
int |
getTotedge()
Get method for struct member 'totedge'.
|
int |
getTotface()
Get method for struct member 'totface'.
|
int |
getTotvert()
Get method for struct member 'totvert'.
|
CPointer<MVert> |
getVerts()
Get method for struct member 'verts'.
|
void |
setColfaces(CPointer<MultiresColFace> colfaces)
Set method for struct member 'colfaces'.
|
void |
setEdges(CPointer<MultiresEdge> edges)
Set method for struct member 'edges'.
|
void |
setFaces(CPointer<MultiresFace> faces)
Set method for struct member 'faces'.
|
void |
setNext(CPointer<MultiresLevel> next)
Set method for struct member 'next'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setPrev(CPointer<MultiresLevel> prev)
Set method for struct member 'prev'.
|
void |
setTotedge(int totedge)
Set method for struct member 'totedge'.
|
void |
setTotface(int totface)
Set method for struct member 'totface'.
|
void |
setTotvert(int totvert)
Set method for struct member 'totvert'.
|
void |
setVerts(CPointer<MVert> verts)
Set method for struct member 'verts'.
|
__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 MultiresLevel.
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:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__next); CPointer<CPointer<MultiresLevel>> p_next = p.cast(new Class[]{CPointer.class, MultiresLevel.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__prev); CPointer<CPointer<MultiresLevel>> p_prev = p.cast(new Class[]{CPointer.class, MultiresLevel.class});
public static final long[] __DNA__FIELD__faces
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__faces); CPointer<CPointer<MultiresFace>> p_faces = p.cast(new Class[]{CPointer.class, MultiresFace.class});
public static final long[] __DNA__FIELD__colfaces
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__colfaces); CPointer<CPointer<MultiresColFace>> p_colfaces = p.cast(new Class[]{CPointer.class, MultiresColFace.class});
public static final long[] __DNA__FIELD__edges
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__edges); CPointer<CPointer<MultiresEdge>> p_edges = p.cast(new Class[]{CPointer.class, MultiresEdge.class});
public static final long[] __DNA__FIELD__totvert
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__totvert); CPointer<Integer> p_totvert = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totface
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__totface); CPointer<Integer> p_totface = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totedge
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__totedge); CPointer<Integer> p_totedge = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__verts
This is how you get a reference on the corresponding field in the struct:
MultiresLevel multireslevel = ...; CPointer<Object> p = multireslevel.__dna__addressof(MultiresLevel.__DNA__FIELD__verts); CPointer<CPointer<MVert>> p_verts = p.cast(new Class[]{CPointer.class, MVert.class});
public MultiresLevel(long __address, Block __block, BlockTable __blockTable)
protected MultiresLevel(MultiresLevel that)
public CPointer<MultiresLevel> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<MultiresLevel> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<MultiresLevel> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<MultiresLevel> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<MultiresFace> getFaces() throws java.io.IOException
java.io.IOException
__DNA__FIELD__faces
public void setFaces(CPointer<MultiresFace> faces) throws java.io.IOException
java.io.IOException
__DNA__FIELD__faces
public CPointer<MultiresColFace> getColfaces() throws java.io.IOException
java.io.IOException
__DNA__FIELD__colfaces
public void setColfaces(CPointer<MultiresColFace> colfaces) throws java.io.IOException
java.io.IOException
__DNA__FIELD__colfaces
public CPointer<MultiresEdge> getEdges() throws java.io.IOException
java.io.IOException
__DNA__FIELD__edges
public void setEdges(CPointer<MultiresEdge> edges) throws java.io.IOException
java.io.IOException
__DNA__FIELD__edges
public int getTotvert() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totvert
public void setTotvert(int totvert) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totvert
public int getTotface() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totface
public void setTotface(int totface) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totface
public int getTotedge() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totedge
public void setTotedge(int totedge) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totedge
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<MVert> getVerts() throws java.io.IOException
java.io.IOException
__DNA__FIELD__verts
public void setVerts(CPointer<MVert> verts) throws java.io.IOException
java.io.IOException
__DNA__FIELD__verts
public CPointer<MultiresLevel> __io__addressof()