Uses of Class
org.cakelab.blender.io.dna.internal.StructDNA
-
Packages that use StructDNA Package Description org.blender.utils org.cakelab.blender.generator org.cakelab.blender.io org.cakelab.blender.io.dna org.cakelab.blender.utils This package contains optional utility classes to use with generated DNA API classes. -
-
Uses of StructDNA in org.blender.utils
Fields in org.blender.utils declared as StructDNA Modifier and Type Field Description protected static StructDNA
BlenderFactory. sdna
Struct dna of the generated data model.Methods in org.blender.utils that return StructDNA Modifier and Type Method Description static StructDNA
BlenderFactory. getStructDNA()
-
Uses of StructDNA in org.cakelab.blender.generator
Constructors in org.cakelab.blender.generator with parameters of type StructDNA Constructor Description StructDNAImageGenerator(java.io.File file, StructDNA sdna, int blenderVersion)
-
Uses of StructDNA in org.cakelab.blender.io
Methods in org.cakelab.blender.io that return StructDNA Modifier and Type Method Description StructDNA
BlenderFile. getStructDNA()
Constructors in org.cakelab.blender.io with parameters of type StructDNA Constructor Description BlenderFile(java.io.File file, StructDNA sdna, int blenderVersion, java.lang.String[] offheapAreas)
BlenderFile(java.io.File file, StructDNA sdna, int blenderVersion, Encoding encoding, java.lang.String[] offheapAreas)
-
Uses of StructDNA in org.cakelab.blender.io.dna
Constructors in org.cakelab.blender.io.dna with parameters of type StructDNA Constructor Description DNAModel(StructDNA dna)
-
Uses of StructDNA in org.cakelab.blender.utils
Methods in org.cakelab.blender.utils that return StructDNA Modifier and Type Method Description protected static StructDNA
BlenderFactoryBase. createStructDNA(java.lang.String resourcePathTo_sdna_blend)
This method provides the StructDNA from a given sdna.blend image resource path.Constructors in org.cakelab.blender.utils with parameters of type StructDNA Constructor Description BlenderFileImplBase(java.io.File file, StructDNA sdna, int blenderVersion)
-