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

Method CanConvertToFixedSize64BitStorage

Common/DataModel/vtkCellArray.cxx:1158–1165  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1156
1157//------------------------------------------------------------------------------
1158bool vtkCellArray::CanConvertToFixedSize64BitStorage() const
1159{
1160 if (this->IsStorageFixedSize64Bit())
1161 {
1162 return true;
1163 }
1164 return this->IsHomogeneous() >= 0;
1165}
1166
1167//------------------------------------------------------------------------------
1168bool vtkCellArray::CanConvertToDefaultStorage() const

Calls 1

IsHomogeneousMethod · 0.95

Tested by 1