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

Method GetInputCount

Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx:850–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850int vtkGPUVolumeRayCastMapper::GetInputCount()
851{
852 return static_cast<int>(this->Ports.size());
853}
854VTK_ABI_NAMESPACE_END

Callers 4

BaseDeclarationVertexFunction · 0.80
GPURenderMethod · 0.80
RunModelMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected