25 #include "WDataSetDTI.h"
34 WAssert( newValueSet,
"No value set given." );
35 WAssert( newGrid,
"No grid given." );
36 WAssert( newValueSet->size() == newGrid->size(),
"Number of values unequal number of positions in grid." );
37 WAssert( newValueSet->order() == 1,
"The value set does not contain vectors." );
38 WAssert( newValueSet->dimension() == 6,
"The size of the vetors does not match symmetric matrices: must be equal to 6." );
63 WAssert( values,
"The value set of a WDataSetDTI must be a WValueSet< float >, nothing else!" );