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

Method SetInputConnection

Modules/MapperExt/src/vtkMaskedGlyph3D.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void vtkMaskedGlyph3D::SetInputConnection(vtkAlgorithmOutput *input)
45{
46 this->MaskPoints->SetInputConnection(input);
47 this->Superclass::SetInputConnection(this->MaskPoints->GetOutputPort());
48}
49
50void vtkMaskedGlyph3D::SetRandomMode(int mode)
51{

Callers 15

TakeScreenshotMethod · 0.80
TakeScreenshotFunction · 0.80
InternalProcessingMethod · 0.80
createMapperMethod · 0.80
UpdateVtkObjectsMethod · 0.80
BuildAxisFunction · 0.80
DoCalculateFeaturesMethod · 0.80
DoCalculateFeaturesMethod · 0.80
DoCalculateFeaturesMethod · 0.80

Calls

no outgoing calls

Tested by 2

SaveAsPNGMethod · 0.64