Visioscan Set SDK Libraries 1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
AngleRange Class Reference

Helper to encapsulate the Angle range data. More...

#include <AngleRange.h>

Public Member Functions

int GetStart ()
 Gets the start angle.
 
void SetStart (int pStart)
 Sets the start angle.
 
int GetStop ()
 Gets the stop angle.
 
void SetStop (int pStop)
 Sets the stop angle.
 

Detailed Description

Helper to encapsulate the Angle range data.

Member Function Documentation

◆ GetStart()

int AngleRange::GetStart ( )

Gets the start angle.

Returns
Start angle as int

◆ GetStop()

int AngleRange::GetStop ( )

Gets the stop angle.

Returns
stop angle as int

◆ SetStart()

void AngleRange::SetStart ( int  pStart)

Sets the start angle.

Parameters
pStartthe Start angle to be set

◆ SetStop()

void AngleRange::SetStop ( int  pStop)

Sets the stop angle.

Parameters
pStopthe Stop angle to be set

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