Ignore:
Timestamp:
Nov 17, 2014 4:09:15 AM (9 years ago)
Author:
ldelgass
Message:

remove unused method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/trunk/DataSet.cpp

    r3961 r4739  
    254254#endif   
    255255    return _dataSet;
    256 }
    257 
    258 /**
    259  * \brief Does DataSet lie in the XY plane (z = 0)
    260  */
    261 bool DataSet::isXY() const
    262 {
    263     double bounds[6];
    264     getBounds(bounds);
    265     return (bounds[4] == 0. && bounds[4] == bounds[5]);
    266256}
    267257
Note: See TracChangeset for help on using the changeset viewer.