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

Function SetDirectionToBackToFront

Rendering/Core/vtkVisibilitySort.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 vtkGetMacro(Direction, int);
104 vtkSetMacro(Direction, int);
105 void SetDirectionToBackToFront() { this->SetDirection(BACK_TO_FRONT); }
106 void SetDirectionToFrontToBack() { this->SetDirection(FRONT_TO_BACK); }
107 ///@}
108

Callers

nothing calls this directly

Calls 1

SetDirectionMethod · 0.45

Tested by

no test coverage detected