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

Function SetDirectionToFrontToBack

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetDirectionMethod · 0.45

Tested by

no test coverage detected