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

Method SetHeightMapData

Filters/Modeling/vtkFitToHeightMapFilter.cxx:595–598  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Specify the height map data

Source from the content-addressed store, hash-verified

593//------------------------------------------------------------------------------
594// Specify the height map data
595void vtkFitToHeightMapFilter::SetHeightMapData(vtkImageData* id)
596{
597 this->SetInputData(1, id);
598}
599
600//------------------------------------------------------------------------------
601// Get a pointer to a source object at a specified table location.

Callers 1

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected