Models¶
Core data model classes for representing VCell biomodels.
Biomodel¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Model¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Species¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Compartment¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Reaction¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Kinetics¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
KineticsParameter¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
ModelParameter¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Geometry¶
Bases: VcmlNode
to_segmented_image(resolution: int = 50) -> SegmentedImageGeometry
¶
Build a :class:SegmentedImageGeometry from this geometry.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
resolution
|
int
|
Number of grid points along each axis (analytic geometries only). |
50
|
plot(resolution: int = 50, save_path: str | None = None) -> None
¶
Render the geometry using PyVista.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
resolution
|
int
|
Number of grid points along each axis. |
50
|
save_path
|
str | None
|
If provided, save the figure to this path before showing. |
None
|
handler: python options: show_source: false show_signature_annotations: true members_order: source
SubVolume¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
SubVolumeType¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
SurfaceClass¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Image¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Application¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
Simulation¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
SpeciesMapping¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
BoundaryType¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
SpeciesReference¶
handler: python options: show_source: false show_signature_annotations: true members_order: source
SpeciesRefType¶
handler: python options: show_source: false show_signature_annotations: true members_order: source