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

Method SelectScalarArray

Rendering/VolumeOpenGL2/vtkMultiBlockVolumeMapper.cxx:399–407  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

397
398//------------------------------------------------------------------------------
399void vtkMultiBlockVolumeMapper::SelectScalarArray(int arrayNum)
400{
401 MapperVec::const_iterator end = this->Mappers.end();
402 for (MapperVec::const_iterator it = this->Mappers.begin(); it != end; ++it)
403 {
404 (*it)->SelectScalarArray(arrayNum);
405 }
406 Superclass::SelectScalarArray(arrayNum);
407}
408
409//------------------------------------------------------------------------------
410void vtkMultiBlockVolumeMapper::SelectScalarArray(char const* arrayName)

Callers 6

ComputeRenderModeMethod · 0.45
SetupVectorModeMethod · 0.45
CreateMappersMethod · 0.45
CreateMapperMethod · 0.45

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by 2