------------------------------------------------------------------------------ Description: Estimated size needed after tessellation (or special operation)
| 368 | // Description: |
| 369 | // Estimated size needed after tessellation (or special operation) |
| 370 | vtkIdType vtkBridgeDataSet::GetEstimatedSize() |
| 371 | { |
| 372 | return this->GetNumberOfPoints() * this->GetNumberOfCells(); |
| 373 | } |
| 374 | |
| 375 | //------------------------------------------------------------------------------ |
| 376 | // Description: |
nothing calls this directly
no test coverage detected