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

Method SetInput

Modules/MapperExt/src/vtkMaskedGlyph2D.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void vtkMaskedGlyph2D::SetInput(vtkDataSet *input)
39{
40 this->MaskPoints->SetInputData(input);
41 this->Superclass::SetInputConnection(this->MaskPoints->GetOutputPort());
42}
43
44void vtkMaskedGlyph2D::SetRandomMode(int mode)
45{

Callers 15

TakeScreenshotFunction · 0.45
GetPixmapFromImageNodeFunction · 0.45
SetDataNodeMethod · 0.45
SetDataNodeMethod · 0.45
RemeshMethod · 0.45
doConversionMethod · 0.45
GetFrameImageMethod · 0.45
doMapTimestepsFunction · 0.45
doMITKStitchingFunction · 0.45
CastImageMethod · 0.45
DoConvertMaskMethod · 0.45

Calls

no outgoing calls

Tested by 12

StitchWithNoInterpMethod · 0.36
StitchMethod · 0.36
setUpMethod · 0.36
mitkMultiGaussianTestFunction · 0.36
Test3DMethod · 0.36
Test2DMethod · 0.36
Test4DMethod · 0.36
TestOtherDMethod · 0.36