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

Method IsValid

Rendering/Core/vtkRenderState.cxx:31–34  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Tells if the RenderState is a valid one (Renderer is not null).

Source from the content-addressed store, hash-verified

29// Description:
30// Tells if the RenderState is a valid one (Renderer is not null).
31bool vtkRenderState::IsValid() const
32{
33 return this->Renderer != nullptr;
34}
35
36//------------------------------------------------------------------------------
37// Description:

Callers 15

vtkRenderStateMethod · 0.95
RenderGL2PSMethod · 0.45
ComputeBoundsMethod · 0.45
ComputeBoundsMethod · 0.45
RenderMethod · 0.45
PushImageToScreenMethod · 0.45
SaveAsPNGMethod · 0.45
PushToViewportMethod · 0.45
PushToFrameBufferMethod · 0.45
SlaveEndRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected