Uses of Class
org.blender.dna.TreeStoreElem
-
Packages that use TreeStoreElem Package Description org.blender.dna -
-
Uses of TreeStoreElem in org.blender.dna
Methods in org.blender.dna that return types with arguments of type TreeStoreElem Modifier and Type Method Description CPointer<TreeStoreElem>
TreeStoreElem. __io__addressof()
Instantiates a pointer on this instance.CPointer<TreeStoreElem>
TreeStore. getData()
Get method for struct member 'data'.Method parameters in org.blender.dna with type arguments of type TreeStoreElem Modifier and Type Method Description void
TreeStore. setData(CPointer<TreeStoreElem> data)
Set method for struct member 'data'.Constructors in org.blender.dna with parameters of type TreeStoreElem Constructor Description TreeStoreElem(TreeStoreElem that)
-