Commit 390a2068 authored by Jonas Lukasczyk's avatar Jonas Lukasczyk

Update README.md

parent 7924c7dd
...@@ -15,7 +15,12 @@ This repository contains introductions to TTK and Cinema. ...@@ -15,7 +15,12 @@ This repository contains introductions to TTK and Cinema.
+ **paraview** layer: + **paraview** layer:
+ Only consists of xml files that describe the UI elements provided in paraview to adjust parameters of the **vtk** layer. + Only consists of xml files that describe the UI elements provided in paraview to adjust parameters of the **vtk** layer.
## 1.2 Installation ## 1.2 Important Links
+ [TTK Homepage](https://topology-tool-kit.github.io/)
+ [TTK Tutorials](https://topology-tool-kit.github.io/tutorials.html)
## 1.3 Installation
First get and build the source code. First get and build the source code.
...@@ -33,7 +38,7 @@ First get and build the source code. ...@@ -33,7 +38,7 @@ First get and build the source code.
+ If you get stuck don't hesitate to contact *Jonas Lukasczyk* at jl@jluk.de. + If you get stuck don't hesitate to contact *Jonas Lukasczyk* at jl@jluk.de.
## Creating your own filters ## 1.4 Creating your own filters
1. Just clone an existing module (aka filter) instead of creating your own from scratch 1. Just clone an existing module (aka filter) instead of creating your own from scratch
+ Navigate into ttk folder + Navigate into ttk folder
...@@ -149,7 +154,7 @@ TTK provides a very abstract and versatile interface to CDBs through the followi ...@@ -149,7 +154,7 @@ TTK provides a very abstract and versatile interface to CDBs through the followi
+ **ttkCinemaProductReader:** Reads the actual data products referenced by some column (default: FILE) in vtkFormat. + **ttkCinemaProductReader:** Reads the actual data products referenced by some column (default: FILE) in vtkFormat.
+ **ttkCinemaWriter:** Stores the input data product in a CDB and updates the data.csv file (field data attached to the product provides values for the csv columns). + **ttkCinemaWriter:** Stores the input data product in a CDB and updates the data.csv file (field data attached to the product provides values for the csv columns).
# Further Resources # ---------------------------------------------------<br>3 Further Resources<br>---------------------------------------------------
- [VTK Users' Guide](https://www.kitware.com/products/books/VTKUsersGuide.pdf) – outdated but still has a lot of relevant information. Chapter 3.1 describes the general architecture and data flow of VTK. - [VTK Users' Guide](https://www.kitware.com/products/books/VTKUsersGuide.pdf) – outdated but still has a lot of relevant information. Chapter 3.1 describes the general architecture and data flow of VTK.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment