![]()  | 
  
    Inviwo
    0.9.10.1
    
   Inviwo documentation 
   | 
 
Public Member Functions | |
| PolygonModeState (PolygonModeState const &)=delete | |
| PolygonModeState & | operator= (PolygonModeState const &that)=delete | 
| PolygonModeState (GLenum mode, GLfloat lineWidth, GLfloat pointSize) | |
| PolygonModeState (PolygonModeState &&rhs) | |
| PolygonModeState & | operator= (PolygonModeState &&that) | 
Protected Attributes | |
| GLint | mode_ | 
| GLfloat | lineWidth_ | 
| GLfloat | pointSize_ | 
| GLint | oldMode_ | 
| GLfloat | oldLineWidth_ | 
| GLfloat | oldPointSize_ |