// java wrapper for vtkPCACurvatureEstimation object // package vtk; import vtk.*; public class vtkPCACurvatureEstimation 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 SetSampleSize_2(int id0); public void SetSampleSize(int id0) { SetSampleSize_2(id0); } private native int GetSampleSizeMinValue_3(); public int GetSampleSizeMinValue() { return GetSampleSizeMinValue_3(); } private native int GetSampleSizeMaxValue_4(); public int GetSampleSizeMaxValue() { return GetSampleSizeMaxValue_4(); } private native int GetSampleSize_5(); public int GetSampleSize() { return GetSampleSize_5(); } private native void SetLocator_6(vtkAbstractPointLocator id0); public void SetLocator(vtkAbstractPointLocator id0) { SetLocator_6(id0); } private native long GetLocator_7(); public vtkAbstractPointLocator GetLocator() { long temp = GetLocator_7(); if (temp == 0) return null; return (vtkAbstractPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkPCACurvatureEstimation() { super(); } public vtkPCACurvatureEstimation(long id) { super(id); } public native long VTKInit(); }