------------------------------------------------------------------------------
| 93 | |
| 94 | //------------------------------------------------------------------------------ |
| 95 | bool vtkWebGLObject::isVisible() |
| 96 | { |
| 97 | return this->isvisible; |
| 98 | } |
| 99 | |
| 100 | //------------------------------------------------------------------------------ |
| 101 | void vtkWebGLObject::SetHasTransparency(bool t) |
no outgoing calls
no test coverage detected