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

Method SetMatrix

Common/Transforms/vtkTransform2D.cxx:125–128  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

123
124//------------------------------------------------------------------------------
125void vtkTransform2D::SetMatrix(const double elements[9])
126{
127 this->Matrix->DeepCopy(elements);
128}
129
130//------------------------------------------------------------------------------
131void vtkTransform2D::GetMatrix(vtkMatrix3x3* matrix)

Callers 8

TransformBoxOrPolygonMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45
SetMatrixFunction · 0.45
SetMatrixFunction · 0.45
SetMatrixFunction · 0.45
testMethodsMethod · 0.45
SetTransformMethod · 0.45

Calls 1

DeepCopyMethod · 0.45

Tested by 3

PaintMethod · 0.36
SetMatrixFunction · 0.36
testMethodsMethod · 0.36