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