Package org.blender.dna
Class Camera_Runtime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.Camera_Runtime
-
public class Camera_Runtime extends CFacade
Generated facet for DNA struct type 'Camera_Runtime'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__drw_corners
Field descriptor (offset) for struct member 'drw_corners'.static long[]
__DNA__FIELD__drw_depth
Field descriptor (offset) for struct member 'drw_depth'.static long[]
__DNA__FIELD__drw_focusmat
Field descriptor (offset) for struct member 'drw_focusmat'.static long[]
__DNA__FIELD__drw_normalmat
Field descriptor (offset) for struct member 'drw_normalmat'.static long[]
__DNA__FIELD__drw_tria
Field descriptor (offset) for struct member 'drw_tria'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct Camera_Runtime.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description Camera_Runtime(long __address, Block __block, BlockTable __blockTable)
protected
Camera_Runtime(Camera_Runtime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<Camera_Runtime>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<CArrayFacade<CArrayFacade<java.lang.Float>>>
getDrw_corners()
Get method for struct member 'drw_corners'.CArrayFacade<java.lang.Float>
getDrw_depth()
Get method for struct member 'drw_depth'.CArrayFacade<CArrayFacade<java.lang.Float>>
getDrw_focusmat()
Get method for struct member 'drw_focusmat'.CArrayFacade<CArrayFacade<java.lang.Float>>
getDrw_normalmat()
Get method for struct member 'drw_normalmat'.CArrayFacade<CArrayFacade<java.lang.Float>>
getDrw_tria()
Get method for struct member 'drw_tria'.void
setDrw_corners(CArrayFacade<CArrayFacade<CArrayFacade<java.lang.Float>>> drw_corners)
Set method for struct member 'drw_corners'.void
setDrw_depth(CArrayFacade<java.lang.Float> drw_depth)
Set method for struct member 'drw_depth'.void
setDrw_focusmat(CArrayFacade<CArrayFacade<java.lang.Float>> drw_focusmat)
Set method for struct member 'drw_focusmat'.void
setDrw_normalmat(CArrayFacade<CArrayFacade<java.lang.Float>> drw_normalmat)
Set method for struct member 'drw_normalmat'.void
setDrw_tria(CArrayFacade<CArrayFacade<java.lang.Float>> drw_tria)
Set method for struct member 'drw_tria'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct Camera_Runtime.It is required when allocating a new block to store data for Camera_Runtime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__drw_corners
public static final long[] __DNA__FIELD__drw_corners
Field descriptor (offset) for struct member 'drw_corners'.Field Documentation
Blender Source Code
For draw manager.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Camera_Runtime camera_runtime = ...; CPointer<Object> p = camera_runtime.__dna__addressof(Camera_Runtime.__DNA__FIELD__drw_corners); CPointer<CArrayFacade<CArrayFacade<CArrayFacade<Float>>>> p_drw_corners = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, CArrayFacade.class, Float.class});
Metadata
- Field: 'drw_corners'
- Signature: 'float[2][4][2]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__drw_tria
public static final long[] __DNA__FIELD__drw_tria
Field descriptor (offset) for struct member 'drw_tria'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Camera_Runtime camera_runtime = ...; CPointer<Object> p = camera_runtime.__dna__addressof(Camera_Runtime.__DNA__FIELD__drw_tria); CPointer<CArrayFacade<CArrayFacade<Float>>> p_drw_tria = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
Metadata
- Field: 'drw_tria'
- Signature: 'float[2][2]'
- Actual Size (32bit/64bit): 16/16
-
__DNA__FIELD__drw_depth
public static final long[] __DNA__FIELD__drw_depth
Field descriptor (offset) for struct member 'drw_depth'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Camera_Runtime camera_runtime = ...; CPointer<Object> p = camera_runtime.__dna__addressof(Camera_Runtime.__DNA__FIELD__drw_depth); CPointer<CArrayFacade<Float>> p_drw_depth = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'drw_depth'
- Signature: 'float[2]'
- Actual Size (32bit/64bit): 8/8
-
__DNA__FIELD__drw_focusmat
public static final long[] __DNA__FIELD__drw_focusmat
Field descriptor (offset) for struct member 'drw_focusmat'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Camera_Runtime camera_runtime = ...; CPointer<Object> p = camera_runtime.__dna__addressof(Camera_Runtime.__DNA__FIELD__drw_focusmat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_drw_focusmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
Metadata
- Field: 'drw_focusmat'
- Signature: 'float[4][4]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__drw_normalmat
public static final long[] __DNA__FIELD__drw_normalmat
Field descriptor (offset) for struct member 'drw_normalmat'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Camera_Runtime camera_runtime = ...; CPointer<Object> p = camera_runtime.__dna__addressof(Camera_Runtime.__DNA__FIELD__drw_normalmat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_drw_normalmat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
Metadata
- Field: 'drw_normalmat'
- Signature: 'float[4][4]'
- Actual Size (32bit/64bit): 64/64
-
-
Constructor Detail
-
Camera_Runtime
public Camera_Runtime(long __address, Block __block, BlockTable __blockTable)
-
Camera_Runtime
protected Camera_Runtime(Camera_Runtime that)
-
-
Method Detail
-
getDrw_corners
public CArrayFacade<CArrayFacade<CArrayFacade<java.lang.Float>>> getDrw_corners() throws java.io.IOException
Get method for struct member 'drw_corners'.Field Documentation
Blender Source Code
For draw manager.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_corners
-
setDrw_corners
public void setDrw_corners(CArrayFacade<CArrayFacade<CArrayFacade<java.lang.Float>>> drw_corners) throws java.io.IOException
Set method for struct member 'drw_corners'.Field Documentation
Blender Source Code
For draw manager.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_corners
-
getDrw_tria
public CArrayFacade<CArrayFacade<java.lang.Float>> getDrw_tria() throws java.io.IOException
Get method for struct member 'drw_tria'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_tria
-
setDrw_tria
public void setDrw_tria(CArrayFacade<CArrayFacade<java.lang.Float>> drw_tria) throws java.io.IOException
Set method for struct member 'drw_tria'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_tria
-
getDrw_depth
public CArrayFacade<java.lang.Float> getDrw_depth() throws java.io.IOException
Get method for struct member 'drw_depth'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_depth
-
setDrw_depth
public void setDrw_depth(CArrayFacade<java.lang.Float> drw_depth) throws java.io.IOException
Set method for struct member 'drw_depth'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_depth
-
getDrw_focusmat
public CArrayFacade<CArrayFacade<java.lang.Float>> getDrw_focusmat() throws java.io.IOException
Get method for struct member 'drw_focusmat'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_focusmat
-
setDrw_focusmat
public void setDrw_focusmat(CArrayFacade<CArrayFacade<java.lang.Float>> drw_focusmat) throws java.io.IOException
Set method for struct member 'drw_focusmat'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_focusmat
-
getDrw_normalmat
public CArrayFacade<CArrayFacade<java.lang.Float>> getDrw_normalmat() throws java.io.IOException
Get method for struct member 'drw_normalmat'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_normalmat
-
setDrw_normalmat
public void setDrw_normalmat(CArrayFacade<CArrayFacade<java.lang.Float>> drw_normalmat) throws java.io.IOException
Set method for struct member 'drw_normalmat'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__drw_normalmat
-
__io__addressof
public CPointer<Camera_Runtime> __io__addressof()
Instantiates a pointer on this instance.
-
-