MeVisLab Toolbox Reference
ml::VoxelPos Struct Reference

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

#include <CSOLiveWireNode.h>

Public Attributes

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

Detailed Description

Structure holding a 2D voxel position.

Definition at line 29 of file CSOLiveWireNode.h.

Member Data Documentation

◆ posx

unsigned int ml::VoxelPos::posx = 0

The voxel position's x component.

Definition at line 31 of file CSOLiveWireNode.h.

◆ posy

unsigned int ml::VoxelPos::posy = 0

The voxel position's y component.

Definition at line 32 of file CSOLiveWireNode.h.


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