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

Method Render

Rendering/Annotation/vtkAxisFollower.cxx:489–499  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

487
488//------------------------------------------------------------------------------
489void vtkAxisFollower::Render(vtkRenderer* ren)
490{
491 if (this->EnableDistanceLOD && !this->TestDistanceVisibility())
492 {
493 this->SetVisibility(0);
494 return;
495 }
496
497 this->ComputeTransformMatrix(ren);
498 this->Superclass::Render(ren);
499}
500
501//------------------------------------------------------------------------------
502void vtkAxisFollower::ShallowCopy(vtkProp* prop)

Callers

nothing calls this directly

Calls 3

SetVisibilityMethod · 0.45

Tested by

no test coverage detected