HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GEO_VolumeElement.h File Reference
#include "GEO_API.h"
#include "GEO_PrimTetrahedron.h"
#include "GEO_PrimHexahedron.h"
#include <GA/GA_Defines.h>
#include <GA/GA_PrimitiveTypes.h>
#include <SYS/SYS_Inline.h>
#include <UT/UT_Array.h>
+ Include dependency graph for GEO_VolumeElement.h:

Go to the source code of this file.

Classes

class  GEO_VolumeElement
 

Macros

#define __GEO_VolumeElement__
 
#define DISPATCH(TYPEID, FUNCTION,...)
 

Macro Definition Documentation

#define __GEO_VolumeElement__

Definition at line 16 of file GEO_VolumeElement.h.

#define DISPATCH (   TYPEID,
  FUNCTION,
  ... 
)
Value:
switch ((TYPEID).get()) \
{ \
return GEO_PrimTetrahedron::FUNCTION(__VA_ARGS__); \
return GEO_PrimHexahedron::FUNCTION(__VA_ARGS__); \
} \

Definition at line 26 of file GEO_VolumeElement.h.