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

Method GetMatrix

Common/Transforms/vtkTransform2D.cxx:131–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

129
130//------------------------------------------------------------------------------
131void vtkTransform2D::GetMatrix(vtkMatrix3x3* matrix)
132{
133 matrix->DeepCopy(this->Matrix);
134}
135
136//------------------------------------------------------------------------------
137void vtkTransform2D::GetPosition(double position[2])

Callers 15

GetInverseMethod · 0.95
GetTransposeMethod · 0.95
HitMethod · 0.45
LocatePointInPlotsMethod · 0.45
LocatePointInPlotsMethod · 0.45
TransformBoxOrPolygonMethod · 0.45
PaintRectMethod · 0.45
MouseMoveEventMethod · 0.45
MouseButtonPressEventMethod · 0.45
PaintMethod · 0.45
PaintMethod · 0.45

Calls 1

DeepCopyMethod · 0.45

Tested by 4

PaintMethod · 0.36
InternalUpdateMethod · 0.36
testMethodsMethod · 0.36