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

Method GetOutput

Imaging/Core/vtkImageStencilAlgorithm.cxx:45–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43
44//------------------------------------------------------------------------------
45vtkImageStencilData* vtkImageStencilAlgorithm::GetOutput()
46{
47 if (this->GetNumberOfOutputPorts() < 1)
48 {
49 return nullptr;
50 }
51
52 return vtkImageStencilData::SafeDownCast(this->GetExecutive()->GetOutputData(0));
53}
54
55//------------------------------------------------------------------------------
56vtkImageStencilData* vtkImageStencilAlgorithm::AllocateOutputData(vtkDataObject* out, int* uExt)

Callers 15

TestSampleFunctionFunction · 0.45
ThreadedRequestDataMethod · 0.45
ThreadedRequestDataMethod · 0.45
DrawImageMethod · 0.45
ThreadedRequestDataMethod · 0.45
ThreadedRequestDataMethod · 0.45
RequestDataMethod · 0.45
ThreadedRequestDataMethod · 0.45
ImageQuantizeToIndexFunction · 0.45
vtkImageShrink3DExecuteFunction · 0.45

Calls 3

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 15

TestSampleFunctionFunction · 0.36
testAllMathematicsMethod · 0.36
testAllLogicMethod · 0.36
testWipeMethod · 0.36
TestBSplineWarpFunction · 0.36
TestPassthroughFunction · 0.36
TestInformationInputFunction · 0.36
TestSetInformationFunction · 0.36
TestAdjustInformationFunction · 0.36
TestCenterFunction · 0.36
TestResamplePassthroughFunction · 0.36