| 572 | } |
| 573 | |
| 574 | vtkCellGridMapper* 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 |
no test coverage detected