12#ifndef P6DOFGRAPHICALSUPPORT_H
13#define P6DOFGRAPHICALSUPPORT_H
15#include "p6dof_export.h"
32 void SetCurrentObjectGraphicalType(
int aAltType);
39 void SetObjectGraphicalType(
int aTypeId);
40 void SetObjectGraphicalAltType1(
int aTypeId);
41 void SetObjectGraphicalAltType2(
int aTypeId);
42 void SetObjectGraphicalAltType3(
int aTypeId);
unsigned short mObjectGraphicalAltType3
Definition P6DofGraphicalSupport.hpp:49
unsigned short GetObjectGraphicalType() const
Definition P6DofGraphicalSupport.hpp:34
unsigned short GetObjectGraphicalAltType1() const
Definition P6DofGraphicalSupport.hpp:35
P6DofGraphicalSupport * Clone() const
Definition P6DofGraphicalSupport.cpp:25
unsigned short mObjectGraphicalAltType1
Definition P6DofGraphicalSupport.hpp:47
unsigned short GetObjectGraphicalAltType2() const
Definition P6DofGraphicalSupport.hpp:36
unsigned short mObjectGraphicalAltType2
Definition P6DofGraphicalSupport.hpp:48
unsigned short mCurrentObjectGraphicalType
Definition P6DofGraphicalSupport.hpp:50
P6DofGraphicalSupport()
Definition P6DofGraphicalSupport.cpp:16
unsigned short mObjectGraphicalType
Definition P6DofGraphicalSupport.hpp:46
unsigned short GetObjectGraphicalAltType3() const
Definition P6DofGraphicalSupport.hpp:37
unsigned short GetCurrentObjectGraphicalType() const
Definition P6DofGraphicalSupport.hpp:30