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

Method UseDefaultStorage

Common/DataModel/vtkCellArray.cxx:1063–1073  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1061
1062//------------------------------------------------------------------------------
1063void vtkCellArray::UseDefaultStorage()
1064{
1065 if (this->GetDefaultStorageIs64Bit())
1066 {
1067 this->Use64BitStorage();
1068 }
1069 else
1070 {
1071 this->Use32BitStorage();
1072 }
1073}
1074
1075//------------------------------------------------------------------------------
1076void vtkCellArray::UseFixedSize32BitStorage(vtkIdType cellSize)

Callers 1

TestUseDefaultStorageFunction · 0.80

Calls 2

Use64BitStorageMethod · 0.95
Use32BitStorageMethod · 0.95

Tested by 1

TestUseDefaultStorageFunction · 0.64