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

Method CanConvertToDefaultStorage

Common/DataModel/vtkCellArray.cxx:1168–1178  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1166
1167//------------------------------------------------------------------------------
1168bool vtkCellArray::CanConvertToDefaultStorage() const
1169{
1170 if (this->GetDefaultStorageIs64Bit())
1171 {
1172 return this->CanConvertTo64BitStorage();
1173 }
1174 else
1175 {
1176 return this->CanConvertTo32BitStorage();
1177 }
1178}
1179
1180//------------------------------------------------------------------------------
1181bool vtkCellArray::ConvertTo32BitStorage()

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected