Uses of Class
org.blender.dna.PointCache
-
Packages that use PointCache Package Description org.blender.dna -
-
Uses of PointCache in org.blender.dna
Methods in org.blender.dna that return types with arguments of type PointCache Modifier and Type Method Description CPointer<PointCache>
PointCache. __io__addressof()
Instantiates a pointer on this instance.CPointer<PointCache>
PointCache. getNext()
Get method for struct member 'next'.CPointer<PointCache>
ClothModifierData. getPoint_cache()
Get method for struct member 'point_cache'.CArrayFacade<CPointer<PointCache>>
FluidDomainSettings. getPoint_cache()
Get method for struct member 'point_cache'.CPointer<PointCache>
DynamicPaintSurface. getPointcache()
Get method for struct member 'pointcache'.CPointer<PointCache>
ParticleSystem. getPointcache()
Get method for struct member 'pointcache'.CPointer<PointCache>
RigidBodyWorld_Shared. getPointcache()
Get method for struct member 'pointcache'.CPointer<PointCache>
RigidBodyWorld. getPointcache()
Deprecated.DeprecatedCPointer<PointCache>
SoftBody_Shared. getPointcache()
Get method for struct member 'pointcache'.CPointer<PointCache>
SoftBody. getPointcache()
Deprecated.DeprecatedCPointer<PointCache>
PointCache. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type PointCache Modifier and Type Method Description void
PointCache. setNext(CPointer<PointCache> next)
Set method for struct member 'next'.void
ClothModifierData. setPoint_cache(CPointer<PointCache> point_cache)
Set method for struct member 'point_cache'.void
FluidDomainSettings. setPoint_cache(CArrayFacade<CPointer<PointCache>> point_cache)
Set method for struct member 'point_cache'.void
DynamicPaintSurface. setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.void
ParticleSystem. setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.void
RigidBodyWorld_Shared. setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.void
RigidBodyWorld. setPointcache(CPointer<PointCache> pointcache)
Deprecated.Deprecatedvoid
SoftBody_Shared. setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.void
SoftBody. setPointcache(CPointer<PointCache> pointcache)
Deprecated.Deprecatedvoid
PointCache. setPrev(CPointer<PointCache> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type PointCache Constructor Description PointCache(PointCache that)
-