----------------------------------------------------------------------------
| 679 | |
| 680 | //---------------------------------------------------------------------------- |
| 681 | void vtkGeometryRepresentation::SetNormalArray(const char* val) |
| 682 | { |
| 683 | this->SetPointArrayToProcess(0, val); |
| 684 | } |
| 685 | |
| 686 | //---------------------------------------------------------------------------- |
| 687 | void vtkGeometryRepresentation::SetTCoordArray(const char* val) |
nothing calls this directly
no test coverage detected