X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericAttribute.java;h=a77b09a228e0952fff837caa77c41d0f2094a606;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=5fbc2209e3c7a596a8daa29229a4840e7414c45f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericAttribute.java b/vtk/src/vtk/vtkGenericAttribute.java index 5fbc2209..a77b09a2 100644 --- a/vtk/src/vtk/vtkGenericAttribute.java +++ b/vtk/src/vtk/vtkGenericAttribute.java @@ -1,70 +1,70 @@ -// java wrapper for vtkGenericAttribute object -// - -package vtk; -import vtk.*; - -public class vtkGenericAttribute extends vtkObject -{ - - 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 String GetName_2(); - public String GetName() - { return GetName_2(); } - - private native int GetNumberOfComponents_3(); - public int GetNumberOfComponents() - { return GetNumberOfComponents_3(); } - - private native int GetCentering_4(); - public int GetCentering() - { return GetCentering_4(); } - - private native int GetType_5(); - public int GetType() - { return GetType_5(); } - - private native int GetComponentType_6(); - public int GetComponentType() - { return GetComponentType_6(); } - - private native int GetSize_7(); - public int GetSize() - { return GetSize_7(); } - - private native int GetActualMemorySize_8(); - public int GetActualMemorySize() - { return GetActualMemorySize_8(); } - - private native void GetRange_9(int id0,double id1[]); - public void GetRange(int id0,double id1[]) - { GetRange_9(id0,id1); } - - private native double GetMaxNorm_10(); - public double GetMaxNorm() - { return GetMaxNorm_10(); } - - private native double GetComponent_11(int id0,vtkGenericPointIterator id1); - public double GetComponent(int id0,vtkGenericPointIterator id1) - { return GetComponent_11(id0,id1); } - - private native void DeepCopy_12(vtkGenericAttribute id0); - public void DeepCopy(vtkGenericAttribute id0) - { DeepCopy_12(id0); } - - private native void ShallowCopy_13(vtkGenericAttribute id0); - public void ShallowCopy(vtkGenericAttribute id0) - { ShallowCopy_13(id0); } - - public vtkGenericAttribute() { super(); } - - public vtkGenericAttribute(long id) { super(id); } - -} +// java wrapper for vtkGenericAttribute object +// + +package vtk; +import vtk.*; + +public class vtkGenericAttribute extends vtkObject +{ + + 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 String GetName_2(); + public String GetName() + { return GetName_2(); } + + private native int GetNumberOfComponents_3(); + public int GetNumberOfComponents() + { return GetNumberOfComponents_3(); } + + private native int GetCentering_4(); + public int GetCentering() + { return GetCentering_4(); } + + private native int GetType_5(); + public int GetType() + { return GetType_5(); } + + private native int GetComponentType_6(); + public int GetComponentType() + { return GetComponentType_6(); } + + private native int GetSize_7(); + public int GetSize() + { return GetSize_7(); } + + private native int GetActualMemorySize_8(); + public int GetActualMemorySize() + { return GetActualMemorySize_8(); } + + private native void GetRange_9(int id0,double id1[]); + public void GetRange(int id0,double id1[]) + { GetRange_9(id0,id1); } + + private native double GetMaxNorm_10(); + public double GetMaxNorm() + { return GetMaxNorm_10(); } + + private native double GetComponent_11(int id0,vtkGenericPointIterator id1); + public double GetComponent(int id0,vtkGenericPointIterator id1) + { return GetComponent_11(id0,id1); } + + private native void DeepCopy_12(vtkGenericAttribute id0); + public void DeepCopy(vtkGenericAttribute id0) + { DeepCopy_12(id0); } + + private native void ShallowCopy_13(vtkGenericAttribute id0); + public void ShallowCopy(vtkGenericAttribute id0) + { ShallowCopy_13(id0); } + + public vtkGenericAttribute() { super(); } + + public vtkGenericAttribute(long id) { super(id); } + +}