Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HUtilityGeomHandle.h File Reference

#include "HTools.h"
#include "HUtilityAnnotation.h"
#include "hic_types.h"

Go to the source code of this file.

Classes

class  HUtilityGeomHandle
 The HUtilityGeomHandle class contains a set of functions which controls the creation and manipulation of geometry handles. More...

Enumerations

enum  HConstrainType {
  HConstrainNone, HConstrainToRay, HConstrainToRotationVector, HConstrainToPlane,
  HConstrainToViewplane, HConstrainToScale, HConstrainToOnOff
}


Detailed Description

Interface of the HUtilityGeomHandle class

Enumeration Type Documentation

Defines the type of constraint that is applied to each handle.

Enumerator:
HConstrainNone  No constraint.
HConstrainToRay  Constrain to ray given by two points.
HConstrainToRotationVector  Constrain to specific rotation vector.
HConstrainToPlane  Constrain to plane.
HConstrainToViewplane  Constrain to viewplane.
HConstrainToScale  Constrain to Scale factor.
HConstrainToOnOff  Constrain to on/off by click.