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

Method GetNumberOfComponents

Imaging/Core/vtkAbstractImageInterpolator.cxx:225–228  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

223
224//------------------------------------------------------------------------------
225int vtkAbstractImageInterpolator::GetNumberOfComponents()
226{
227 return this->InterpolationInfo->NumberOfComponents;
228}
229
230//------------------------------------------------------------------------------
231void vtkAbstractImageInterpolator::SetOutValue(double value)

Callers 15

operator()Method · 0.45
operator()Method · 0.45
vtkSliceCubesContourFunction · 0.45
ExecuteMethod · 0.45
ThreadedRequestDataMethod · 0.45
operator()Method · 0.45
ThreadedRequestDataMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
vtkImageResliceExecuteFunction · 0.45
vtkReslicePermuteExecuteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected