public virtual void ShallowCopy(vtkGenericAttribute other)
 {
     vtkGenericAttribute.vtkGenericAttribute_ShallowCopy_24(base.GetCppThis(), (other == null) ? default(HandleRef) : other.GetCppThis());
 }
 public virtual void DeepCopy(vtkGenericAttribute other)
 {
     vtkGenericAttribute.vtkGenericAttribute_DeepCopy_01(base.GetCppThis(), (other == null) ? default(HandleRef) : other.GetCppThis());
 }
示例#3
0
 public virtual int GetAttributeOrder(vtkGenericAttribute a)
 {
     return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_GetAttributeOrder_09(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis()));
 }
示例#4
0
 public virtual void Derivatives(int subId, IntPtr pcoords, vtkGenericAttribute attribute, IntPtr derivs)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_Derivatives_05(base.GetCppThis(), subId, pcoords, (attribute == null) ? default(HandleRef) : attribute.GetCppThis(), derivs);
 }
示例#5
0
 public int IsAttributeLinear(vtkGenericAttribute a)
 {
     return(vtkGenericAdaptorCell.vtkGenericAdaptorCell_IsAttributeLinear_35(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis()));
 }
示例#6
0
 public virtual void InterpolateTuple(vtkGenericAttribute a, IntPtr pcoords, IntPtr val)
 {
     vtkGenericAdaptorCell.vtkGenericAdaptorCell_InterpolateTuple_31(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis(), pcoords, val);
 }
 public void InsertNextAttribute(vtkGenericAttribute a)
 {
     vtkGenericAttributeCollection.vtkGenericAttributeCollection_InsertNextAttribute_17(base.GetCppThis(), (a == null) ? default(HandleRef) : a.GetCppThis());
 }