X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkMoleculeReaderBase.java;h=e6e700a4823569512a79eef05fafda5270dea061;hb=064a7d0401dba71baae82737271620ca7bcb6bfa;hp=1b3de69e8ff90efba2aa302174d142ef21cdbee4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkMoleculeReaderBase.java b/vtk/src/vtk/vtkMoleculeReaderBase.java index 1b3de69e..e6e700a4 100644 --- a/vtk/src/vtk/vtkMoleculeReaderBase.java +++ b/vtk/src/vtk/vtkMoleculeReaderBase.java @@ -1,50 +1,50 @@ -// java wrapper for vtkMoleculeReaderBase object -// - -package vtk; -import vtk.*; - -public class vtkMoleculeReaderBase extends vtkPolyDataAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetFileName_2(String id0); - public void SetFileName(String id0) - { SetFileName_2(id0); } - - private native String GetFileName_3(); - public String GetFileName() - { return GetFileName_3(); } - - private native void SetBScale_4(double id0); - public void SetBScale(double id0) - { SetBScale_4(id0); } - - private native double GetBScale_5(); - public double GetBScale() - { return GetBScale_5(); } - - private native void SetHBScale_6(double id0); - public void SetHBScale(double id0) - { SetHBScale_6(id0); } - - private native double GetHBScale_7(); - public double GetHBScale() - { return GetHBScale_7(); } - - private native int GetNumberOfAtoms_8(); - public int GetNumberOfAtoms() - { return GetNumberOfAtoms_8(); } - - public vtkMoleculeReaderBase() { super(); } - - public vtkMoleculeReaderBase(long id) { super(id); } - -} +// java wrapper for vtkMoleculeReaderBase object +// + +package vtk; +import vtk.*; + +public class vtkMoleculeReaderBase extends vtkPolyDataAlgorithm +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetFileName_2(String id0); + public void SetFileName(String id0) + { SetFileName_2(id0); } + + private native String GetFileName_3(); + public String GetFileName() + { return GetFileName_3(); } + + private native void SetBScale_4(double id0); + public void SetBScale(double id0) + { SetBScale_4(id0); } + + private native double GetBScale_5(); + public double GetBScale() + { return GetBScale_5(); } + + private native void SetHBScale_6(double id0); + public void SetHBScale(double id0) + { SetHBScale_6(id0); } + + private native double GetHBScale_7(); + public double GetHBScale() + { return GetHBScale_7(); } + + private native int GetNumberOfAtoms_8(); + public int GetNumberOfAtoms() + { return GetNumberOfAtoms_8(); } + + public vtkMoleculeReaderBase() { super(); } + + public vtkMoleculeReaderBase(long id) { super(id); } + +}