63 #ifndef __vtkPolyData_h
64 #define __vtkPolyData_h
176 void Allocate(
vtkIdType numCells=1000,
int extSize=1000);
220 void BuildLinks(
int initialSize=0);
250 int IsTriangle(
int v1,
int v2,
int v3);
291 void RemoveDeletedCells();
300 int InsertNextLinkedPoint(
int numLinks);
301 int InsertNextLinkedPoint(
double x[3],
int numLinks);
307 int InsertNextLinkedCell(
int type,
int npts,
vtkIdType *pts);
322 void RemoveCellReference(
vtkIdType cellId);
366 virtual int GetPiece();
367 virtual int GetNumberOfPieces();
371 virtual int GetGhostLevel();
388 void RemoveGhostCells(
int level);
416 ERR_NO_SUCH_FIELD = -4,
417 ERR_INCORRECT_FIELD = -3,
418 ERR_NON_MANIFOLD_STAR = -2,
425 int GetScalarFieldCriticalIndex (
vtkIdType pointId,
427 int GetScalarFieldCriticalIndex (
vtkIdType pointId,
int fieldId);
428 int GetScalarFieldCriticalIndex (
vtkIdType pointId,
const char* fieldName);
493 unsigned short int n1;
507 if ( (tVerts[0] == tVerts2[0] || tVerts[0] == tVerts2[1] ||
508 tVerts[0] == tVerts2[2]) &&
509 (tVerts[1] == tVerts2[0] || tVerts[1] == tVerts2[1] ||
510 tVerts[1] == tVerts2[2]) &&
511 (tVerts[2] == tVerts2[0] || tVerts[2] == tVerts2[1] ||
512 tVerts[2] == tVerts2[2]) )
528 if ( pts[i] == ptId )
581 for ( i=0; i < nverts; i++ )
583 if ( verts[i] == oldPtId )