public class RecastData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__agentheight
Field descriptor (offset) for struct member 'agentheight'.
|
static long[] |
__DNA__FIELD__agentmaxclimb
Field descriptor (offset) for struct member 'agentmaxclimb'.
|
static long[] |
__DNA__FIELD__agentmaxslope
Field descriptor (offset) for struct member 'agentmaxslope'.
|
static long[] |
__DNA__FIELD__agentradius
Field descriptor (offset) for struct member 'agentradius'.
|
static long[] |
__DNA__FIELD__cellheight
Field descriptor (offset) for struct member 'cellheight'.
|
static long[] |
__DNA__FIELD__cellsize
Field descriptor (offset) for struct member 'cellsize'.
|
static long[] |
__DNA__FIELD__detailsampledist
Field descriptor (offset) for struct member 'detailsampledist'.
|
static long[] |
__DNA__FIELD__detailsamplemaxerror
Field descriptor (offset) for struct member 'detailsamplemaxerror'.
|
static long[] |
__DNA__FIELD__edgemaxerror
Field descriptor (offset) for struct member 'edgemaxerror'.
|
static long[] |
__DNA__FIELD__edgemaxlen
Field descriptor (offset) for struct member 'edgemaxlen'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__regionmergesize
Field descriptor (offset) for struct member 'regionmergesize'.
|
static long[] |
__DNA__FIELD__regionminsize
Field descriptor (offset) for struct member 'regionminsize'.
|
static long[] |
__DNA__FIELD__vertsperpoly
Field descriptor (offset) for struct member 'vertsperpoly'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct RecastData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
RecastData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
RecastData(RecastData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<RecastData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAgentheight()
Get method for struct member 'agentheight'.
|
float |
getAgentmaxclimb()
Get method for struct member 'agentmaxclimb'.
|
float |
getAgentmaxslope()
Get method for struct member 'agentmaxslope'.
|
float |
getAgentradius()
Get method for struct member 'agentradius'.
|
float |
getCellheight()
Get method for struct member 'cellheight'.
|
float |
getCellsize()
Get method for struct member 'cellsize'.
|
float |
getDetailsampledist()
Get method for struct member 'detailsampledist'.
|
float |
getDetailsamplemaxerror()
Get method for struct member 'detailsamplemaxerror'.
|
float |
getEdgemaxerror()
Get method for struct member 'edgemaxerror'.
|
float |
getEdgemaxlen()
Get method for struct member 'edgemaxlen'.
|
short |
getPad1()
Get method for struct member 'pad1'.
|
short |
getPad2()
Get method for struct member 'pad2'.
|
float |
getRegionmergesize()
Get method for struct member 'regionmergesize'.
|
float |
getRegionminsize()
Get method for struct member 'regionminsize'.
|
int |
getVertsperpoly()
Get method for struct member 'vertsperpoly'.
|
void |
setAgentheight(float agentheight)
Set method for struct member 'agentheight'.
|
void |
setAgentmaxclimb(float agentmaxclimb)
Set method for struct member 'agentmaxclimb'.
|
void |
setAgentmaxslope(float agentmaxslope)
Set method for struct member 'agentmaxslope'.
|
void |
setAgentradius(float agentradius)
Set method for struct member 'agentradius'.
|
void |
setCellheight(float cellheight)
Set method for struct member 'cellheight'.
|
void |
setCellsize(float cellsize)
Set method for struct member 'cellsize'.
|
void |
setDetailsampledist(float detailsampledist)
Set method for struct member 'detailsampledist'.
|
void |
setDetailsamplemaxerror(float detailsamplemaxerror)
Set method for struct member 'detailsamplemaxerror'.
|
void |
setEdgemaxerror(float edgemaxerror)
Set method for struct member 'edgemaxerror'.
|
void |
setEdgemaxlen(float edgemaxlen)
Set method for struct member 'edgemaxlen'.
|
void |
setPad1(short pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(short pad2)
Set method for struct member 'pad2'.
|
void |
setRegionmergesize(float regionmergesize)
Set method for struct member 'regionmergesize'.
|
void |
setRegionminsize(float regionminsize)
Set method for struct member 'regionminsize'.
|
void |
setVertsperpoly(int vertsperpoly)
Set method for struct member 'vertsperpoly'.
|
__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 RecastData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__cellsize
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__cellsize); CPointer<Float> p_cellsize = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__cellheight
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__cellheight); CPointer<Float> p_cellheight = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__agentmaxslope
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__agentmaxslope); CPointer<Float> p_agentmaxslope = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__agentmaxclimb
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__agentmaxclimb); CPointer<Float> p_agentmaxclimb = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__agentheight
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__agentheight); CPointer<Float> p_agentheight = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__agentradius
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__agentradius); CPointer<Float> p_agentradius = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__edgemaxlen
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__edgemaxlen); CPointer<Float> p_edgemaxlen = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__edgemaxerror
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__edgemaxerror); CPointer<Float> p_edgemaxerror = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__regionminsize
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__regionminsize); CPointer<Float> p_regionminsize = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__regionmergesize
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__regionmergesize); CPointer<Float> p_regionmergesize = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__vertsperpoly
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__vertsperpoly); CPointer<Integer> p_vertsperpoly = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__detailsampledist
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__detailsampledist); CPointer<Float> p_detailsampledist = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__detailsamplemaxerror
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__detailsamplemaxerror); CPointer<Float> p_detailsamplemaxerror = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__pad1); CPointer<Short> p_pad1 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
RecastData recastdata = ...; CPointer<Object> p = recastdata.__dna__addressof(RecastData.__DNA__FIELD__pad2); CPointer<Short> p_pad2 = p.cast(new Class[]{Short.class});
public RecastData(long __address, Block __block, BlockTable __blockTable)
protected RecastData(RecastData that)
public float getCellsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cellsize
public void setCellsize(float cellsize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cellsize
public float getCellheight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cellheight
public void setCellheight(float cellheight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cellheight
public float getAgentmaxslope() throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentmaxslope
public void setAgentmaxslope(float agentmaxslope) throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentmaxslope
public float getAgentmaxclimb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentmaxclimb
public void setAgentmaxclimb(float agentmaxclimb) throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentmaxclimb
public float getAgentheight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentheight
public void setAgentheight(float agentheight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentheight
public float getAgentradius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentradius
public void setAgentradius(float agentradius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__agentradius
public float getEdgemaxlen() throws java.io.IOException
java.io.IOException
__DNA__FIELD__edgemaxlen
public void setEdgemaxlen(float edgemaxlen) throws java.io.IOException
java.io.IOException
__DNA__FIELD__edgemaxlen
public float getEdgemaxerror() throws java.io.IOException
java.io.IOException
__DNA__FIELD__edgemaxerror
public void setEdgemaxerror(float edgemaxerror) throws java.io.IOException
java.io.IOException
__DNA__FIELD__edgemaxerror
public float getRegionminsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionminsize
public void setRegionminsize(float regionminsize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionminsize
public float getRegionmergesize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionmergesize
public void setRegionmergesize(float regionmergesize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__regionmergesize
public int getVertsperpoly() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vertsperpoly
public void setVertsperpoly(int vertsperpoly) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vertsperpoly
public float getDetailsampledist() throws java.io.IOException
java.io.IOException
__DNA__FIELD__detailsampledist
public void setDetailsampledist(float detailsampledist) throws java.io.IOException
java.io.IOException
__DNA__FIELD__detailsampledist
public float getDetailsamplemaxerror() throws java.io.IOException
java.io.IOException
__DNA__FIELD__detailsamplemaxerror
public void setDetailsamplemaxerror(float detailsamplemaxerror) throws java.io.IOException
java.io.IOException
__DNA__FIELD__detailsamplemaxerror
public short getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(short pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public short getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(short pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<RecastData> __io__addressof()