// java wrapper for vtkSelectionNode object // package vtk; import vtk.*; public class vtkSelectionNode 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 void Initialize_2(); public void Initialize() { Initialize_2(); } private native void SetSelectionList_3(vtkAbstractArray id0); public void SetSelectionList(vtkAbstractArray id0) { SetSelectionList_3(id0); } private native long GetSelectionList_4(); public vtkAbstractArray GetSelectionList() { long temp = GetSelectionList_4(); if (temp == 0) return null; return (vtkAbstractArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSelectionData_5(vtkDataSetAttributes id0); public void SetSelectionData(vtkDataSetAttributes id0) { SetSelectionData_5(id0); } private native long GetSelectionData_6(); public vtkDataSetAttributes GetSelectionData() { long temp = GetSelectionData_6(); if (temp == 0) return null; return (vtkDataSetAttributes)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetProperties_7(); public vtkInformation GetProperties() { long temp = GetProperties_7(); if (temp == 0) return null; return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void DeepCopy_8(vtkSelectionNode id0); public void DeepCopy(vtkSelectionNode id0) { DeepCopy_8(id0); } private native void ShallowCopy_9(vtkSelectionNode id0); public void ShallowCopy(vtkSelectionNode id0) { ShallowCopy_9(id0); } private native int GetMTime_10(); public int GetMTime() { return GetMTime_10(); } private native long CONTENT_TYPE_11(); public vtkInformationIntegerKey CONTENT_TYPE() { long temp = CONTENT_TYPE_11(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetContentType_12(int id0); public void SetContentType(int id0) { SetContentType_12(id0); } private native int GetContentType_13(); public int GetContentType() { return GetContentType_13(); } private native long FIELD_TYPE_14(); public vtkInformationIntegerKey FIELD_TYPE() { long temp = FIELD_TYPE_14(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetFieldType_15(int id0); public void SetFieldType(int id0) { SetFieldType_15(id0); } private native int GetFieldType_16(); public int GetFieldType() { return GetFieldType_16(); } private native void SetQueryString_17(String id0); public void SetQueryString(String id0) { SetQueryString_17(id0); } private native String GetQueryString_18(); public String GetQueryString() { return GetQueryString_18(); } private native long EPSILON_19(); public vtkInformationDoubleKey EPSILON() { long temp = EPSILON_19(); if (temp == 0) return null; return (vtkInformationDoubleKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long CONTAINING_CELLS_20(); public vtkInformationIntegerKey CONTAINING_CELLS() { long temp = CONTAINING_CELLS_20(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMPONENT_NUMBER_21(); public vtkInformationIntegerKey COMPONENT_NUMBER() { long temp = COMPONENT_NUMBER_21(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long INVERSE_22(); public vtkInformationIntegerKey INVERSE() { long temp = INVERSE_22(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PIXEL_COUNT_23(); public vtkInformationIntegerKey PIXEL_COUNT() { long temp = PIXEL_COUNT_23(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SOURCE_24(); public vtkInformationObjectBaseKey SOURCE() { long temp = SOURCE_24(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long SOURCE_ID_25(); public vtkInformationIntegerKey SOURCE_ID() { long temp = SOURCE_ID_25(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PROP_26(); public vtkInformationObjectBaseKey PROP() { long temp = PROP_26(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PROP_ID_27(); public vtkInformationIntegerKey PROP_ID() { long temp = PROP_ID_27(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long PROCESS_ID_28(); public vtkInformationIntegerKey PROCESS_ID() { long temp = PROCESS_ID_28(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMPOSITE_INDEX_29(); public vtkInformationIntegerKey COMPOSITE_INDEX() { long temp = COMPOSITE_INDEX_29(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long HIERARCHICAL_LEVEL_30(); public vtkInformationIntegerKey HIERARCHICAL_LEVEL() { long temp = HIERARCHICAL_LEVEL_30(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long HIERARCHICAL_INDEX_31(); public vtkInformationIntegerKey HIERARCHICAL_INDEX() { long temp = HIERARCHICAL_INDEX_31(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long INDEXED_VERTICES_32(); public vtkInformationIntegerKey INDEXED_VERTICES() { long temp = INDEXED_VERTICES_32(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void UnionSelectionList_33(vtkSelectionNode id0); public void UnionSelectionList(vtkSelectionNode id0) { UnionSelectionList_33(id0); } private native void SubtractSelectionList_34(vtkSelectionNode id0); public void SubtractSelectionList(vtkSelectionNode id0) { SubtractSelectionList_34(id0); } private native boolean EqualProperties_35(vtkSelectionNode id0,boolean id1); public boolean EqualProperties(vtkSelectionNode id0,boolean id1) { return EqualProperties_35(id0,id1); } public vtkSelectionNode() { super(); } public vtkSelectionNode(long id) { super(id); } public native long VTKInit(); }