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

Method SetVBOShiftScaleMethod

Rendering/Core/vtkCompositePolyDataMapper.cxx:193–209  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

191
192//------------------------------------------------------------------------------
193void vtkCompositePolyDataMapper::SetVBOShiftScaleMethod(int method)
194{
195 if (this->ShiftScaleMethod == method)
196 {
197 return;
198 }
199 this->ShiftScaleMethod = method;
200
201 this->Superclass::SetVBOShiftScaleMethod(method);
202
203 auto& internals = (*this->Internals);
204 for (auto& iter : internals.BatchedDelegators)
205 {
206 auto& delegator = iter.second;
207 delegator->GetDelegate()->SetVBOShiftScaleMethod(method);
208 }
209}
210
211//------------------------------------------------------------------------------
212void vtkCompositePolyDataMapper::SetPauseShiftScale(bool pauseShiftScale)

Callers 4

ShallowCopyMethod · 0.45
ShallowCopyMethod · 0.45
keypressFuncFunction · 0.45

Calls

no outgoing calls

Tested by 2

keypressFuncFunction · 0.36