MCPcopy Create free account
hub / github.com/Kitware/VTK / SetInputData

Method SetInputData

Rendering/Core/vtkImageActor.cxx:66–73  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66void vtkImageActor::SetInputData(vtkImageData* input)
67{
68 if (this->Mapper && input != this->Mapper->GetInput())
69 {
70 this->Mapper->SetInputData(input);
71 this->Modified();
72 }
73}
74
75//------------------------------------------------------------------------------
76vtkAlgorithm* vtkImageActor::GetInputAlgorithm()

Callers 15

RenderMethod · 0.45
multiLineText.pyFile · 0.45
TestFlagpoleLabelFunction · 0.45
TestBillboardTextActor3DFunction · 0.45
TestTextActor3DFunction · 0.45
TestTextMapperFunction · 0.45
TestTextActorTileScalingFunction · 0.45
TestTextActorFunction · 0.45
SaveAsPNGMethod · 0.45
RenderAsTrianglesFunction · 0.45
WriteBufferMethod · 0.45
TestPathTracerMaterialsFunction · 0.45

Calls 2

GetInputMethod · 0.45
ModifiedMethod · 0.45

Tested by 15

TestFlagpoleLabelFunction · 0.36
TestBillboardTextActor3DFunction · 0.36
TestTextActor3DFunction · 0.36
TestTextMapperFunction · 0.36
TestTextActorTileScalingFunction · 0.36
TestTextActorFunction · 0.36
TestPathTracerMaterialsFunction · 0.36
TestOSPRayImplicitsFunction · 0.36
MakeSphereAtFunction · 0.36
TestOSPRayRenderMeshFunction · 0.36
TestOSPRayWindowFunction · 0.36
TestCategoricalMaterialsFunction · 0.36