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

Method SetInterpolationMode

Rendering/VolumeAMR/vtkAMRVolumeMapper.cxx:245–248  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

243}
244//------------------------------------------------------------------------------
245void vtkAMRVolumeMapper::SetInterpolationMode(int mode)
246{
247 this->InternalMapper->SetInterpolationMode(mode);
248}
249//------------------------------------------------------------------------------
250int vtkAMRVolumeMapper::GetInterpolationMode()
251{

Calls

no outgoing calls

Tested by

no test coverage detected