Esempio n. 1
0
// virtual vtkCell* FindAndGetCell(double x[3], vtkCell * cell, vtkIdType cellId, double tol2, int & subId, double pcoords[3], double * weights)
// "virtual vtkCell *FindAndGetCell(double x[3], vtkCell *cell, vtkIdType cellId, double tol2, int& subId, double pcoords[3], double *weights)"
        public vtkCell FindAndGetCell(double /*(double[3])*/ [] x, vtkCell /*(vtkCell*)*/ cell, long /*(vtkIdType)*/ cellId, double /*(double)*/ tol2, IntPtr /*(int&)*/ subId, double /*(double[3])*/ [] pcoords, IntPtr /*(double*)*/ weights)
        {
            ReturnPointer returnPointer = new ReturnPointer(new IntPtr());

            VTK_API.API_vtkDataSet.FindAndGetCell_0(returnPointer.GetPtr(), this, x, cell, cellId, tol2, subId, pcoords, weights);
            return((vtkCell)(IntPtr)returnPointer);
        }
Esempio n. 2
0
// virtual vtkIdType FindCell(double x[3], vtkCell * cell, vtkGenericCell * gencell, vtkIdType cellId, double tol2, int & subId, double pcoords[3], double * weights)
// "virtual vtkIdType FindCell(double x[3], vtkCell *cell, vtkGenericCell *gencell, vtkIdType cellId, double tol2, int& subId, double pcoords[3], double *weights)"
        public long FindCell(double /*(double[3])*/ [] x, vtkCell /*(vtkCell*)*/ cell, vtkGenericCell /*(vtkGenericCell*)*/ gencell, long /*(vtkIdType)*/ cellId, double /*(double)*/ tol2, IntPtr /*(int&)*/ subId, double /*(double[3])*/ [] pcoords, IntPtr /*(double*)*/ weights)
        {
            ReturnPointer returnPointer = new ReturnPointer(new long());

            VTK_API.API_vtkDataSet.FindCell_1(returnPointer.GetPtr(), this, x, cell, gencell, cellId, tol2, subId, pcoords, weights);
            return((long)returnPointer);
        }
Esempio n. 3
0
// vtkIdType InsertNextCell(vtkCell * cell)
// "vtkIdType InsertNextCell(vtkCell *cell)"
        public long InsertNextCell(vtkCell /*(vtkCell*)*/ cell)
        {
            ReturnPointer returnPointer = new ReturnPointer(new long());

            VTK_API.API_vtkCellArray.InsertNextCell_0(returnPointer.GetPtr(), this, cell);
            return((long)returnPointer);
        }
Esempio n. 4
0
// virtual void DeepCopy(vtkCell * c)
// "virtual void DeepCopy(vtkCell *c)"
        public void DeepCopy(vtkCell /*(vtkCell*)*/ c)
        {
            VTK_API.API_vtkCell.DeepCopy_0(this, c);
        }
Esempio n. 5
0
// virtual void ShallowCopy(vtkCell * c)
// "virtual void ShallowCopy(vtkCell *c)"
        public void ShallowCopy(vtkCell /*(vtkCell*)*/ c)
        {
            VTK_API.API_vtkCell.ShallowCopy_0(this, c);
        }