// java wrapper for vtkCompositeDataPipeline object // package vtk; import vtk.*; public class vtkCompositeDataPipeline extends vtkStreamingDemandDrivenPipeline { 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 long GetCompositeOutputData_2(int id0); public vtkDataObject GetCompositeOutputData(int id0) { long temp = GetCompositeOutputData_2(id0); if (temp == 0) return null; return (vtkDataObject)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long REQUIRES_TIME_DOWNSTREAM_3(); public vtkInformationIntegerKey REQUIRES_TIME_DOWNSTREAM() { long temp = REQUIRES_TIME_DOWNSTREAM_3(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMPOSITE_DATA_META_DATA_4(); public vtkInformationObjectBaseKey COMPOSITE_DATA_META_DATA() { long temp = COMPOSITE_DATA_META_DATA_4(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long UPDATE_COMPOSITE_INDICES_5(); public vtkInformationIntegerVectorKey UPDATE_COMPOSITE_INDICES() { long temp = UPDATE_COMPOSITE_INDICES_5(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMPOSITE_INDICES_6(); public vtkInformationIntegerVectorKey COMPOSITE_INDICES() { long temp = COMPOSITE_INDICES_6(); if (temp == 0) return null; return (vtkInformationIntegerVectorKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COMPOSITE_INDEX_7(); public vtkInformationIntegerKey COMPOSITE_INDEX() { long temp = COMPOSITE_INDEX_7(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkCompositeDataPipeline() { super(); } public vtkCompositeDataPipeline(long id) { super(id); } public native long VTKInit(); }