40 #ifndef __vtkCellArray_h
41 #define __vtkCellArray_h
60 {
return this->Ia->Allocate(sz,ext);}
85 {
return numCells*(1+maxPtsPerCell);}
106 {
return this->Ia->GetSize();}
114 {
return this->Ia->GetMaxId()+1;}
148 void UpdateCellCount(
int npts);
154 {
return (this->InsertLocation - npts - 1);};
160 {
return this->TraversalLocation;}
162 {this->TraversalLocation = loc;}
169 {
return(this->TraversalLocation-npts-1);}
181 int GetMaxCellSize();
186 {
return this->Ia->GetPointer(0);}
218 {this->Ia->Squeeze();}
227 unsigned long GetActualMemorySize();
251 for ( *ptr++ = npts, i = 0; i < npts; i++)
293 cell->PointIds->GetPointer(0));
336 for (i=0; i < (npts/2); i++)
339 pts[i] = pts[npts-i-1];
349 for (
int i=0; i < npts; i++)