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

Method GetSurface

Filters/Modeling/vtkSelectEnclosedPoints.cxx:452–455  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return the enclosing surface

Source from the content-addressed store, hash-verified

450//------------------------------------------------------------------------------
451// Return the enclosing surface
452vtkPolyData* vtkSelectEnclosedPoints::GetSurface()
453{
454 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
455}
456
457//------------------------------------------------------------------------------
458vtkPolyData* vtkSelectEnclosedPoints::GetSurface(vtkInformationVector* sourceInfo)

Callers

nothing calls this directly

Calls 4

GetInformationObjectMethod · 0.80
GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected