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

Method UseFixedSizeDefaultStorage

Common/DataModel/vtkCellArray.cxx:1110–1120  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1108
1109//------------------------------------------------------------------------------
1110void vtkCellArray::UseFixedSizeDefaultStorage(vtkIdType cellSize)
1111{
1112 if (this->GetDefaultStorageIs64Bit())
1113 {
1114 this->UseFixedSize64BitStorage(cellSize);
1115 }
1116 else
1117 {
1118 this->UseFixedSize32BitStorage(cellSize);
1119 }
1120}
1121
1122//------------------------------------------------------------------------------
1123bool vtkCellArray::CanConvertTo32BitStorage() const

Callers 14

RequestDataMethod · 0.80
RequestDataMethod · 0.80
ConfigureOutputMethod · 0.80
TransformMeshToTrisMethod · 0.80
operator()Method · 0.80
RequestDataMethod · 0.80
RequestDataMethod · 0.80
ProcessPieceMethod · 0.80
ProcessPieceMethod · 0.80
RequestDataMethod · 0.80

Calls 2

Tested by 1