HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_SweptCollisionData.h File Reference
#include "SIM_API.h"
#include <UT/UT_Vector3.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_StringArray.h>
#include <vector>
+ Include dependency graph for SIM_SweptCollisionData.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SIM_SpatialPoint
 
struct  SIM_Triangle
 
struct  SIM_TriangleConnectivity
 

Typedefs

typedef SIM_SpatialPoint SIM_PositionPoint
 
typedef std::vector
< SIM_PositionPoint
SIM_PositionPoints
 
typedef SIM_SpatialPoint SIM_VelocityPoint
 
typedef std::vector
< SIM_VelocityPoint
SIM_VelocityPoints
 

Typedef Documentation

Definition at line 45 of file SIM_SweptCollisionData.h.

typedef std::vector<SIM_PositionPoint> SIM_PositionPoints

Definition at line 46 of file SIM_SweptCollisionData.h.

Definition at line 48 of file SIM_SweptCollisionData.h.

typedef std::vector<SIM_VelocityPoint> SIM_VelocityPoints

Definition at line 49 of file SIM_SweptCollisionData.h.