------------------------------------------------------------------------------
| 32 | |
| 33 | //------------------------------------------------------------------------------ |
| 34 | int vtkPen::GetLineType() |
| 35 | { |
| 36 | return this->LineType; |
| 37 | } |
| 38 | |
| 39 | //------------------------------------------------------------------------------ |
| 40 | void vtkPen::SetColorF(double color[3]) |
no outgoing calls
no test coverage detected