// java wrapper for vtkResliceCursorActor object // package vtk; import vtk.*; public class vtkResliceCursorActor extends vtkProp3D { 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 long GetCursorAlgorithm_2(); public vtkResliceCursorPolyDataAlgorithm GetCursorAlgorithm() { long temp = GetCursorAlgorithm_2(); if (temp == 0) return null; return (vtkResliceCursorPolyDataAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int RenderOpaqueGeometry_3(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_3(id0); } private native int HasTranslucentPolygonalGeometry_4(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_4(); } private native void ReleaseGraphicsResources_5(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_5(id0); } private native int GetMTime_6(); public int GetMTime() { return GetMTime_6(); } private native long GetCenterlineProperty_7(int id0); public vtkProperty GetCenterlineProperty(int id0) { long temp = GetCenterlineProperty_7(id0); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetThickSlabProperty_8(int id0); public vtkProperty GetThickSlabProperty(int id0) { long temp = GetThickSlabProperty_8(id0); if (temp == 0) return null; return (vtkProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetCenterlineActor_9(int id0); public vtkActor GetCenterlineActor(int id0) { long temp = GetCenterlineActor_9(id0); if (temp == 0) return null; return (vtkActor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetUserMatrix_10(vtkMatrix4x4 id0); public void SetUserMatrix(vtkMatrix4x4 id0) { SetUserMatrix_10(id0); } public vtkResliceCursorActor() { super(); } public vtkResliceCursorActor(long id) { super(id); } public native long VTKInit(); }