Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetMatrix
Function
SetMatrix
Common/Transforms/vtkTransform2D.h:77–77 ·
view source on GitHub ↗
* Set the current matrix directly. */
Source
from the content-addressed store, hash-verified
75
* Set the current matrix directly.
76
*/
77
void SetMatrix(vtkMatrix3x3* matrix) { this->SetMatrix(matrix->GetData()); }
78
void SetMatrix(const double elements[9]);
79
80
///@{
Callers
nothing calls this directly
Calls
2
SetMatrix
Method · 0.45
GetData
Method · 0.45
Tested by
no test coverage detected