MCPcopy Create free account
hub / github.com/Kitware/VTK / DrawingPoints

Method DrawingPoints

Rendering/OpenGL2/vtkOpenGLPolyDataMapper.cxx:2536–2540  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 2

ReplaceShaderTCoordMethod · 0.95
ReplaceShaderNormalMethod · 0.95

Calls 3

GetOpenGLModeMethod · 0.95
GetRepresentationMethod · 0.80
GetPropertyMethod · 0.45

Tested by

no test coverage detected