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

Method SetVisibility

Web/WebGLExporter/vtkWebGLObject.cxx:89–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

87
88//------------------------------------------------------------------------------
89void vtkWebGLObject::SetVisibility(bool vis)
90{
91 this->isvisible = vis;
92}
93
94//------------------------------------------------------------------------------
95bool vtkWebGLObject::isVisible()

Callers 15

parseActor2DMethod · 0.45
parseActorMethod · 0.45
mainFunction · 0.45
TestGaussianBlurPassFunction · 0.45
TestBlurAndSobelPassesFunction · 0.45
SetEnabledMethod · 0.45
GetAvatarMethod · 0.45
HardwareSelectMethod · 0.45
__init__Method · 0.45
onMouseMoveMethod · 0.45
onKeyPressMethod · 0.45

Calls

no outgoing calls

Tested by 14

TestGaussianBlurPassFunction · 0.36
TestBlurAndSobelPassesFunction · 0.36
__init__Method · 0.36
onMouseMoveMethod · 0.36
onKeyPressMethod · 0.36
ExecuteMethod · 0.36
ExecuteMethod · 0.36
OnKeyPressMethod · 0.36
TestSelectVisiblePointsFunction · 0.36
TestAnariPassVisibilityFunction · 0.36