Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetProjectionAxes
Function
SetProjectionAxes
Imaging/Sources/vtkImageMandelbrotSource.h:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
*/
58
void SetProjectionAxes(int x, int y, int z);
59
void SetProjectionAxes(int a[3]) { this->SetProjectionAxes(a[0], a[1], a[2]); }
60
vtkGetVector3Macro(ProjectionAxes, int);
61
///@}
62
Callers
nothing calls this directly
Calls
1
SetProjectionAxes
Method · 0.80
Tested by
no test coverage detected