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

Method SetGradMapsData

Filters/General/vtkSubPixelPositionEdgels.cxx:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640void vtkSubPixelPositionEdgels::SetGradMapsData(vtkStructuredPoints* gm)
641{
642 this->SetInputData(1, gm);
643}
644
645vtkStructuredPoints* vtkSubPixelPositionEdgels::GetGradMaps()
646{

Callers 2

Canny.pyFile · 0.80

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected