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

Method GetInput

Modules/MapperExt/src/mitkEnhancedPointSetVtkMapper3D.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#include <mitkLookupTableProperty.h>
42
43const mitk::PointSet *mitk::EnhancedPointSetVtkMapper3D::GetInput()
44{
45 return static_cast<const mitk::PointSet *>(GetDataNode()->GetData());
46}
47
48mitk::EnhancedPointSetVtkMapper3D::EnhancedPointSetVtkMapper3D()
49{

Callers 11

UpdateVtkObjectsMethod · 0.95
GenerateDataMethod · 0.45
SetInputMethod · 0.45
RequestDataMethod · 0.45
GetSplinesPolyDataMethod · 0.45
UpdateSplineMethod · 0.45
RequestDataMethod · 0.45
WriteMethod · 0.45

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected