22 #ifndef _HOPOBJECTCLASH_H
23 #define _HOPOBJECTCLASH_H
32 #include "HOpObjectTranslate.h"
83 int IntersectPolyline( HC_KEY key1,
float *transformed_points1 );
90 void ProcessSelectionResults( HC_KEY current_shell = INVALID_KEY,
float *transformed_points = 0 );
97 int TestEnclosure( HC_KEY current_shell_key,
float *transformed_points );
105 int GetScreenVolume( HC_KEY seg,
HPoint &min,
HPoint &max );
112 virtual int SelectByScreenVolume(
HSmartSelItem * sel_item );
138 void SetSelectMode(
int mode );
146 int GetWorldVolume( HC_KEY seg,
HPoint &min,
HPoint &max );
149 void GrabSelectionSet();
152 void RestoreSelectionSet();
188 virtual const char *
GetName();
virtual void UpdateKeyList(void *data)
HOOC_Result
Definition: HOpObjectClash.h:69
bool m_save_spriting_mode
Definition: HOpObjectClash.h:155
virtual HBaseOperator * Clone()
HOOC_SelectMode
Definition: HOpObjectClash.h:61
The HSelectionSet class manages a list of selected items.
Definition: HSelectionSet.h:71
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
The HSmartSelItem - selection item which can handle instancing.
Definition: HSelectionItem.h:192
virtual int OnLButtonUp(HEventInfo &hevent)
virtual const char * GetName()
HC_KEY m_TempSegKey
Definition: HOpObjectClash.h:167
int m_IntersectPolylinesVisible
Definition: HOpObjectClash.h:164
Definition: HOpObjectClash.h:56
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:65
The HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:126
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
int m_SelectMode
Definition: HOpObjectClash.h:161
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnKeyDown(HEventInfo &hevent)
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpObjectTranslate class translates a selected object.
Definition: HOpObjectTranslate.h:46
HSelectionSet * m_pClashSelection
Definition: HOpObjectClash.h:158