Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<PointCache> |
PointCache.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<PointCache> |
PointCache.getNext()
Get method for struct member 'next'.
|
CArrayFacade<CPointer<PointCache>> |
SmokeDomainSettings.getPoint_cache()
Get method for struct member 'point_cache'.
|
CPointer<PointCache> |
ClothModifierData.getPoint_cache()
Get method for struct member 'point_cache'.
|
CPointer<PointCache> |
ParticleSystem.getPointcache()
Get method for struct member 'pointcache'.
|
CPointer<PointCache> |
SoftBody_Shared.getPointcache()
Get method for struct member 'pointcache'.
|
CPointer<PointCache> |
DynamicPaintSurface.getPointcache()
Get method for struct member 'pointcache'.
|
CPointer<PointCache> |
RigidBodyWorld_Shared.getPointcache()
Get method for struct member 'pointcache'.
|
CPointer<PointCache> |
SoftBody.getPointcache()
Deprecated.
Deprecated
|
CPointer<PointCache> |
RigidBodyWorld.getPointcache()
Deprecated.
Deprecated
|
CPointer<PointCache> |
PointCache.getPrev()
Get method for struct member 'prev'.
|
Modifier and Type | Method and Description |
---|---|
void |
PointCache.setNext(CPointer<PointCache> next)
Set method for struct member 'next'.
|
void |
SmokeDomainSettings.setPoint_cache(CArrayFacade<CPointer<PointCache>> point_cache)
Set method for struct member 'point_cache'.
|
void |
ClothModifierData.setPoint_cache(CPointer<PointCache> point_cache)
Set method for struct member 'point_cache'.
|
void |
ParticleSystem.setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.
|
void |
SoftBody_Shared.setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.
|
void |
DynamicPaintSurface.setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.
|
void |
RigidBodyWorld_Shared.setPointcache(CPointer<PointCache> pointcache)
Set method for struct member 'pointcache'.
|
void |
SoftBody.setPointcache(CPointer<PointCache> pointcache)
Deprecated.
Deprecated
|
void |
RigidBodyWorld.setPointcache(CPointer<PointCache> pointcache)
Deprecated.
Deprecated
|
void |
PointCache.setPrev(CPointer<PointCache> prev)
Set method for struct member 'prev'.
|
Constructor and Description |
---|
PointCache(PointCache that) |