Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
fixed anatomy reloading from drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
chamberm committed Jul 24, 2013
1 parent 8d9d223 commit 911620e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dataset/Anatomy.cpp
Expand Up @@ -146,6 +146,10 @@ Anatomy::Anatomy( const int type )
m_columns = DatasetManager::getInstance()->getColumns();
m_rows = DatasetManager::getInstance()->getRows();
m_frames = DatasetManager::getInstance()->getFrames();

m_voxelSizeX = DatasetManager::getInstance()->getVoxelX();
m_voxelSizeY = DatasetManager::getInstance()->getVoxelY();
m_voxelSizeZ = DatasetManager::getInstance()->getVoxelZ();

if(type == RGB)
{
Expand Down

0 comments on commit 911620e

Please sign in to comment.