// java wrapper for vtkPSphereSource object // package vtk; import vtk.*; public class vtkPSphereSource extends vtkSphereSource { 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 int GetEstimatedMemorySize_2(); public int GetEstimatedMemorySize() { return GetEstimatedMemorySize_2(); } public vtkPSphereSource() { super(); } public vtkPSphereSource(long id) { super(id); } public native long VTKInit(); }