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

Method SetVectorInputData

Common/ExecutionModel/vtkImageToStructuredPoints.cxx:43–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42//------------------------------------------------------------------------------
43void vtkImageToStructuredPoints::SetVectorInputData(vtkImageData* input)
44{
45 this->SetInputData(1, input);
46}
47
48//------------------------------------------------------------------------------
49vtkImageData* vtkImageToStructuredPoints::GetVectorInput()

Callers 2

Canny.pyFile · 0.80

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected