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

Method GetOutput

Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.cxx:73–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72//------------------------------------------------------------------------------
73vtkTable* vtkReebGraphVolumeSkeletonFilter::GetOutput()
74{
75 return vtkTable::SafeDownCast(this->GetOutputDataObject(0));
76}
77
78//------------------------------------------------------------------------------
79int vtkReebGraphVolumeSkeletonFilter::RequestData(vtkInformation* vtkNotUsed(request),

Callers 4

RequestDataMethod · 0.45
TestReebGraphFunction · 0.45
TestCompressibleFunction · 0.45
TestNotCompressibleFunction · 0.45

Calls 1

GetOutputDataObjectMethod · 0.45

Tested by 3

TestReebGraphFunction · 0.36
TestCompressibleFunction · 0.36
TestNotCompressibleFunction · 0.36