Ignore:
Timestamp:
03/07/07 16:26:58 (17 years ago)
Author:
mattausch
Message:

using mutationsamples for evaluation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.cpp

    r2164 r2199  
    167167 
    168168 
    169 float ViewCell::GetVolume() const 
    170 { 
    171         return mVolume; 
    172 } 
    173  
    174  
    175 void ViewCell::SetVolume(float volume)  
    176 { 
    177         mVolume = volume; 
    178 } 
    179  
    180  
    181169void ViewCell::SetMesh(Mesh *mesh) 
    182170{ 
    183171        mMesh = mesh; 
    184 } 
    185  
    186  
    187 float ViewCell::GetArea() const 
    188 { 
    189         return mArea; 
    190 } 
    191  
    192  
    193 void ViewCell::SetArea(float area)  
    194 { 
    195         mArea = area; 
    196172} 
    197173 
Note: See TracChangeset for help on using the changeset viewer.