Metadata-Version: 2.4
Name: vtk_openCARP_methods_ibt
Version: 1.0.2
Summary: This project builds a collection of often used methods for VTK and openCARP applications and was developed for the AugmentA project.
Project-URL: Homepage, https://gitlab.kit.edu/kit/ibt-public/vtk_opencarp_helper_methods
Project-URL: Issues, https://gitlab.kit.edu/kit/ibt-public/vtk_opencarp_helper_methods/issues
Author-email: Pascal Maierhofer <Pascal.Maierhofer@kit.edu>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: numpy>=1.24.0
Requires-Dist: pytest
Requires-Dist: pyvista>=0.44.1
Requires-Dist: scipy>=1.11.0
Requires-Dist: vtk>=9.3.1
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Description-Content-Type: text/markdown

# VTK and openCARP helper methods

This project builds a collection of often used methods used for encapsulating the vtk python package, openCARP file conversion and 
additional methods from AugmentA to improve the flow in python based cardiac modeling environments. 

Package available with

`pip install vtk-openCARP-methods-ibt`

# Structure Overview

## Advanced documentation

You can find the full documentation at https://vtk-opencarp-methods-ibt.readthedocs.io/en/latest/

## AugmentA_methods

Methods associated with AugmentA development

## mathematical_operations
Some vector operations

## openCARP

openCARP based methods. Currently only includes conversion to .pts .elem and .lon files

## vtk_methods

Number of methods which encapsulates the vtk library to simplify the application of filers and read/write operations.  