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

Method GetSecondDistanceOutput

Filters/General/vtkDistancePolyDataFilter.cxx:205–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

203
204//------------------------------------------------------------------------------
205vtkPolyData* vtkDistancePolyDataFilter::GetSecondDistanceOutput()
206{
207 if (!this->ComputeSecondDistance)
208 {
209 return nullptr;
210 }
211 return vtkPolyData::SafeDownCast(this->GetOutputDataObject(1));
212}
213
214//------------------------------------------------------------------------------
215void vtkDistancePolyDataFilter::PrintSelf(ostream& os, vtkIndent indent)

Callers 2

RequestDataMethod · 0.80

Calls 1

GetOutputDataObjectMethod · 0.45

Tested by 1