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

Method MakeAMapper

Rendering/Core/vtkCompositeCellGridMapper.cxx:574–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574vtkCellGridMapper* vtkCompositeCellGridMapper::MakeAMapper()
575{
576 vtkCellGridMapper* m = vtkCellGridMapper::New();
577 // Copy our vtkMapper properties to the delegate
578 m->vtkMapper::ShallowCopy(this);
579 return m;
580}
581
582//------------------------------------------------------------------------------
583// simple tests, the mapper is tolerant of being

Callers 1

BuildRenderValuesMethod · 0.95

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected