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

Function BaseExit

Rendering/VolumeOpenGL2/vtkVolumeShaderComposer.h:606–610  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

604
605//--------------------------------------------------------------------------
606inline std::string BaseExit(
607 vtkRenderer* vtkNotUsed(ren), vtkVolumeMapper* vtkNotUsed(mapper), vtkVolume* vtkNotUsed(vol))
608{
609 return std::string();
610}
611
612//--------------------------------------------------------------------------
613inline std::string ComputeGradientOpacity1DDecl(vtkVolume* vol, int noOfComponents,

Callers 1

ReplaceShaderBaseMethod · 0.85

Calls 1

stringClass · 0.50

Tested by

no test coverage detected