X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStrahlerMetric.java;h=f476e2e4d6975beb17cce570d109cbc231723c59;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=c8804ba4e5b5613632d67a5366895e1d0444f3e4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStrahlerMetric.java b/vtk/src/vtk/vtkStrahlerMetric.java index c8804ba4..f476e2e4 100644 --- a/vtk/src/vtk/vtkStrahlerMetric.java +++ b/vtk/src/vtk/vtkStrahlerMetric.java @@ -1,47 +1,47 @@ -// java wrapper for vtkStrahlerMetric object -// - -package vtk; -import vtk.*; - -public class vtkStrahlerMetric extends vtkTreeAlgorithm -{ - - 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 SetMetricArrayName_2(String id0); - public void SetMetricArrayName(String id0) - { SetMetricArrayName_2(id0); } - - private native void SetNormalize_3(int id0); - public void SetNormalize(int id0) - { SetNormalize_3(id0); } - - private native int GetNormalize_4(); - public int GetNormalize() - { return GetNormalize_4(); } - - private native void NormalizeOn_5(); - public void NormalizeOn() - { NormalizeOn_5(); } - - private native void NormalizeOff_6(); - public void NormalizeOff() - { NormalizeOff_6(); } - - private native double GetMaxStrahler_7(); - public double GetMaxStrahler() - { return GetMaxStrahler_7(); } - - public vtkStrahlerMetric() { super(); } - - public vtkStrahlerMetric(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkStrahlerMetric object +// + +package vtk; +import vtk.*; + +public class vtkStrahlerMetric extends vtkTreeAlgorithm +{ + + 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 SetMetricArrayName_2(String id0); + public void SetMetricArrayName(String id0) + { SetMetricArrayName_2(id0); } + + private native void SetNormalize_3(int id0); + public void SetNormalize(int id0) + { SetNormalize_3(id0); } + + private native int GetNormalize_4(); + public int GetNormalize() + { return GetNormalize_4(); } + + private native void NormalizeOn_5(); + public void NormalizeOn() + { NormalizeOn_5(); } + + private native void NormalizeOff_6(); + public void NormalizeOff() + { NormalizeOff_6(); } + + private native double GetMaxStrahler_7(); + public double GetMaxStrahler() + { return GetMaxStrahler_7(); } + + public vtkStrahlerMetric() { super(); } + + public vtkStrahlerMetric(long id) { super(id); } + public native long VTKInit(); + +}