cgv
|
data structure for the information that is cached per volume slice by the cuberille algorithm More...
#include <cuberille.h>
Public Member Functions | |
c_slice_info (unsigned int _resx, unsigned int _resy) | |
void | init () |
int | linear_index (int x, int y) const |
bool | flag (int x, int y) const |
void | set_flag (int x, int y, bool flag) |
const int & | index (int x, int y) const |
void | set_index (int x, int y, int idx) |
Public Attributes | |
unsigned | resx |
unsigned | resy |
unsigned | nr_vertices |
std::vector< bool > | flags |
std::vector< int > | indices |
data structure for the information that is cached per volume slice by the cuberille algorithm
Definition at line 34 of file cuberille.h.
|
inline |
Definition at line 41 of file cuberille.h.
|
inline |
Definition at line 55 of file cuberille.h.
|
inline |
Definition at line 59 of file cuberille.h.
|
inline |
Definition at line 48 of file cuberille.h.
|
inline |
Definition at line 53 of file cuberille.h.
|
inline |
Definition at line 57 of file cuberille.h.
|
inline |
Definition at line 60 of file cuberille.h.
std::vector<bool> cgv::media::mesh::c_slice_info< T, P >::flags |
Definition at line 38 of file cuberille.h.
std::vector<int> cgv::media::mesh::c_slice_info< T, P >::indices |
Definition at line 39 of file cuberille.h.
unsigned cgv::media::mesh::c_slice_info< T, P >::nr_vertices |
Definition at line 37 of file cuberille.h.
unsigned cgv::media::mesh::c_slice_info< T, P >::resx |
Definition at line 36 of file cuberille.h.
unsigned cgv::media::mesh::c_slice_info< T, P >::resy |
Definition at line 36 of file cuberille.h.