#include <i_struct_s.h>
|
| Voxel () |
|
| ~Voxel () |
|
| Voxel (const Voxel< T > &voxel) |
|
Voxel & | operator= (const Voxel< T > &voxel) |
|
void | Init (const T *v, T dim_x, T dim_y, T dim_z, int ix, int iy, int iz) |
|
void | Init (T v_x, T v_y, T v_z, T dim_x, T dim_y, T dim_z, int ix, int iy, int iz) |
|
void | Reset () |
|
void | Reserve (unsigned int size) |
|
void | PushBack (int id) |
|
unsigned int | Capacity () const |
|
unsigned int | NrPoints () const |
|
bool | Empty () const |
|
◆ Voxel() [1/2]
◆ ~Voxel()
◆ Voxel() [2/2]
◆ Capacity()
◆ Empty()
◆ Init() [1/2]
◆ Init() [2/2]
◆ NrPoints()
◆ operator=()
◆ PushBack()
◆ Reserve()
◆ Reset()
◆ dim_x_
◆ dim_y_
◆ dim_z_
◆ indices_
◆ ix_
◆ iy_
◆ iz_
◆ v_
The documentation for this class was generated from the following file: