Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
/ vtky Public archive

This project is just to easily manipulate the vtk library

License

Notifications You must be signed in to change notification settings

marcelotrevisani/vtky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtky

See Build Status on Travis CI See Build Status on AppVeyor https://coveralls.io/repos/github/marcelotrevisani/vtky/badge.svg?branch=master

This project is just to easily manipulate the vtk library

Features

  • Support to use objects such as:
    • vtkDoubleArray
    • vtkFloatArray
    • vtkIntArray
    • vtkIdTypeArray
    • vtkLongArray
    • vtkShortArray
    • vtkUnsignedCharArray
    • vtkUnsignedIntArray
    • vtkUnsignedLongArray
    • vtkUnsignedLongLongArray
    • vtkUnsignedShortArray
    • vtkPoints

To Do

  • Support for vtk data objects:
    • vtkPointData
    • vtkCharArray
    • vtkStringArray
    • vtkStructuredGrid
    • vtkCellArray
    • vtkUnstructuredGrid
    • vtkPolyData
    • vtkRectilinearGrid
    • vtkUnicodeStringArray
    • vtkVariantArray
    • vtkBitArray
    • vtkSignedCharArray
    • vtkImageData
  • Support to build the vtk pipeline
  • Support for filters
  • Easily plot vtk objects
  • Support for:
    • qt
    • matplotlib
    • scikit-learn
    • pandas
    • scipy

Requirements

  • vtk >= 7.0.0
  • numpy
  • pandas
  • pytest >= 3.1.1

Installation

(Not implemented yet)

Usage

WIP

Contributing

Contributions are very welcome.

License

Distributed under the terms of the MIT license, "vtky" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Contributors

Many thanks to:

  • Bruno Oliveira (@nicoddemus)
  • Tadeu Manoel (@tadeu)

About

This project is just to easily manipulate the vtk library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages