MeVisLabToolboxReference
ml::VoxelPos Struct Reference

Structure holding a 2D voxel position. More...

#include <CSOLiveWireNode.h>

List of all members.

Public Member Functions

 VoxelPos ()
 VoxelPos (unsigned int _posx, unsigned int _posy)
 VoxelPos (const VoxelPos &rhs)

Public Attributes

unsigned int posx
 The voxel position's x component.
unsigned int posy
 The voxel position's y component.

Detailed Description

Structure holding a 2D voxel position.

Definition at line 25 of file CSOLiveWireNode.h.


Constructor & Destructor Documentation

ml::VoxelPos::VoxelPos ( ) [inline]

Definition at line 27 of file CSOLiveWireNode.h.

ml::VoxelPos::VoxelPos ( unsigned int  _posx,
unsigned int  _posy 
) [inline]

Definition at line 28 of file CSOLiveWireNode.h.

ml::VoxelPos::VoxelPos ( const VoxelPos rhs) [inline]

Definition at line 29 of file CSOLiveWireNode.h.


Member Data Documentation

unsigned int ml::VoxelPos::posx

The voxel position's x component.

Definition at line 30 of file CSOLiveWireNode.h.

unsigned int ml::VoxelPos::posy

The voxel position's y component.

Definition at line 31 of file CSOLiveWireNode.h.


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