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

Method GetMapper

Rendering/Image/vtkImageStack.cxx:173–183  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

171
172//------------------------------------------------------------------------------
173vtkImageMapper3D* vtkImageStack::GetMapper()
174{
175 // Get the mapper with the active layer number
176 vtkImageSlice* image = this->GetActiveImage();
177 if (image)
178 {
179 return image->GetMapper();
180 }
181
182 return nullptr;
183}
184
185//------------------------------------------------------------------------------
186double* vtkImageStack::GetBounds()

Callers 15

NeedsTextureExportFunction · 0.80
WriteMeshFunction · 0.80
WriteTextureFunction · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteActorMethod · 0.80
WriteAnActorMethod · 0.80
WriteMeshFunction · 0.80
WriteTextureFunction · 0.80
WriteToStreamMethod · 0.80
WriteActorMethod · 0.80
WriteDataObjectMethod · 0.80

Calls 1

GetActiveImageMethod · 0.95

Tested by 15

TestImportOBJFunction · 0.64
TestAffineWidgetFunction · 0.64
TestSeedWidget2Function · 0.64
TestBiDimensionalWidgetFunction · 0.64
ExecuteMethod · 0.64
ExecuteMethod · 0.64
TestImageTracerWidgetFunction · 0.64