------------------------------------------------------------------------------
| 4508 | |
| 4509 | //------------------------------------------------------------------------------ |
| 4510 | int vtkOpenGLPolyDataMapper::GetPointPickingPrimitiveSize(int primType) |
| 4511 | { |
| 4512 | if (primType == PrimitivePoints) |
| 4513 | { |
| 4514 | return 2; |
| 4515 | } |
| 4516 | if (primType == PrimitiveLines) |
| 4517 | { |
| 4518 | return 4; |
| 4519 | } |
| 4520 | return 6; |
| 4521 | } |
| 4522 | |
| 4523 | //------------------------------------------------------------------------------ |
| 4524 | void vtkOpenGLPolyDataMapper::MapDataArrayToVertexAttribute( |
no outgoing calls
no test coverage detected