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

Method HasVtkProp

Modules/Core/src/Rendering/mitkVtkMapper.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool mitk::VtkMapper::HasVtkProp(const vtkProp *prop, BaseRenderer *renderer)
96{
97 vtkProp *myProp = this->GetVtkProp(renderer);
98
99 // TODO: check if myProp is a vtkAssembly and if so, check if prop is contained in its leafs
100 return (prop == myProp);
101}
102
103void mitk::VtkMapper::UpdateVtkTransform(mitk::BaseRenderer *renderer)
104{

Callers 1

PickObjectMethod · 0.80

Calls 1

GetVtkPropMethod · 0.45

Tested by

no test coverage detected