From 390a2068848cba5fe808c5a93083e12f5f3d2dc1 Mon Sep 17 00:00:00 2001 From: Jonas Lukasczyk Date: Wed, 22 May 2019 12:24:23 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d826c29..f25a35b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,12 @@ This repository contains introductions to TTK and Cinema. + **paraview** 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. @@ -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. -## 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 + Navigate into ttk folder @@ -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. + **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 +# ---------------------------------------------------
3 Further Resources
--------------------------------------------------- - [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. -- 2.18.0