Portability | portable |
---|---|
Stability | experimental |
Maintainer | m.misamore@gmail.com |
Safe Haskell | None |
Output finite directed cubical complexes in VTK polydata format.
- type Title = String
- vtkPolyAscBS :: Title -> CubeCmplx -> ByteString
- vtkPolyAscBSs :: FileName -> Title -> [CubeCmplx] -> [(FileName, ByteString)]
- type FileName = String
- vtkPolyAscFile :: FileName -> Title -> CubeCmplx -> IO ()
- vtkPolyAscFiles :: FileName -> Title -> [CubeCmplx] -> IO ()
ByteString output
vtkPolyAscBS :: Title -> CubeCmplx -> ByteStringSource
Given a cubical complex, take its 2-skeleton and render a VTK ascii file in polydata format that represents this complex.
vtkPolyAscBSs :: FileName -> Title -> [CubeCmplx] -> [(FileName, ByteString)]Source
Given a base filename, base title, and list of cubical complexes, generate a list of named bytestrings of VTK ascii files associated to these complexes. Filenames and titles are appended with integers for compatibility with tools like ParaView.