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

Method GetExcludedFaces

Filters/Geometry/vtkGeometryFilter.cxx:249–256  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return the input data or filter.

Source from the content-addressed store, hash-verified

247//------------------------------------------------------------------------------
248// Return the input data or filter.
249vtkPolyData* vtkGeometryFilter::GetExcludedFaces()
250{
251 if (this->GetNumberOfInputConnections(1) < 1)
252 {
253 return nullptr;
254 }
255 return vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
256}
257
258//------------------------------------------------------------------------------
259int vtkGeometryFilter::FillInputPortInformation(int port, vtkInformation* info)

Callers

nothing calls this directly

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected