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

Method SetExtents

Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.cxx:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void vtkBoostRandomSparseArraySource::SetExtents(const vtkArrayExtents& extents)
52{
53 if (extents == this->Extents)
54 return;
55
56 this->Extents = extents;
57 this->Modified();
58}
59
60vtkArrayExtents vtkBoostRandomSparseArraySource::GetExtents() VTK_FUTURE_CONST
61{

Callers 9

TestArrayAPISparseFunction · 0.80
BoostArrayLogWeightingFunction · 0.80
RequestDataMethod · 0.80
TestArrayNormFunction · 0.80
ArrayAPIDenseCoordinatesFunction · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 2

TestArrayAPISparseFunction · 0.64
TestArrayNormFunction · 0.64