]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkXMLUnstructuredDataReader.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkXMLUnstructuredDataReader.java
1 // java wrapper for vtkXMLUnstructuredDataReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkXMLUnstructuredDataReader extends vtkXMLDataReader
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native int GetNumberOfPoints_2();
19   public int GetNumberOfPoints()
20     { return GetNumberOfPoints_2(); }
21
22   private native int GetNumberOfCells_3();
23   public int GetNumberOfCells()
24     { return GetNumberOfCells_3(); }
25
26   private native int GetNumberOfPieces_4();
27   public int GetNumberOfPieces()
28     { return GetNumberOfPieces_4(); }
29
30   private native void SetupUpdateExtent_5(int id0,int id1,int id2);
31   public void SetupUpdateExtent(int id0,int id1,int id2)
32     { SetupUpdateExtent_5(id0,id1,id2); }
33
34   private native void CopyOutputInformation_6(vtkInformation id0,int id1);
35   public void CopyOutputInformation(vtkInformation id0,int id1)
36     { CopyOutputInformation_6(id0,id1); }
37
38   public vtkXMLUnstructuredDataReader() { super(); }
39
40   public vtkXMLUnstructuredDataReader(long id) { super(id); }
41
42 }