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

Method SetControlMeshData

Filters/General/vtkDeformPointSet.cxx:44–47  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

42
43//------------------------------------------------------------------------------
44void vtkDeformPointSet::SetControlMeshData(vtkPolyData* input)
45{
46 this->SetInputData(1, input);
47}
48
49//------------------------------------------------------------------------------
50vtkPolyData* vtkDeformPointSet::GetControlMeshData()

Callers 2

TestDeformPointSetFunction · 0.80

Calls 1

SetInputDataMethod · 0.45

Tested by 1

TestDeformPointSetFunction · 0.64