MCPcopy Create free account
hub / github.com/MITK/MITK / GetVtkTransform

Method GetVtkTransform

Modules/Core/src/DataManagement/mitkDataNode.cpp:485–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485vtkLinearTransform *mitk::DataNode::GetVtkTransform(int t) const
486{
487 assert(m_Data.IsNotNull());
488
489 mitk::BaseGeometry *geometry = m_Data->GetGeometry(t);
490
491 if (geometry == nullptr)
492 return nullptr;
493
494 return geometry->GetVtkTransform();
495}
496
497itk::ModifiedTimeType mitk::DataNode::GetMTime() const
498{

Callers 15

InternalProcessingMethod · 0.45
UpdateVtkTransformMethod · 0.45
IsInsideMethod · 0.45
IsInsideMethod · 0.45
IsInsideMethod · 0.45
IsInsideMethod · 0.45
SurfaceStampMethod · 0.45
GetPolyDataMethod · 0.45
GenerateDataMethod · 0.45
Stencil3DImageMethod · 0.45

Calls 2

IsNotNullMethod · 0.80
GetGeometryMethod · 0.80

Tested by

no test coverage detected