| 26 | // Inlined definitions //////////////////////////////////////////////////// |
| 27 | |
| 28 | void UnstructuredVolumeSimple::commit() |
| 29 | { |
| 30 | Builder::commit(); |
| 31 | |
| 32 | sharedVertices = getParam<bool>("sharedVertices", true); |
| 33 | valuesPerCell = getParam<bool>("cellCenteredValues", false); |
| 34 | } |
| 35 | |
| 36 | cpp::Group UnstructuredVolumeSimple::buildGroup() const |
| 37 | { |