#include <FootprintElement.h>
Namespace: IDVR.VolumeRenderer.RenderPrimitives
This class provides the footprint element datastructure. Each footprint element has an objectID, an importance and a distance.
Public Member Functions | |
FootprintElement (void) | |
Standard construktor. | |
FootprintElement (unsigned short n_ObjectID, short n_Importance, double n_Distance) | |
Construktor. | |
void | setObjectID (unsigned short n_ObjectID) |
Sets the objectID of the footprint element. | |
void | setImportance (short n_Importance) |
Sets the importance of the footprint element. | |
void | setDistance (double n_Distance) |
Sets the distance of the footprint element. | |
unsigned short | getObjectID (void) |
Returns the objectID of the footprint element. | |
short | getImportance (void) |
Returns the importance of the footprint element. | |
double | getDistance (void) |
Returns the distance of the footprint element. | |
Private Attributes | |
short | m_ObjectID |
The objectID of the footprint element. | |
short | m_Importance |
The importance of the footprint element. | |
double | m_Distance |
The distance of the footprint element. |
|
Standard construktor.
|
|
Construktor.
|
|
Returns the distance of the footprint element.
|
|
Returns the importance of the footprint element.
|
|
Returns the objectID of the footprint element.
|
|
Sets the distance of the footprint element.
|
|
Sets the importance of the footprint element.
|
|
Sets the objectID of the footprint element.
|