// java wrapper for vtkHyperTreeGridContour object // package vtk; import vtk.*; public class vtkHyperTreeGridContour extends vtkHyperTreeGridAlgorithm { 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 SetLocator_2(vtkIncrementalPointLocator id0); public void SetLocator(vtkIncrementalPointLocator id0) { SetLocator_2(id0); } private native long GetLocator_3(); public vtkIncrementalPointLocator GetLocator() { long temp = GetLocator_3(); if (temp == 0) return null; return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultLocator_4(); public void CreateDefaultLocator() { CreateDefaultLocator_4(); } private native int GetMTime_5(); public int GetMTime() { return GetMTime_5(); } private native void SetValue_6(int id0,double id1); public void SetValue(int id0,double id1) { SetValue_6(id0,id1); } private native double GetValue_7(int id0); public double GetValue(int id0) { return GetValue_7(id0); } private native void SetNumberOfContours_8(int id0); public void SetNumberOfContours(int id0) { SetNumberOfContours_8(id0); } private native int GetNumberOfContours_9(); public int GetNumberOfContours() { return GetNumberOfContours_9(); } private native void GenerateValues_10(int id0,double id1[]); public void GenerateValues(int id0,double id1[]) { GenerateValues_10(id0,id1); } private native void GenerateValues_11(int id0,double id1,double id2); public void GenerateValues(int id0,double id1,double id2) { GenerateValues_11(id0,id1,id2); } public vtkHyperTreeGridContour() { super(); } public vtkHyperTreeGridContour(long id) { super(id); } public native long VTKInit(); }