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

Method GetGradMaps

Filters/General/vtkSubPixelPositionEdgels.cxx:645–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645vtkStructuredPoints* vtkSubPixelPositionEdgels::GetGradMaps()
646{
647 if (this->GetNumberOfInputConnections(1) < 1)
648 {
649 return nullptr;
650 }
651 return vtkStructuredPoints::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
652}
653
654int vtkSubPixelPositionEdgels::FillInputPortInformation(int port, vtkInformation* info)
655{

Callers 1

PrintSelfMethod · 0.95

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected