20#ifndef _WRAPS_C_MODELS_CENTER_CELL_POLARITY_CELL_POLARITY_H_
21#define _WRAPS_C_MODELS_CENTER_CELL_POLARITY_CELL_POLARITY_H_
33 unsigned int ISOTROPIC;
34 unsigned int ANISOTROPIC;
138CAPI_FUNC(HRESULT) tfCellPolarityContactPotential_init(
143 float couplingLateral,
359CAPI_FUNC(HRESULT) tfCellPolarityGetVectorAB(
int pId,
bool current,
float **vec);
369CAPI_FUNC(HRESULT) tfCellPolarityGetVectorPCP(
int pId,
bool current,
float **vec);
380CAPI_FUNC(HRESULT) tfCellPolaritySetVectorAB(
int pId,
float *pVec,
bool current,
bool init);
391CAPI_FUNC(HRESULT) tfCellPolaritySetVectorPCP(
int pId,
float *pVec,
bool current,
bool init);
398CAPI_FUNC(HRESULT) tfCellPolarityUpdate();
433CAPI_FUNC(HRESULT) tfCellPolarityRegisterType(
struct tfParticleTypeHandle *pType,
const char *initMode,
float *initPolarAB,
float *initPolarPCP);
443CAPI_FUNC(HRESULT) tfCellPolarityGetInitMode(
struct tfParticleTypeHandle *pType,
char **initMode,
unsigned int *numChars);
452CAPI_FUNC(HRESULT) tfCellPolaritySetInitMode(
struct tfParticleTypeHandle *pType,
const char *value);
461CAPI_FUNC(HRESULT) tfCellPolarityGetInitPolarAB(
struct tfParticleTypeHandle *pType,
float **vec);
470CAPI_FUNC(HRESULT) tfCellPolaritySetInitPolarAB(
struct tfParticleTypeHandle *pType,
float *value);
479CAPI_FUNC(HRESULT) tfCellPolarityGetInitPolarPCP(
struct tfParticleTypeHandle *pType,
float **vec);
488CAPI_FUNC(HRESULT) tfCellPolaritySetInitPolarPCP(
struct tfParticleTypeHandle *pType,
float *value);
496CAPI_FUNC(HRESULT) tfCellPolaritySetDrawVectors(
bool _draw);
507CAPI_FUNC(HRESULT) tfCellPolaritySetArrowColors(
const char *colorAB,
const char *colorPCP);
517CAPI_FUNC(HRESULT) tfCellPolaritySetArrowScale(
float _scale);
527CAPI_FUNC(HRESULT) tfCellPolaritySetArrowLength(
float _length);
553CAPI_FUNC(HRESULT) tfCellPolarityLoad();
Handle to a PersistentForce instance.
Definition tfCCellPolarity.h:41
Handle to a PolarityArrowData instance.
Definition tfCCellPolarity.h:49
Handle to a Force instance.
Definition tfCForce.h:59
Handle to a ParticleHandle instance.
Definition tfCParticle.h:111
Handle to a ParticleType instance.
Definition tfCParticle.h:119
Handle to a Potential instance.
Definition tfCPotential.h:144