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

Method GetTarget

Filters/Modeling/vtkImprintFilter.cxx:88–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87//------------------------------------------------------------------------------
88vtkDataObject* vtkImprintFilter::GetTarget()
89{
90 if (this->GetNumberOfInputConnections(0) < 1)
91 {
92 return nullptr;
93 }
94
95 return this->GetExecutive()->GetInputData(0, 0);
96}
97
98//------------------------------------------------------------------------------
99void vtkImprintFilter::SetImprintConnection(vtkAlgorithmOutput* algOutput)

Callers 15

InternalDeepCopyMethod · 0.80
GetCellArrayInternalMethod · 0.80
LoadMethod · 0.80
SetTextureFunction · 0.80
LocalPlacementMethod · 0.80
GlobalPlacementMethod · 0.80
CreateMethod · 0.80
FindEdgeMethod · 0.80
QueryMethod · 0.80
CopySpecMethod · 0.80
checkNumCellsMethod · 0.80
checkAttributeMethod · 0.80

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 7

checkNumCellsMethod · 0.64
checkAttributeMethod · 0.64
checkAttributesMethod · 0.64
testCopyNoArraysMethod · 0.64
testPartialDeepCopyMethod · 0.64
testShapeOnlyCopyMethod · 0.64