C# 클래스 Canguro.Controller.Tracking.TrackingService

파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
graphicView Canguro.View.GraphicView

공개 메소드들

메소드 설명
MouseMove ( Point pt ) : void
Paint ( Device device ) : void
Reset ( Canguro gv ) : void

This method is called by the Controller to set up the Tracking service at the initial state and with the correct parameters

SetPoint ( Point pt ) : void

Este método lo llama CommandServices ya que depende de la selección de algún Item o algún Vertex3D

SetPoint ( System.Vector3 vecInternational ) : void
Start ( ) : void

보호된 메소드들

메소드 설명
reset ( ) : void

메소드 상세

MouseMove() 공개 추상적인 메소드

public abstract MouseMove ( Point pt ) : void
pt Point
리턴 void

Paint() 공개 추상적인 메소드

public abstract Paint ( Device device ) : void
device Device
리턴 void

Reset() 공개 메소드

This method is called by the Controller to set up the Tracking service at the initial state and with the correct parameters
public Reset ( Canguro gv ) : void
gv Canguro The ActiveView as known by the GraphicViewManager
리턴 void

SetPoint() 공개 메소드

Este método lo llama CommandServices ya que depende de la selección de algún Item o algún Vertex3D
public SetPoint ( Point pt ) : void
pt Point
리턴 void

SetPoint() 공개 메소드

public SetPoint ( System.Vector3 vecInternational ) : void
vecInternational System.Vector3
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

reset() 보호된 메소드

protected reset ( ) : void
리턴 void

프로퍼티 상세

graphicView 보호되어 있는 프로퍼티

protected Canguro.View.GraphicView graphicView
리턴 Canguro.View.GraphicView