Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
sweep.h File Reference
#include "mesh.h"
#include "dict.h"
Include dependency graph for sweep.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  ActiveRegion
 

Macros

#define RegionAbove(r)
 
#define RegionBelow(r)
 

Functions

int __gl_computeInterior (GLUtesselator *tess)
 

Macro Definition Documentation

◆ RegionAbove

#define RegionAbove ( r)
Value:
((ActiveRegion *) dictKey(dictSucc((r)->nodeUp)))
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
#define dictSucc(n)
Definition dict-list.h:53
#define dictKey(n)
Definition dict-list.h:52

Definition at line 75 of file sweep.h.

◆ RegionBelow

#define RegionBelow ( r)
Value:
((ActiveRegion *) dictKey(dictPred((r)->nodeUp)))
#define dictPred(n)
Definition dict-list.h:54

Definition at line 74 of file sweep.h.

Function Documentation

◆ __gl_computeInterior()

int __gl_computeInterior ( GLUtesselator * tess)

Definition at line 1301 of file sweep.c.