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

Method SetSliceNumber

Rendering/Core/vtkImageSliceMapper.cxx:283–290  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281
282//------------------------------------------------------------------------------
283void vtkImageSliceMapper::SetSliceNumber(int i)
284{
285 if (i != this->SliceNumber)
286 {
287 this->SliceNumber = i;
288 this->Modified();
289 }
290}
291
292//------------------------------------------------------------------------------
293int vtkImageSliceMapper::GetSliceNumber()

Callers 2

testVolumePickerMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 1