Пример #1
0
 public virtual void SetSelectionData(vtkDataSetAttributes data)
 {
     vtkSelectionNode.vtkSelectionNode_SetSelectionData_35(base.GetCppThis(), (data == null) ? default(HandleRef) : data.GetCppThis());
 }
Пример #2
0
 public static void InterpolateEdge(vtkDataSetAttributes attributes, long toId, long fromId1, long fromId2, double t)
 {
     vtkBoxClipDataSet.vtkBoxClipDataSet_InterpolateEdge_23((attributes == null) ? default(HandleRef) : attributes.GetCppThis(), toId, fromId1, fromId2, t);
 }
 public void InterpolatePoint(vtkDataSetAttributes fromPd, long toId, vtkIdList ids, IntPtr weights)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolatePoint_53(base.GetCppThis(), (fromPd == null) ? default(HandleRef) : fromPd.GetCppThis(), toId, (ids == null) ? default(HandleRef) : ids.GetCppThis(), weights);
 }
 public void InterpolateTime(vtkDataSetAttributes from1, vtkDataSetAttributes from2, long id, double t)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateTime_54(base.GetCppThis(), (from1 == null) ? default(HandleRef) : from1.GetCppThis(), (from2 == null) ? default(HandleRef) : from2.GetCppThis(), id, t);
 }
 public void InterpolateAllocate(vtkDataSetAttributes pd, long sze, long ext, int shallowCopyArrays)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateAllocate_51(base.GetCppThis(), (pd == null) ? default(HandleRef) : pd.GetCppThis(), sze, ext, shallowCopyArrays);
 }
 public void InterpolateEdge(vtkDataSetAttributes fromPd, long toId, long p1, long p2, double t)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateEdge_52(base.GetCppThis(), (fromPd == null) ? default(HandleRef) : fromPd.GetCppThis(), toId, p1, p2, t);
 }
 public void InterpolateAllocate(vtkDataSetAttributes pd, long sze, long ext)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_InterpolateAllocate_50(base.GetCppThis(), (pd == null) ? default(HandleRef) : pd.GetCppThis(), sze, ext);
 }
 public void CopyStructuredData(vtkDataSetAttributes inDsa, IntPtr inExt, IntPtr outExt)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_CopyStructuredData_14(base.GetCppThis(), (inDsa == null) ? default(HandleRef) : inDsa.GetCppThis(), inExt, outExt);
 }
 public void CopyData(vtkDataSetAttributes fromPd, long fromId, long toId)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_CopyData_05(base.GetCppThis(), (fromPd == null) ? default(HandleRef) : fromPd.GetCppThis(), fromId, toId);
 }
 public void CopyAllocate(vtkDataSetAttributes pd, long sze, long ext)
 {
     vtkDataSetAttributes.vtkDataSetAttributes_CopyAllocate_03(base.GetCppThis(), (pd == null) ? default(HandleRef) : pd.GetCppThis(), sze, ext);
 }
Пример #11
0
 public virtual void SetRowData(vtkDataSetAttributes data)
 {
     vtkTable.vtkTable_SetRowData_31(base.GetCppThis(), (data == null) ? default(HandleRef) : data.GetCppThis());
 }