Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
HPS.View Class Reference
Inheritance diagram for HPS.View:
HPS.Sprocket HPS.Object

Public Member Functions

override void Dispose ()
 
 View (HPS.View that)
 
 View (HPS.SprocketControl in_ctrl)
 
override HPS.Type ObjectType ()
 
void Delete ()
 
void Assign (HPS.View in_that)
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.View in_that)
 
string GetName ()
 
HPS.View ComputeFitWorldCamera (out HPS.CameraKit out_camera)
 
HPS.View ComputeFitWorldCamera (HPS.SegmentKey in_segment, out HPS.CameraKit out_camera)
 
HPS.View ComputeFitWorldCamera (HPS.BoundingKit in_bounding, out HPS.CameraKit out_camera)
 
HPS.View ComputeFitWorldCamera (HPS.SegmentKey in_segment, HPS.MatrixKit in_transform, out HPS.CameraKit out_camera)
 
HPS.View ComputeFitWorldCamera (HPS.BoundingKit in_bounding, HPS.MatrixKit in_transform, out HPS.CameraKit out_camera)
 
HPS.View FitWorld ()
 
HPS.View FitWorld (HPS.SegmentKey in_segment)
 
HPS.View FitWorld (HPS.BoundingKit in_bounding)
 
HPS.View FitWorld (HPS.SegmentKey in_segment, HPS.MatrixKit in_transform)
 
HPS.View FitWorld (HPS.BoundingKit in_bounding, HPS.MatrixKit in_transform)
 
void AttachModel (HPS.Model in_model)
 
void DetachModel ()
 
HPS.Model GetAttachedModel ()
 
HPS.IncludeKey GetAttachedModelIncludeLink ()
 
void SetRenderingMode (HPS.Rendering.Mode in_mode)
 
HPS.Rendering.Mode GetRenderingMode ()
 
void SetOperators (HPS.Operator[] in_operators)
 
void SetOperator (HPS.Operator in_operator)
 
HPS.OperatorControl GetOperatorControl ()
 
HPS.NavigationCubeControl GetNavigationCubeControl ()
 
HPS.AxisTriadControl GetAxisTriadControl ()
 
HPS.SegmentKey GetSegmentKey ()
 
HPS.SegmentKey GetModelOverrideSegmentKey ()
 
HPS.PortfolioKey GetPortfolioKey ()
 
void SetSimpleShadow (bool in_state, float in_percent_offset)
 
void SetSimpleShadow (bool in_state)
 
bool GetSimpleShadow ()
 
void SetSimpleReflection (bool in_state, float in_percent_offset)
 
void SetSimpleReflection (bool in_state)
 
bool GetSimpleReflection ()
 
void Update (HPS.Sprocket.UpdateType in_update_type)
 
void Update ()
 
void Update (HPS.Window.UpdateControl in_control, double time_limit)
 
void Update (HPS.Window.UpdateControl in_control)
 
void SmoothTransition (HPS.CameraKit in_camera_kit, double in_duration)
 
void SmoothTransition (HPS.CameraKit in_camera_kit)
 
HPS.Key[] GetNavigationKeys ()
 
HPS.Layout[] GetOwningLayouts ()
 
- Public Member Functions inherited from HPS.Sprocket
 Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual bool Empty ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Static Public Member Functions

static bool operator== (HPS.View a, HPS.View b)
 
static bool operator!= (HPS.View a, HPS.View b)
 
static string GetHideStyleName ()
 
static string GetShowStyleName ()
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Public Types inherited from HPS.Sprocket
enum  UpdateType { Synchronous = 0, Asynchronous = 1 }
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

The documentation for this class was generated from the following file: