Skip to content
Snippets Groups Projects
Commit 0f48513f authored by Bharatesh Chakravarthi S B's avatar Bharatesh Chakravarthi S B Committed by GitHub
Browse files

Update Java.md

parent e3cef65a
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,12 @@ It would be appreciated if there are any Java VTK experts who could convert any
[ReadSTL](/Java/IO/ReadSTL) | vtkSTLReader | Read stereo lithography STL (.stl) files.
[SimplePointsReader](/Java/IO/SimplePointsReader) | vtkSimplePointsReader | Read a simple "xyz" file of points.
##### Output
| Example Name | Classes Demonstrated | Description | Image |
| -------------- | ---------------------- | ------------- | ------- |
[WritePLY](/Java/IO/WritePLY) | vtkPLYWriter | Write PLY (.ply) files.
[WriteSTL](/Java/IO/WriteSTL) | vtkSTLWriter | Write stereo lithography STL (.stl) files.
#### VTK Formats
......@@ -54,6 +60,8 @@ It would be appreciated if there are any Java VTK experts who could convert any
| Example Name | Classes Demonstrated | Description | Image |
| -------------- | ---------------------- | ------------- | ------- |
[WriteVTP](/Java/IO/WriteVTP) | vtkXMLPolyDataWriter | Write a VTK XML PolyData file.
[XMLPImageDataWriter](/Java/IO/XMLPImageDataWriter) | vtkXMLPImageDataWriter | Write a .pvti file with 4 .vti pieces.
### Image Format
......@@ -73,6 +81,8 @@ It would be appreciated if there are any Java VTK experts who could convert any
| -------------- | ---------------------- | ------------- | ------- |
[JPEGWriter](/Java/IO/JPEGWriter) | vtkJPEGWriter | Write a JPEG file.
[PNGReader](/Java/IO/PNGReader) | vtkPNGReader | Read a PNG image.
[WritePNM](/Java/IO/WritePNM) | vtkPNMWriter | Write a PNM (.pnm) file.
[WriteTIFF](/Java/IO/WriteTIFF) | vtkTIFFWriter | Write a TIFF (.tif) file.
## Annotation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment