#include <sglStatelet.hpp>
Inheritance diagram for sglAntiAliasLine::

Public Methods | |
| sglAntiAliasLine (bool on=false) | |
| virtual | ~sglAntiAliasLine () | 
| void | apply (sglCurrState *curr_state) const | 
Example:
sglAntiAliasLine *statelet = new sglAntiAliasLine(true); // enable it statelet->enable(false); // disable it
Definition at line 472 of file sglStatelet.hpp.
      
  | 
  
| 
 Constructor (also default constructor) 
 Definition at line 479 of file sglStatelet.hpp.  | 
  
      
  | 
  
| 
 virtual destructor. 
 Definition at line 483 of file sglStatelet.hpp.  | 
  
      
  | 
  
| 
 Apply this state change to the current rendering state. 
 Reimplemented from sglStatelet.  | 
  
1.2.6 written by Dimitri van Heesch,
 © 1997-2001