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

Method SetTransform

Common/DataModel/vtkImplicitFunction.cxx:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void vtkImplicitFunction::SetTransform(const double elements[16])
246{
247 vtkTransform* transform = vtkTransform::New();
248 transform->SetMatrix(elements);
249 this->SetTransform(transform);
250 transform->Delete();
251}
252VTK_ABI_NAMESPACE_END

Callers 13

~vtkImplicitFunctionMethod · 0.95
PaintMethod · 0.45
PaintMethod · 0.45
DrawPointMethod · 0.45
cylindrical.pyFile · 0.45
spherical.pyFile · 0.45
UpdateTransformMethod · 0.45
UpdateTransformMethod · 0.45
TestGetBounds.pyFile · 0.45
TestFindCellsAlongLineFunction · 0.45

Calls 3

DeleteMethod · 0.65
NewFunction · 0.50
SetMatrixMethod · 0.45

Tested by 1

TestFindCellsAlongLineFunction · 0.36