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

Method isVisible

Web/WebGLExporter/vtkWebGLObject.cxx:95–98  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

93
94//------------------------------------------------------------------------------
95bool vtkWebGLObject::isVisible()
96{
97 return this->isvisible;
98}
99
100//------------------------------------------------------------------------------
101void vtkWebGLObject::SetHasTransparency(bool t)

Callers 7

GetWebGLSceneMetaDataMethod · 0.80
GetWebGLBinaryDataMethod · 0.80
WriteDataMethod · 0.80
GenerateMetadataMethod · 0.80
exportStaticSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected