Blender V2.61 - r43446
Public Attributes

CM_SOLVER_DEF Struct Reference

#include <BKE_cloth.h>

List of all members.

Public Attributes

const char * name
CM_SOLVER_ID id
int(* init )(struct Object *ob, struct ClothModifierData *clmd)
int(* solver )(struct Object *ob, float framenr, struct ClothModifierData *clmd, struct ListBase *effectors)
int(* free )(struct ClothModifierData *clmd)

Detailed Description

Definition at line 247 of file BKE_cloth.h.


Member Data Documentation

int( * CM_SOLVER_DEF::free)(struct ClothModifierData *clmd)

Definition at line 253 of file BKE_cloth.h.

Referenced by cloth_free_modifier(), and cloth_free_modifier_extern().

Definition at line 250 of file BKE_cloth.h.

int( * CM_SOLVER_DEF::init)(struct Object *ob, struct ClothModifierData *clmd)

Definition at line 251 of file BKE_cloth.h.

Referenced by cloth_from_object().

const char* CM_SOLVER_DEF::name

Definition at line 249 of file BKE_cloth.h.

int( * CM_SOLVER_DEF::solver)(struct Object *ob, float framenr, struct ClothModifierData *clmd, struct ListBase *effectors)

Definition at line 252 of file BKE_cloth.h.

Referenced by do_step_cloth().


The documentation for this struct was generated from the following file: