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

Method GetInputData

Filters/Modeling/vtkCollisionDetectionFilter.cxx:113–122  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

111
112//------------------------------------------------------------------------------
113vtkPolyData* vtkCollisionDetectionFilter::GetInputData(int idx)
114{
115 if (2 <= idx || idx < 0)
116 {
117 vtkErrorMacro(<< "Index " << idx << " is out of range in GetInput. Only two inputs allowed!");
118 return nullptr;
119 }
120
121 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(idx, 0));
122}
123
124vtkIdTypeArray* vtkCollisionDetectionFilter::GetContactCells(int i)
125{

Callers 15

GetSourceMethod · 0.45
GetExcludedFacesMethod · 0.45
GetInputListMethod · 0.45
GetGradMapsMethod · 0.45
GetSourceMethod · 0.45
GetInputMethod · 0.45
GetBlankingInputMethod · 0.45
GetSourceMethod · 0.45
GetSourceMethod · 0.45
GetSurfaceMethod · 0.45
GetSurfaceMethod · 0.45
GetLoopsMethod · 0.45

Calls 1

GetExecutiveMethod · 0.45

Tested by 2

RequestDataMethod · 0.36