#include <UT_PolyRaster.h>
|  | 
|  | UT_PolyRaster () | 
|  | 
| virtual | ~UT_PolyRaster () | 
|  | 
| void | setFilterWidth (fpreal x=1, fpreal y=1) | 
|  | 
| void | setWindow (fpreal xl, fpreal xr, fpreal yb, fpreal yt) | 
|  | 
| void | setResolution (int xsamp, int ysamp) | 
|  | 
| void | initialize () | 
|  | 
| virtual void | sample (int x, int y, fpreal weight) | 
|  | 
| void | rasterize (const float v0[2], const float v1[2], const float v2[2], int cliptowindow=1) | 
|  | 
Definition at line 34 of file UT_PolyRaster.h.
 
      
        
          | UT_PolyRaster::UT_PolyRaster | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual UT_PolyRaster::~UT_PolyRaster | ( |  | ) |  |  | virtual | 
 
 
      
        
          | void UT_PolyRaster::initialize | ( |  | ) |  | 
      
 
 
      
        
          | void UT_PolyRaster::rasterize | ( | const float | v0[2], | 
        
          |  |  | const float | v1[2], | 
        
          |  |  | const float | v2[2], | 
        
          |  |  | int | cliptowindow = 1 | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void UT_PolyRaster::setResolution | ( | int | xsamp, |  
          |  |  | int | ysamp |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | float UT_PolyRaster::myIXFilter |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myIYFilter |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myXFilter |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myXMax |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myXMin |  | protected | 
 
 
  
  | 
        
          | int UT_PolyRaster::myXres |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myXSFilter |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myYFilter |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myYMax |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myYMin |  | protected | 
 
 
  
  | 
        
          | int UT_PolyRaster::myYres |  | protected | 
 
 
  
  | 
        
          | float UT_PolyRaster::myYSFilter |  | protected | 
 
 
The documentation for this class was generated from the following file: