MCPcopy Create free account
hub / github.com/Kitware/VTK / ConvertToDefaultStorage

Method ConvertToDefaultStorage

Common/DataModel/vtkCellArray.cxx:1234–1244  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1232
1233//------------------------------------------------------------------------------
1234bool vtkCellArray::ConvertToDefaultStorage()
1235{
1236 if (this->GetDefaultStorageIs64Bit())
1237 {
1238 return this->ConvertTo64BitStorage();
1239 }
1240 else
1241 {
1242 return this->ConvertTo32BitStorage();
1243 }
1244}
1245
1246//------------------------------------------------------------------------------
1247bool vtkCellArray::ConvertToFixedSize32BitStorage()

Callers

nothing calls this directly

Calls 2

ConvertTo64BitStorageMethod · 0.95
ConvertTo32BitStorageMethod · 0.95

Tested by

no test coverage detected