------------------------------------------------------------------------------
| 2534 | |
| 2535 | //------------------------------------------------------------------------------ |
| 2536 | bool vtkOpenGLPolyDataMapper::DrawingPoints(vtkOpenGLHelper& cellBO, vtkActor* actor) |
| 2537 | { |
| 2538 | return (this->GetOpenGLMode(actor->GetProperty()->GetRepresentation(), cellBO.PrimitiveType) == |
| 2539 | GL_POINTS); |
| 2540 | } |
| 2541 | |
| 2542 | //------------------------------------------------------------------------------ |
| 2543 | bool vtkOpenGLPolyDataMapper::GetNeedToRebuildShaders( |
no test coverage detected