|
bool | generate_bricks () |
|
template<class DST_TYPE > |
void | copy_data (DST_TYPE *buffer, size_t width, size_t height, size_t depth, size_t x_start, size_t x_end, size_t y_start, size_t y_end, size_t z_start, size_t z_end) |
|
template<class DST_TYPE , class SRC_TYPE > |
void | copy_typed_data (DST_TYPE *buffer, size_t width, size_t height, size_t depth, size_t x_start, size_t x_end, size_t y_start, size_t y_end, size_t z_start, size_t z_end) |
|
mutex_type & | get_mutex () const |
|
|
DataBlockHandle | data_block_ |
|
bool | bricks_generated_ |
|
std::vector< DataVolumeBrickHandle > | bricks_ |
|
DataVolume * | volume_ |
|
|
static const unsigned int | BRICK_SIZE_C = 256 |
|
static const unsigned int | OVERLAP_SIZE_C = 2 |
|
|
typedef boost::mutex | mutex_type |
|
typedef boost::unique_lock< mutex_type > | lock_type |
|
The documentation for this class was generated from the following file:
- Core/Volume/DataVolume.cc