------------------------------------------------------------------------------
| 1133 | |
| 1134 | //------------------------------------------------------------------------------ |
| 1135 | bool vtkCellArray::CanConvertTo64BitStorage() const |
| 1136 | { |
| 1137 | return true; |
| 1138 | } |
| 1139 | |
| 1140 | //------------------------------------------------------------------------------ |
| 1141 | bool vtkCellArray::CanConvertToFixedSize32BitStorage() const |
no outgoing calls