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

Method SetDimensions

Common/Core/vtkArraySort.cxx:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void vtkArraySort::SetDimensions(DimensionT dimensions)
37{
38 this->Storage.assign(dimensions, 0);
39}
40
41vtkArraySort::DimensionT& vtkArraySort::operator[](DimensionT i)
42{

Callers 7

RequestDataMethod · 0.45
RequestDataMethod · 0.45
GetGridFunction · 0.45
MakeImageFunction · 0.45
testSequenceMethod · 0.45
TestArrayAPISparseFunction · 0.45

Calls 1

assignMethod · 0.45

Tested by 5

GetGridFunction · 0.36
MakeImageFunction · 0.36
testSequenceMethod · 0.36
TestArrayAPISparseFunction · 0.36