HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GQ_Detail.h File Reference
#include "GQ_API.h"
#include "GQ_Error.h"
#include "GQ_Edge.h"
#include <GU/GU_PrimPoly.h>
#include <GU/GU_RayIntersect.h>
#include <GU/GU_Types.h>
#include <GEO/GEO_Primitive.h>
#include <GEO/GEO_WorkVertexBuffer.h>
#include <GA/GA_AttributeRefMap.h>
#include <UT/UT_FloatArray.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_Plane.h>
#include <UT/UT_Array.h>
#include <UT/UT_Map.h>
#include <SYS/SYS_Types.h>
#include <iosfwd>
+ Include dependency graph for GQ_Detail.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GA_EdgeT< T, DIRECTED >
 
class  GQ_Detail
 

Typedefs

using GA_Edge = GA_EdgeT< GA_Offset, false >
 

Enumerations

enum  GQ_BooleanOpType {
  GQ_BOOLEAN_INTERSECT = 0, GQ_BOOLEAN_UNION = 1, GQ_BOOLEAN_A_MINUS_B = 2, GQ_BOOLEAN_B_MINUS_A = 3,
  GQ_BOOLEAN_A_EDGE = 4, GQ_BOOLEAN_B_EDGE = 5
}
 

Typedef Documentation

using GA_Edge = GA_EdgeT<GA_Offset, false>

Definition at line 49 of file GQ_Detail.h.

Enumeration Type Documentation

Enumerator
GQ_BOOLEAN_INTERSECT 
GQ_BOOLEAN_UNION 
GQ_BOOLEAN_A_MINUS_B 
GQ_BOOLEAN_B_MINUS_A 
GQ_BOOLEAN_A_EDGE 
GQ_BOOLEAN_B_EDGE 

Definition at line 51 of file GQ_Detail.h.