Home
last modified time | relevance | path

Searched defs:AllocateEstimate (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkUnstructuredGrid.h125 bool AllocateEstimate(vtkIdType numCells, vtkIdType maxCellSize) in AllocateEstimate() function
H A DvtkPolyData.cxx777 bool vtkPolyData::AllocateEstimate(vtkIdType numCells, vtkIdType maxCellSize) in AllocateEstimate() function in vtkPolyData
783 bool vtkPolyData::AllocateEstimate(vtkIdType numVerts, vtkIdType maxVertSize, vtkIdType numLines, in AllocateEstimate() function in vtkPolyData
H A DvtkCellArray.h241 bool AllocateEstimate(vtkIdType numCells, vtkIdType maxCellSize) in AllocateEstimate() function