Exemplo n.º 1
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);
        }
Exemplo n.º 2
0
// void GetCell(vtkGenericCell * cell)
// "void GetCell(vtkGenericCell *cell)"
        public void GetCell(vtkGenericCell /*(vtkGenericCell*)*/ cell)
        {
            VTK_API.API_vtkCellIterator.GetCell_0(this, cell);
        }
Exemplo n.º 3
0
// virtual void GetCell(vtkIdType cellId, vtkGenericCell * cell)
// "virtual void GetCell(vtkIdType cellId, vtkGenericCell *cell)"
        public void GetCell(long /*(vtkIdType)*/ cellId, vtkGenericCell /*(vtkGenericCell*)*/ cell)
        {
            VTK_API.API_vtkDataSet.GetCell_2(this, cellId, cell);
        }
Exemplo n.º 4
0
// void GetCell(vtkIdType cellId, vtkGenericCell * cell)
// "void GetCell(vtkIdType cellId, vtkGenericCell *cell)"
        public void GetCell(long /*(vtkIdType)*/ cellId, vtkGenericCell /*(vtkGenericCell*)*/ cell)
        {
            VTK_API.API_vtkStructuredGrid.GetCell_2(this, cellId, cell);
        }