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

Method CanConvertTo64BitStorage

Common/DataModel/vtkCellArray.cxx:1135–1138  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls